sdocp('style.css.sdoc', 'Basic styling.\nFix the default font, etc.\n\n@import url(http://fonts.googleapis.com/css?family=Ubuntu);\n@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);\n\nbody    {max-width: 900px; margin-left: auto; margin-right: auto; font-family: \'Ubuntu\', sans-serif; font-size: 9pt}\na       {color: #35a; text-decoration: none}\na:hover {color: #126; text-decoration: underline}\n\nh1, h2, h3, h4, h5, h6 {font-family: \'Ubuntu\', sans-serif; font-weight: normal}\n\nIndividual attribute display.\nThis mostly has to do with the way monospaced data gets shown.\n\n.attributes h1       {font-weight: normal}\n.attributes h1:after {content: \'::\'; color: #444; font-family: \'Droid Sans Mono\', monospace; letter-spacing: -0.2em}\n\n.attributes pre {font-family: \'Droid Sans Mono\', monospace; padding: 10px; background: #222; color: #eee; width: 192em}\n\nMetadata section.\nFormatting for the author, description, and license.\n\n.metadata * {font-weight: normal}\n.metadata .identity:after {content: \'identity\'; color: #444; font-size: 50%; text-transform: uppercase; padding-left: 15px}\n.metadata .author:after   {content: \'author\';   color: #444; font-size: 50%; text-transform: uppercase; padding-left: 15px}\n\n.metadata .license {font-family: \'Droid Sans Mono\', monospace; padding: 2px 10px; background: #eee; color: #444}\n.metadata code {font-family: \'Droid Sans Mono\', monospace; background: #eee; color: #444; padding: 2px}\n');
