Minor cosmetic css changes.
This commit is contained in:
parent
9cb8bf97c9
commit
cfbe5850b2
1 changed files with 45 additions and 65 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
/* Default style */
|
/* Default werc style */
|
||||||
/* ##### Common Styles ##### */
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: black;
|
color: black;
|
||||||
|
|
@ -11,29 +10,11 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
html > body {
|
html > body {
|
||||||
/* font-size: 9pt; */
|
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
acronym, .titleTip {
|
|
||||||
border-bottom: 1px dotted rgb(153,153,153);
|
|
||||||
cursor: help;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 0 0.4px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.doNotDisplay {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.smallCaps {
|
|
||||||
font-size: 110%;
|
|
||||||
font-variant: small-caps;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* ##### Header ##### */
|
|
||||||
|
|
||||||
|
/* # Header # */
|
||||||
.superHeader {
|
.superHeader {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: rgb(100,135,220);
|
background-color: rgb(100,135,220);
|
||||||
|
|
@ -91,7 +72,7 @@ acronym, .titleTip {
|
||||||
}
|
}
|
||||||
|
|
||||||
.subHeader {
|
.subHeader {
|
||||||
display: none;
|
display: none;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: rgb(0,51,153);
|
background-color: rgb(0,51,153);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
@ -117,8 +98,7 @@ display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ##### Side Boxes ##### */
|
/* # Side # */
|
||||||
|
|
||||||
#side-bar {
|
#side-bar {
|
||||||
width: 16em;
|
width: 16em;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
@ -167,10 +147,6 @@ li ul {
|
||||||
color: black!important;
|
color: black!important;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding-left: 5mm;
|
padding-left: 5mm;
|
||||||
/*
|
|
||||||
border-top: 1px solid rgb(153,153,153);
|
|
||||||
border-bottom: 1px solid rgb(153,153,153);
|
|
||||||
*/
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -206,9 +182,7 @@ li ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* # Main Copy # */
|
||||||
/* ##### Main Copy ##### */
|
|
||||||
|
|
||||||
#main-copy {
|
#main-copy {
|
||||||
max-width: 70em;
|
max-width: 70em;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
@ -225,7 +199,6 @@ li ul {
|
||||||
padding: 2mm 5mm 2mm 5mm;
|
padding: 2mm 5mm 2mm 5mm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#main-copy p {
|
#main-copy p {
|
||||||
margin: 1em 1ex 1em 1ex !important; /* Need !important so troff-generated pages don't look totally squezed */
|
margin: 1em 1ex 1em 1ex !important; /* Need !important so troff-generated pages don't look totally squezed */
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
@ -284,8 +257,7 @@ dd {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ##### Footer ##### */
|
/* # Footer # */
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: rgb(100,135,220);
|
background-color: rgb(100,135,220);
|
||||||
|
|
@ -322,12 +294,6 @@ dd {
|
||||||
|
|
||||||
/* GENERAL */
|
/* GENERAL */
|
||||||
|
|
||||||
/* S-pam */
|
|
||||||
.gpam {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tables */
|
|
||||||
table {
|
table {
|
||||||
border: solid 1px black;
|
border: solid 1px black;
|
||||||
}
|
}
|
||||||
|
|
@ -346,25 +312,32 @@ hr {
|
||||||
border-color: black;
|
border-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* S-pam */
|
acronym, .titleTip {
|
||||||
.gpam table, .gpam th, .gpam td {
|
border-bottom: 1px dotted rgb(153,153,153);
|
||||||
border: none;
|
cursor: help;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 0 0.4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Code */
|
|
||||||
pre {
|
pre {
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Quotes */
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 1px solid blue;
|
border-left: 1px solid blue;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* PAGE/HANDLER SPECIFIC */
|
.smallCaps {
|
||||||
|
font-size: 110%;
|
||||||
|
font-variant: small-caps;
|
||||||
|
}
|
||||||
|
|
||||||
|
.doNotDisplay { display: none; }
|
||||||
|
|
||||||
|
|
||||||
|
/* # Page/Handler specific # */
|
||||||
h1.dir-list-head, ul.dir-list {
|
h1.dir-list-head, ul.dir-list {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
@ -372,3 +345,10 @@ h1.dir-list-head, ul.dir-list {
|
||||||
ul.sitemap-list a {
|
ul.sitemap-list a {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* # Junk: should move elsewhere # */
|
||||||
|
/* S-pam */
|
||||||
|
.gpam { text-align: center; }
|
||||||
|
.gpam table, .gpam th, .gpam td { border: none; }
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue