htdocs/site/css: reindent
This commit is contained in:
parent
912d93b5c3
commit
f8c99ce065
|
@ -14,7 +14,8 @@ dt {
|
|||
a:link { color:#036; text-decoration:underline; }
|
||||
a:visited { color:#036; text-decoration:underline; }
|
||||
a:focus { color:#369; text-decoration:none; }
|
||||
a:link:hover, a:visited:hover { color:#369; text-decoration:none; }
|
||||
a:link:hover,
|
||||
a:visited:hover { color:#369; text-decoration:none; }
|
||||
a:active { color:#369; text-decoration:none; }
|
||||
|
||||
/* Header */
|
||||
|
@ -22,11 +23,13 @@ a:active { color:#369; text-decoration:none; }
|
|||
color: #69c;
|
||||
background: #036;
|
||||
}
|
||||
|
||||
#header h1 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Orbitron, Calibri, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
#header p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -40,24 +43,29 @@ a:active { color:#369; text-decoration:none; }
|
|||
border-top: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
#tabs ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
#tabs ul li {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0 .5em;
|
||||
border-right: 1px solid #000;
|
||||
}
|
||||
|
||||
#tabs ul li:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#tabs ul li:last-child {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#tabs a:link { color:#eee; text-decoration:none; }
|
||||
#tabs a:visited { color:#eee; text-decoration:none; }
|
||||
#tabs a:focus { color:#fff; text-decoration:underline; }
|
||||
|
@ -71,14 +79,17 @@ a:active { color:#369; text-decoration:none; }
|
|||
list-style-type: none;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
#anchors ul li {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0 .5em;
|
||||
}
|
||||
|
||||
#anchors ul li:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#anchors .wrap {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
@ -9,17 +9,20 @@
|
|||
#resultsTable {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
#resultsTable th {
|
||||
padding: .25em;
|
||||
text-align: left;
|
||||
background: #e2e2e2;
|
||||
border: 1px solid #e2e2e2;
|
||||
}
|
||||
|
||||
#resultsTable td {
|
||||
padding: .25em;
|
||||
background: #f7f7f7;
|
||||
border: 1px solid #e2e2e2;
|
||||
}
|
||||
|
||||
#resultsTable .center {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue