Musings of a Software Inventor, or, THE LACK THEREOF

NoiseGen PageCSS

@import url(http://fonts.googleapis.com/css?family=Doppio+One);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

     border: 0px none;
     font: inherit;
     margin: 0px;
     padding: 0px;
     vertical-align: baseline;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

     display: block;}

body {

     line-height: 1;}

ol, ul {

     list-style: none outside none;}

blockquote, q {

     quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {

     content: none;}

table {

     border-collapse: collapse;
     border-spacing: 0px;}

html {

     background: none repeat scroll 0% 0% #222222;
     color: #CCCCCC;
     margin-top: 3em;}

body {

     background: none repeat scroll 0% 0% #2B8178;
     border: 1px solid #303030;
     font-family: 'Doppio One',sans-serif,verdana;
     line-height: 1.5em;
     margin: 0px auto;
     padding: 0px;
     width: 900px;}

a {

     color: #88FF88;
     text-decoration: none;}

a:visited {

     color: #FF3333;}

.header, #shadow-holder, .sidebar {

     display: none;}

.content {

     overflow: auto;
     width: 100%;}

p,pre {

     background: none repeat scroll 0% 0% #0E544C;
     border-radius: 15px 15px 15px 15px;
     color: #CCCCCC;
     float: left;
     font-size: 21px;
     margin: 1em;
     padding: 1em;
     width: 350px;}

pre {

  font-size: 14px;
  line-height: 16px;
  font-family: monospace;
  color: white;}

p.flashbox {

     background-color: inherit;
     border: 0px none;
     padding: 0px;
     width: 420px;}

.footer .gotobar, .footer .time, .footer .search, .footer hr {

     display: none;}

.footer {

     border-top: 1px solid #222222;
     font-size: x-small;
     padding: 0px 0px 0px 20px;}

.footer a {

     margin-right: 2em;}

.footer br {

     display: none;}

h2 {

     background: url("http://thelackthereof.org/download/NoiseGenHeader.jpg") no-repeat scroll 0% 0% transparent;
     color: #FFFFFF;
     font-size: 300%;
     height: 120px;
     letter-spacing: 8px;
     margin: 0px;
     padding-top: 80px;
     text-align: center;
     text-shadow: 0px 0px 5px #000000;
     width: 900px;}

h2 + p {

     background-color: inherit;
     border-radius: 0px 0px 0px 0px;
     border: 0px none;
     color: #D08045;
     float: none;
     font-variant: small-caps;
     font-weight: bold;
     letter-spacing: 5px;
     margin-bottom: 60px;
     margin-top: -100px;
     text-align: center;
     text-shadow: 0px 0px 2px #000000;
     width: auto;}

h3 {

     margin: 0px 0px 0px 1em;
     clear: left;}

ul {

     margin-bottom: 1em;
     margin-left: 30px;
     margin-top: 0px;}

dl {

     background: none repeat scroll 0% 0% #0E544C;
     border-radius: 15px 15px 15px 15px;
     clear: both;
     color: #CCCCCC;
     float: left;
     font-size: large;
     margin: 20px;
     overflow: auto;
     padding: 1em;
     width: 385px}

dt {

     clear: left;
     float: left;
     font-weight: bold;
     width: 80px;}

dd {

     display: block;
     float: left;
     margin: 0px 0px 0px 1em;}

dt + dd + dt, dt + dd + dt + dd {

     margin-top: 1em;}