Initial revision
This commit is contained in:
106
doc/style.css
Executable file
106
doc/style.css
Executable file
@ -0,0 +1,106 @@
|
||||
BODY {
|
||||
margin-top: 3;
|
||||
margin-left: 3;
|
||||
margin-right: 3;
|
||||
margin-bottom: 3;
|
||||
}
|
||||
|
||||
TT,OL,UL,P,BODY,TR,TD,TH,FORM {
|
||||
font-family: arial,helvetica,sans-serif;
|
||||
color: #202020;
|
||||
}
|
||||
|
||||
/* give the rule a bit of extra space (above and below), since its being used to divide
|
||||
sections on some pages (project summary) */
|
||||
HR { margin: 5px 0px 5px 0px }
|
||||
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
color: Black;
|
||||
background: none;
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 0.17em;
|
||||
border-bottom: 1px solid #aaaaaa;
|
||||
}
|
||||
H1 { font-size: x-large; font-family: Lucida Grande,verdana,arial,helvetica,sans-serif; }
|
||||
H2 { font-size: large; font-family: Lucida Grande,verdana,arial,helvetica,sans-serif; }
|
||||
H3 { padding-left: 1em; font-size: medium; font-family: Lucida Grande,verdana,arial,helvetica,sans-serif; }
|
||||
H4 { padding-left: 2em; font-size: small; font-family: Lucida Grande,verdana,arial,helvetica,sans-serif; }
|
||||
H5 { padding-left: 3em; font-size: x-small; font-family: Lucida Grande,verdana,arial,helvetica,sans-serif; }
|
||||
H6 { padding-left: 4em; font-size: xx-small; font-family: Lucida Grande,verdana,arial,helvetica,sans-serif; }
|
||||
|
||||
dt {
|
||||
font-size: 110%;
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
PRE {
|
||||
font-family: courier,sans-serif;
|
||||
background-color: #FBFBFD;
|
||||
border: 1px dashed #7E7ECB;
|
||||
color: black;
|
||||
line-height: 1.1em; padding: 0.5em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
A:link { text-decoration:none; color:#0000EE }
|
||||
A:visited { text-decoration:none color:#551A8B}
|
||||
A:active { text-decoration:none; color:#00ff00 }
|
||||
A:hover { text-decoration:underline; color:#008000 }
|
||||
|
||||
.titlebar { color: #000000; text-decoration: none; font-weight: bold; }
|
||||
|
||||
|
||||
A.tablink {
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
}
|
||||
A.tablink:visited {
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
}
|
||||
A.tablink:hover {
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
}
|
||||
A.tabsellink {
|
||||
color: #ffffcc;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
}
|
||||
A.tabsellink:visited {
|
||||
color: #ffffcc;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
}
|
||||
A.tabsellink:hover {
|
||||
text-decoration: none;
|
||||
color: #ffffcc;
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
A.showsource {
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
font-size: small;
|
||||
}
|
||||
A.showsource:visited {
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
font-size: small;
|
||||
}
|
||||
A.showsource:hover {
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
font-size: small;
|
||||
}
|
Reference in New Issue
Block a user