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