User: user57
Date: 01/11/19 12:33:32
Modified: src/docs main.css
Log:
o added code, command and output class styles
o updated quickstart to use them
Revision Changes Path
1.6 +39 -15 newsite/src/docs/main.css
Index: main.css
===================================================================
RCS file: /cvsroot/jboss/newsite/src/docs/main.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- main.css 2001/11/17 04:19:12 1.5
+++ main.css 2001/11/19 20:33:31 1.6
@@ -2,40 +2,66 @@
* Style Sheet document for the new JBoss website.
*/
-/* $Id: main.css,v 1.5 2001/11/17 04:19:12 user57 Exp $ */
+/* $Id: main.css,v 1.6 2001/11/19 20:33:31 user57 Exp $ */
.linkhead {
- font-family: Arial;
+ font-family: Arial,serif;
font-size: 12px;
color: #ffffff;
font-weight: bold;
}
.linkmenu {
- font-family: Arial;
+ font-family: Arial,serif;
font-size: 12px;
color: #0a0a0a;
font-weight: bold;
text-decoration: none;
}
+.linkmenu:hover {
+ color: #000040;
+ text-decoration: underline;
+}
+
.head {
- font-family: Arial;
+ font-family: Arial,serif;
font-size: 14px;
color: #336633;
font-weight: bold;
}
+
.slogan {
- font-family: Arial;
+ font-family: Arial,serif;
font-size: 15px;
color: #338833;
font-weight: bold;
}
+
.text {
- font-family: Arial;
+ font-family: Arial,serif;
+ font-size: 13px;
+ color: #000000;
+}
+
+.code {
+ font-family: monospace;
+ font-size: 10px;
+ color: #000000;
+}
+
+.command {
+ font-family: monospace;
font-size: 13px;
color: #000000;
}
+
+.output {
+ font-family: monospace;
+ font-size: 10px;
+ color: #000000;
+}
+
.link {
- font-family: Arial;
+ font-family: Arial,serif;
font-size: 13px;
color: #003399;
font-weight: bold;
@@ -43,18 +69,16 @@
.link:hover {
color: #336633;
}
+
.copy {
- font-family: Arial;
+ font-family: Arial,serif;
font-size: 11px;
color: #808080;
}
-.linkmenu:hover {
- color: #000040;
- text-decoration: underline;
-}
.copy:hover {
color: #000000;
}
+
.label {
font-weight: bold
}
@@ -66,9 +90,9 @@
td.black { background-color: #000000 }
td.dark { background-color: #276561 }
td.light { background-color: #307d77 }
-td.link { font-family: Arial; font-size: 13px; color: #404040; font-weight: bold; }
-td.newsbody { font-family: Arial; font-size: 13px; color: #000000}
-td.newsheader {font-family: Arial; font-size: 14px; color: #336633; font-weight:
bold; }
+td.link { font-family: Arial,serif; font-size: 13px; color: #404040; font-weight:
bold; }
+td.newsbody { font-family: Arial,serif; font-size: 13px; color: #000000}
+td.newsheader {font-family: Arial,serif; font-size: 14px; color: #336633;
font-weight: bold; }
/*td.newsheader { color: black; background-color: #C1E0B2 }*/
td.pageheader { color: white; font-weight: bold; font-size: 14pt; background-color:
#999999 }
td.yellow { background-color: #f4c641 }
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development