mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-09 20:33:39 -04:00
new style
This commit is contained in:
parent
62e53fbbc0
commit
41d464e0a2
@ -15,10 +15,6 @@ a {
|
|||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
|
||||||
color:#6699cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: blink;
|
text-decoration: blink;
|
||||||
color:#ff9933;
|
color:#ff9933;
|
||||||
@ -26,12 +22,13 @@ a:hover {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: verdana, tahoma, helvetica, arial, sans-serif;
|
font-family: verdana, tahoma, helvetica, arial, sans-serif;
|
||||||
font-size: 100%;
|
font-size: 90%;
|
||||||
background-color:#ffffff;
|
background-color:#ffffff;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
font-family: courier, serif;
|
||||||
background-color:#f8f8f8;
|
background-color:#f8f8f8;
|
||||||
margin: 1.5em;
|
margin: 1.5em;
|
||||||
font-size:90%;
|
font-size:90%;
|
||||||
@ -39,18 +36,14 @@ pre {
|
|||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: circle outside;
|
list-style: circle outside;
|
||||||
|
font-stretch:extra-expanded;
|
||||||
|
/* font-size:90%;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.menu { /* inherits from ul */
|
ul.menu { /* inherits from ul */
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
|
||||||
background-color:#f8f8f8;
|
|
||||||
border-style:solid;
|
|
||||||
border-width:1px;
|
|
||||||
border-color:#d0d0d0;
|
|
||||||
}
|
|
||||||
|
|
||||||
em {
|
em {
|
||||||
color:#ff9933;
|
color:#ff9933;
|
||||||
@ -62,8 +55,12 @@ h1,h2,h3{
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
border-color:#d0d0d0;
|
||||||
|
border-style:solid;
|
||||||
|
border-width:1px;
|
||||||
|
background-color:#f8f8f8
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
padding-top: 0.2em;
|
padding: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -80,13 +77,28 @@ h3 {
|
|||||||
font-style:italic;
|
font-style:italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tt {
|
||||||
|
font-family: courier, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
tt.classname {
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
tt.constant {
|
||||||
|
font-style:italic;
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
tt.methodname {
|
||||||
|
font-style:italic;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color:#555555;
|
|
||||||
font-size: 90%;
|
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div.links{
|
div.links{
|
||||||
float: left;
|
float: left;
|
||||||
clear: left;
|
clear: left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user