diff options
Diffstat (limited to 'static/css/screen.css')
-rw-r--r-- | static/css/screen.css | 202 |
1 files changed, 0 insertions, 202 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index af81a4d..d7c2f26 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -50,24 +50,6 @@ body { #banner-slim { padding-bottom: 1em; } -div.boxes { - text-align: center; - padding-left: 1em; - padding-right: 1em; } - -div.box { - font-size: 0.8em; - text-align: left; - display: inline-block; - background: #fff; - border-radius: 15px; - box-shadow: 0px 3px 8px #ccc; - border: 3px #aaa; - padding: 1em; - margin: 20px; - max-width: 400px; - min-width: 300px; - vertical-align: top; } @media screen and (max-width: 600px) { #index { @@ -222,38 +204,11 @@ div.page { border-radius: 15px; } div.page img.stretch { width: 100%; } - div.page div.fineprint { - font-size: .7rem; - text-indent: 0; - line-height: 1rem; - margin-top: 1rem; - padding-top: 1rem; - border-top: 1px dotted #aaaaaa; - width: 100%; - color: #666; - clear: both; - display: block; } - div.page div.fineprint div.license { - display: block; - clear: both; } - div.page div.fineprint img { - display: block; - float: left; - margin-right: .5rem; } p + p, div.figure + p { text-indent: .5rem; margin-top: 0.4rem; } -warning { - clear: both; - margin: 1rem; - padding: 1rem; - background: #ffffaa; - border: 2px dashed #dddd88; - border-radius: 3px; - display: block; } - pre { margin: 1rem; padding: 1rem; @@ -261,44 +216,10 @@ pre { border-radius: 3px; background: #444; } -pre.lyrics { - margin: 0; - padding: 0rem; - background: transparent; } - pre code { color: #aaff00; background: transparent; } -img.flickr { - position: relative; - display: block; - margin: 0 auto; - width: 100%; } - -img.undecorated { - margin: 0; - padding: 0; } - -img.headline { - margin: 0; - margin-right: 1rem; - padding: 0; - vertical-align: text-bottom; } - -img.feed-icon { - vertical-align: middle; - padding-left: 0.2rem; } - -div#columns { - overflow: hidden; - margin-bottom: 1rem; } - div#columns ul { - list-style: none outside none; - margin: 0; - float: left; - width: 50%; } - span.code, code { font-family: "Envy Code R", "Inconsolata", "Consolas", "Courier New", monospace; color: #111; @@ -314,126 +235,3 @@ br { em { font-style: italic; } - -.item + .item { - margin-top: 1rem; } - -ul.list { - list-style-type: square; } - ul.list li { - margin-bottom: .4rem; } - ul.list li .description { - font-size: .8rem; } - -div.download { - float: left; - width: 45%; - margin-right: 1rem; - margin-bottom: 1.5rem; } - div.download a { - display: block; - width: 100%; - text-align: center; - padding: 0.5em 0; - font-family: sans-serif; - background: #fff; - color: #888; - border-radius: 2rem; - -moz-border-radius: 2rem; } - div.download a:hover { - background: #888; - color: #fff; } - div.download table { - font-size: .8rem; - line-height: 1rem; - border-collapse: collapse; - margin-bottom: 1rem; - clear: both; } - div.download table th { - color: #999; - font-weight: 400; - padding-right: 1rem; - border-right: 1px solid #ffaa00; - text-align: right; } - div.download table td { - color: #777; - margin: 0; - padding: 0; - padding-left: 1rem; - text-align: left; } - -table { - font-size: 0.9rem; - margin-top: 0.5rem; - margin-bottom: 0.5rem; } - table thead { - border-bottom: 2px solid #ffaa00; } - table thead tr.header { - font-weight: bold; } - table tr.odd { - background-color: #fafafa; } - table th + th, table td + td { - padding-left: 1rem; } - -h1.year { - border-bottom: 4px solid #eeede5; - width: 50%; } - -h2.month { - font-weight: normal; } - -ul.archive { - margin-left: 1rem; } - -ul.tags { - list-style: none; - margin-left: 1rem; } - ul.tags li { - margin-right: 1rem; - white-space: nowrap; - display: inline-block; } - -#page ul.tree { - margin: 1rem; - font-family: monospace; - display: block; - list-style: none; } - - #page ul.tree li { line-height: 1.3rem; } - #page ul.tree .NORM { color: black; background-color: transparent;} - #page ul.tree .FIFO { color: purple; background-color: transparent;} - #page ul.tree .CHAR { color: yellow; background-color: transparent;} - #page ul.tree .DIR { color: blue; background-color: transparent;} - #page ul.tree .BLOCK { color: yellow; background-color: transparent;} - #page ul.tree .LINK { color: aqua; background-color: transparent;} - #page ul.tree .SOCK { color: fuchsia;background-color: transparent;} - #page ul.tree .EXEC { color: green; background-color: transparent;} - -#comments { - margin-top: 1rem; - font-size: 0.7rem; - padding: 0 1em 1rem; - border-top: 5px solid #999999; -} - -/* DISQUS */ -h1.disqus { - margin-top: 1rem; - float: left; } - -div#disqus_thread { - border-top: 5px solid #999999; - padding: 0 1em 1rem; - background: #eeede5; - margin-top: 1rem; - -moz-border-radius: 0 0 15px 15px; - border-radius: 0 0 15px 15px; - font-size: 14px; } - div#disqus_thread ul { - width: auto; } - div#disqus_thread #dsq-global-toolbar { - margin: 0.5em 0; } - div#disqus_thread #dsq-reply { - margin-top: 0.5rem; } - div#disqus_thread h3 { - clear: none; } |