[sword-cvs] sword-apidoc sword.css,1.2,1.3
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 4 Mar 2003 13:48:12 -0700
Update of /usr/local/cvsroot/sword-apidoc
In directory www:/tmp/cvs-serv28580
Modified Files:
sword.css
Log Message:
Martin: small doc css update
Index: sword.css
===================================================================
RCS file: /usr/local/cvsroot/sword-apidoc/sword.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sword.css 3 Mar 2003 19:28:37 -0000 1.2
--- sword.css 4 Mar 2003 20:48:09 -0000 1.3
***************
*** 1,2 ****
--- 1,8 ----
+ BODY {
+ background-color : #999966;
+ font-family : Verdana, Arial, Geneva, Helvetica, Sans-Serif;
+ font-size : 10pt;
+ }
+
H1 { text-align: center; }
***************
*** 9,17 ****
A:hover {
! color: #ffffcc
! }
!
! A:visited {
! color: a.color;
}
--- 15,20 ----
A:hover {
! color: #ffffcc;
! background-color : #4d5c47;
}
***************
*** 22,27 ****
A.qindexRef {}
! A.el { font-weight: bold}
!
A.elRef { font-weight: bold}
--- 25,29 ----
A.qindexRef {}
! A.el { font-weight: bold; }
A.elRef { font-weight: bold}
***************
*** 36,39 ****
--- 38,67 ----
}
+ TD{ font-family : Verdana, Arial, Geneva, Helvetica, Sans-Serif;}
+
+ TD.md {
+ background-color: #A8A870;
+ font-weight: bold;
+ }
+
+ TD.mdname1 {
+ font-weight: bold;
+ color: #602020;
+ }
+
+ TD.mdname {
+ font-weight: bold;
+ color: #602020;
+ width: 600px;
+ }
+
+ td.navbutton, td.navbutton a{
+ background-color : #4d5c47;
+ font-weight : bold;
+ color : #ffffcc;
+ }
+
+
+
DL.el { margin-left: -1cm }
***************
*** 54,72 ****
}
- TD.md {
- background-color: #A8A870;
- font-weight: bold;
- }
-
- TD.mdname1 {
- font-weight: bold;
- color: #602020;
- }
-
- TD.mdname {
- font-weight: bold;
- color: #602020;
- width: 600px;
- }
DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
--- 82,85 ----
***************
*** 74,86 ****
DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
- BODY {
- background-color : #999966;
- font-family : Verdana, Arial, Geneva, Helvetica, Sans-Serif;
- font-size : 10pt;
- }
-
TD.indexkey {
background-color: #A8A870;
! font-weight: bold;
padding-right : 10px;
padding-top : 2px;
--- 87,93 ----
DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
TD.indexkey {
background-color: #A8A870;
! font-weight: bold;
padding-right : 10px;
padding-top : 2px;
***************
*** 94,103 ****
TD.indexvalue {
background-color: #A8A870;
! font-style: italic;
! padding-right : 10px;
! padding-top : 2px;
padding-left : 10px;
padding-bottom : 2px;
! margin-left : 0px;
margin-right : 0px;
margin-top : 2px;
--- 101,110 ----
TD.indexvalue {
background-color: #A8A870;
! font-style: italic;
! padding-right : 10px;
! padding-top : 2px;
padding-left : 10px;
padding-bottom : 2px;
! margin-left : 0px;
margin-right : 0px;
margin-top : 2px;
***************
*** 112,130 ****
span.charliteral { color: #008080 }
-
- td.navbutton {
- background-color : #4d5c47;
- font-family : Verdana, Arial, Geneva, Helvetica, Sans-Serif;
- font-size : 10pt;
- color : #ffffcc;
- }
-
- td.navbutton a {
- text-align : center;
- color : #ffffcc;
- text-transform : uppercase;
- font-size : 10pt;
- font-weight : bold;
- text-decoration : none;
- }
--- 119,121 ----