mirror of https://github.com/dirtbags/moth.git
185 lines
2.4 KiB
CSS
185 lines
2.4 KiB
CSS
|
/**** document ****/
|
||
|
|
||
|
html {
|
||
|
background: #222 url(grunge.png) repeat-x;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-family: sans-serif;
|
||
|
color: #fff;
|
||
|
margin: 50px 0 0 110px;
|
||
|
padding: 10px;
|
||
|
max-width: 700px;
|
||
|
}
|
||
|
|
||
|
/**** heading ****/
|
||
|
|
||
|
h1:first-child {
|
||
|
text-transform: lowercase;
|
||
|
font-size: 1.6em;
|
||
|
/* background-color: #222; */
|
||
|
/* opacity: 0.9; */
|
||
|
padding: 3px;
|
||
|
color: #2a2;
|
||
|
margin: 0 0 1em 70px;
|
||
|
}
|
||
|
|
||
|
h1:first-child:before {
|
||
|
color: #fff;
|
||
|
letter-spacing: -0.1em;
|
||
|
content: "Capture The Flag: ";
|
||
|
}
|
||
|
|
||
|
/*** left side bar ***/
|
||
|
|
||
|
#navigation {
|
||
|
position: absolute;
|
||
|
background: #222;
|
||
|
opacity: 0.9;
|
||
|
top: 80px;
|
||
|
left: 0px;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
#navigation h3 {
|
||
|
font-size: 100%;
|
||
|
border-bottom: 2px solid #444;
|
||
|
}
|
||
|
|
||
|
#navigation ul {
|
||
|
list-style: none;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
#navigation li a {
|
||
|
display: block;
|
||
|
height: 25px;
|
||
|
width: 90px;
|
||
|
padding: 5px;
|
||
|
margin: 5px;
|
||
|
background: inherit;
|
||
|
border-right: 4px solid #444;
|
||
|
color: #999;
|
||
|
text-transform: lowercase;
|
||
|
font-size: 0.9em;
|
||
|
}
|
||
|
|
||
|
#navigation li a:hover {
|
||
|
color: #f4f4f4;
|
||
|
background: #333;
|
||
|
border-right: 4px solid #2a2;
|
||
|
}
|
||
|
|
||
|
#navigation li .active {
|
||
|
color: #999;
|
||
|
background: #333;
|
||
|
border-right: 4px solid #444;
|
||
|
}
|
||
|
|
||
|
|
||
|
/**** body ****/
|
||
|
|
||
|
a img {
|
||
|
border: 0px;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
color: #2a2;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
color: #fff;
|
||
|
background: #2a2;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
|
||
|
h1, h2, h3 {
|
||
|
color: #999;
|
||
|
letter-spacing: -0.05em;
|
||
|
}
|
||
|
|
||
|
.readme {
|
||
|
color: #fff;
|
||
|
background-color: #555;
|
||
|
margin: 1em;
|
||
|
}
|
||
|
|
||
|
pre {
|
||
|
color: #fff;
|
||
|
background-color: #222;
|
||
|
border: solid #ccc 2px;
|
||
|
padding: 0.25em;
|
||
|
}
|
||
|
|
||
|
|
||
|
th, td {
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
line-height: 1.4em;
|
||
|
margin-bottom: 20px;
|
||
|
color: #f4f4f4;
|
||
|
}
|
||
|
|
||
|
hr {
|
||
|
border: 1px solid #444;
|
||
|
}
|
||
|
|
||
|
dt {
|
||
|
white-space: pre;
|
||
|
background-color: #333;
|
||
|
padding: 5px;
|
||
|
border: 2px solid green;
|
||
|
border-bottom: none;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
dd {
|
||
|
border: 2px solid green;
|
||
|
margin: 0px;
|
||
|
padding: 5px;
|
||
|
background-color: #282828;
|
||
|
}
|
||
|
|
||
|
|
||
|
/**** special cases ****/
|
||
|
|
||
|
.wide {
|
||
|
max-width: inherit;
|
||
|
}
|
||
|
|
||
|
.scoreboard {
|
||
|
background: #222;
|
||
|
}
|
||
|
|
||
|
.scoreboard td {
|
||
|
height: 400px;
|
||
|
}
|
||
|
|
||
|
#battlefield {
|
||
|
border: 2px solid green;
|
||
|
}
|
||
|
|
||
|
.solved {
|
||
|
text-decoration: line-through;
|
||
|
}
|
||
|
|
||
|
table.pollster {
|
||
|
margin-left: 5em;
|
||
|
}
|
||
|
|
||
|
table.pollster td {
|
||
|
padding: 2px 1em 2px 5px;
|
||
|
}
|
||
|
|
||
|
table.pollster thead {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
|