addition of silc.css
authorLubomir Sedlacik <salo@silcnet.org>
Tue, 6 Nov 2001 23:22:29 +0000 (23:22 +0000)
committerLubomir Sedlacik <salo@silcnet.org>
Tue, 6 Nov 2001 23:22:29 +0000 (23:22 +0000)
public_html/silc.css [new file with mode: 0644]

diff --git a/public_html/silc.css b/public_html/silc.css
new file mode 100644 (file)
index 0000000..a8d8ecf
--- /dev/null
@@ -0,0 +1,115 @@
+body {
+  background:      #aaaaaa;
+  color:           #000000;
+  font-family:     Helvetica, Arial, Sans-serif;
+  font-size:       10pt;
+  margin-top:      15px;
+}
+
+a.normal {
+  text-decoration: none;
+  background:      none;
+  color:           #2f486f;
+  font-size:       10pt;
+  font-family:     Helvetica, Arial, Sans-serif;
+}
+
+a.small {
+  text-decoration: none;
+  background:      none;
+  color:           #2f486f;
+  font-size:       8pt;
+  font-family:     Helvetica, Arial, Sans-serif;
+}
+
+td.black {
+  background:      #000000;
+  color:           #ffffff;
+  font-size:       10pt;
+  font-family:     Helvetica, Arial, Sans-serif;
+}
+
+td.grey {
+  background:      #e2e2e2;
+  color:           #000000;
+  font-size:       10pt;
+  font-family:     Helvetica, Arial, Sans-serif;
+}
+
+td.white {
+  background:      #ffffff;
+  color:           #000000;
+  font-size:       10pt;
+  font-family:     Helvetica, Arial, Sans-serif;
+}
+
+td.blackline {
+  background:      #000000;
+  color:           #ffffff;
+  height:          1px;
+}
+
+td.greytext {
+  background:      #e2e2e2;
+  color:           #000000;
+  text-align:      justify;
+  font-size:       10pt;
+  font-family:     Helvetica, Arial, Sans-serif;
+}
+
+td.whitetext {
+  background:      #ffffff;
+  color:           #000000;
+  text-align:      justify;
+  font-size:       10pt;
+  font-family:     Helvetica, Arial, Sans-serif;
+}
+
+small.blue {
+  background:      none;
+  color:           #2f486f;
+  font-size:       8pt;
+  font-family:     Helvetica, Arial, Sans-serif;
+}
+
+small.black {
+  background:      none;
+  color:           #000000;
+  font-size:       8pt;
+  font-family:     Helvetica, Arial, Sans-serif;
+}
+
+big {
+  background:      none;
+  color:           #000000;
+  font-size:       14pt;
+  font-family:     Helvetica, Arial, Sans-serif;
+}
+
+i {
+  background:      none;
+  color:           #2f486f;
+  font-size:       10pt;
+  font-family:     Helvetica, Arial, Sans-serif;
+}
+
+tt.blue {
+  background:      none;
+  color:           #2f486f;
+  font-size:       10pt;
+  font-family:     Courier, monospace;
+}
+
+tt.black {
+  background:      none;
+  color:           #000000;
+  font-size:       10pt;
+  font-family:     Courier, monospace;
+}
+
+samp.blue {
+  background:      none;
+  color:           #2f486f;
+  font-size:       10pt;
+  font-family:     Helvetica, Arial, Sans-serif;
+}