Update of /cvsroot/hibernate/Hibernate/doc/reference
In directory sc8-pr-cvs1:/tmp/cvs-serv24915/doc/reference
Modified Files:
style.css
Log Message:
New Wiki style for HTML docs
Index: style.css
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/doc/reference/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** style.css 27 Jul 2002 16:43:13 -0000 1.3
--- style.css 25 Nov 2002 20:48:25 -0000 1.4
***************
*** 1,45 ****
! body { font-family: Arial, Verdana, Helvetica, sans-serif;
! font-size: 10.5pt;
! background-color: silver;
! color: navy;
! margin: 0px }
! table { font-size: 10.5pt;
! border-style: solid;
! border-color: silver }
! td { border-style: solid;
! border-width: 0;
! border-color: silver;
! padding: 6 }
! dt { font-weight: bold }
! hr { height:2px; color: navy }
! tt { color: black; font-family: courier, sans-serif; font-size: 10pt }
! pre { color: black; font-family: courier, sans-serif; font-size: 9pt }
! .itemizedlist { padding: 0; margin:0 }
! .listitem { padding: 0; margin:0 }
! .revhistory { border:solid; border-width: 1px; }
! .revision { height:20pt; }
! .revremark { height:20pt; }
- .title { color: black; font-size: 12pt }
- .subtitle { color: black; font-size: 10pt }
! .programlisting,
! .programlistingco,
! .screen { background-color: #D4D4D4;
! color: black;
! padding: 5pt;
! margin: 5pt }
! :hover { color: red; text-decoration: underline }
! a { text-decoration: none; color: navy; font-weight: bold }
! .chapter, .refentry,
! .book, .reference,
! .preface, .colophon { margin-left: 10pt;
! margin-right: 10pt }
--- 1,86 ----
! A {
! color: #003399;
! }
! A:active {
! color: #003399;
! }
! A:visited {
! color: #888888;
! }
! P, OL, UL, LI, DL, DT, DD, BLOCKQUOTE {
! color: #000000;
! }
! TD, TH, SPAN {
! color: #000000;
! }
! BLOCKQUOTE {
! margin-right: 0px;
! }
! H1, H2, H3, H4, H5, H6 {
! color: #000000;
! font-weight:500;
! margin-top:10px;
! padding-top:15px;
! }
! H1 { font-size: 150%; }
! H2 { font-size: 140%; }
! H3 { font-size: 110%; font-weight: bold; }
! H4 { font-size: 110%; font-weight: bold;}
! H5 { font-size: 100%; font-style: italic; }
! H6 { font-size: 100%; font-style: italic; }
! TT {
! font-size: 90%;
! font-family: "Courier New", Courier, monospace;
! color: #000000;
! }
! PRE {
! font-size: 90%;
! padding: 5px;
! border-style: solid;
! border-width: 1px;
! border-color: #CCCCCC;
! background-color: #F4F4F4;
! }
!
! UL, OL, LI {
! list-style: disc;
! }
!
! HR {
! width: 100%;
! height: 1px;
! background-color: #CCCCCC;
! border-width: 0px;
! padding: 0px;
! color: #CCCCCC;
! }
!
! .variablelist {
! padding-top: 10;
! padding-bottom:10;
! margin:0;
! }
!
! .itemizedlist, UL {
! padding-top: 0;
! padding-bottom:0;
! margin:0;
! }
!
! .term {
! font-weight:bold;
! }
!
!
!
!
\ No newline at end of file
|