|
From: <ian...@us...> - 2003-03-30 17:21:51
|
Update of /cvsroot/funformkit/FunFormKit/Docs
In directory sc8-pr-cvs1:/tmp/cvs-serv15365
Modified Files:
default.css
Log Message:
style changes
Index: default.css
===================================================================
RCS file: /cvsroot/funformkit/FunFormKit/Docs/default.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** default.css 5 Oct 2002 06:45:44 -0000 1.1
--- default.css 30 Mar 2003 17:21:48 -0000 1.2
***************
*** 9,12 ****
--- 9,25 ----
*/
+ body {
+ background-color: #eeeeee;
+ font-family: Arial, sans-serif;
+ }
+
+ em {
+ font-family: Times New Roman, Times, serif;
+ }
+
+ li {
+ list-style-type: circle;
+ }
+
a.target {
color: blue }
***************
*** 16,19 ****
--- 29,42 ----
color: black }
+ a:hover {
+ background-color: #cccccc;
+ }
+
+ cite {
+ font-style: normal;
+ font-family: monospace;
+ font-weight: bold;
+ }
+
dd {
margin-bottom: 0.5em }
***************
*** 28,34 ****
div.attention, div.caution, div.danger, div.error, div.hint,
div.important, div.note, div.tip, div.warning {
! margin: 2em ;
! border: medium outset ;
! padding: 1em }
div.attention p.admonition-title, div.caution p.admonition-title,
--- 51,61 ----
div.attention, div.caution, div.danger, div.error, div.hint,
div.important, div.note, div.tip, div.warning {
! // margin: 2em ;
! background-color: #cccccc;
! align: center;
! //width: 60%;
! // border: medium outset ;
! padding: 3px;
! }
div.attention p.admonition-title, div.caution p.admonition-title,
***************
*** 37,46 ****
color: red ;
font-weight: bold ;
! font-family: sans-serif }
div.hint p.admonition-title, div.important p.admonition-title,
div.note p.admonition-title, div.tip p.admonition-title {
font-weight: bold ;
! font-family: sans-serif }
div.dedication {
--- 64,75 ----
color: red ;
font-weight: bold ;
! font-family: sans-serif;
! text-align: center }
div.hint p.admonition-title, div.important p.admonition-title,
div.note p.admonition-title, div.tip p.admonition-title {
font-weight: bold ;
! font-family: sans-serif;
! text-align: center }
div.dedication {
***************
*** 77,84 ****
h1, h2, h3, h4, h5, h6 {
! font-family: Helvetica, Arial, sans-serif }
h1.title {
! text-align: center }
h2.subtitle {
--- 106,123 ----
h1, h2, h3, h4, h5, h6 {
! font-family: Helvetica, Arial, sans-serif;
! border: thin solid black;
! background-color: #cccccc;
! -moz-border-radius: 8px;
! padding: 4px;
! }
h1.title {
! text-align: center;
! background-color: #444499;
! color: #eeeeee;
! border: medium solid black;
! -moz-border-radius: 20px;
! }
h2.subtitle {
***************
*** 135,139 ****
margin-left: 2em ;
margin-right: 2em ;
! background-color: #eeeeee }
span.classifier {
--- 174,181 ----
margin-left: 2em ;
margin-right: 2em ;
! background-color: #ffffff;
! border: thin black solid;
! padding: 5px;
! }
span.classifier {
***************
*** 188,193 ****
font-size: 100% }
! /* tt {
! background-color: #eeeeee } */
ul.auto-toc {
--- 230,236 ----
font-size: 100% }
! tt {
! //background-color: #eeeeee;
! color: #000066 }
ul.auto-toc {
|