SO 1-final
[specialops1.git] / csslib / system / lynx.css
blob3416eb325d300f90d2c64a985d2e96ea02fb145f
1 * {background: #000; color: #fff; font: x-large monospace}
3 h1, h2, .alert, img {color: #f8f}
5 a, a * {color: #88f}
7 a:hover, a:hover * {background: #000; color: #f00}
9 #titleimg:after {content: '[Special Ops]'; color: #f8f}
11 input, textarea, select, button {border: 1px #000 dashed}
13 table {margin: 1em auto; width: 75%}
15 fieldset {border: 1px solid #888}
17 img, object, embed {display: none}
19 hr {border: 1px dashed #000}
22 ul {list-style: none !important; padding: 1em !important}
23 ul > li {display: block !important}
24 ul > li:after {content: '' !important}
25 ul > li:before {content: '* ' !important}