/* line 5, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ 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 { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, ../../../../../../../usr/lib/ruby/gems/2.2.0/gems/compass-1.0.3/vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* line 8, ../src/diornights.sass */ html { height: 100%; width: 100%; } /* line 11, ../src/diornights.sass */ body { font-family: trebuchet ms, helvetica, arial, sans-serif; width: 100%; height: 100%; overflow-x: hidden; background: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.28, white), color-stop(0.64, #faf7fa)); background-image: -moz-linear-gradient(center bottom, white 28%, #faf7fa 64%); background-attachment: fixed; font-size: 11px; font-family: "lucida grande", tahoma, verdana, arial, sans-serif; color: #333; } /* line 23, ../src/diornights.sass */ #bg { position: fixed; top: 0; left: 0; opacity: 1; z-index: -3; width: 100%; height: 100%; } /* line 31, ../src/diornights.sass */ #bg img { width: 100%; height: 100%; -ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges; image-rendering: -webkit-optimize-contrast; } /* line 37, ../src/diornights.sass */ #container { position: absolute; top: 0; left: 50%; width: 950px; min-height: 100%; margin-left: -475px; background: #fff; padding-bottom: 2000px; } /* line 48, ../src/diornights.sass */ #header { width: 100%; } /* line 50, ../src/diornights.sass */ #header #logo { height: 160px; } /* line 52, ../src/diornights.sass */ #header #likebutton { position: absolute; top: 80px; right: 30px; } /* line 56, ../src/diornights.sass */ #menu { width: 100%; border-top: 1px solid #eee; border-bottom: 1px solid #eee; } /* line 61, ../src/diornights.sass */ #menu ul li { display: inline-block; width: 153px; padding: 5px 0 5px 0px; text-align: center; } /* line 66, ../src/diornights.sass */ #menu ul li a { color: #333; text-decoration: none; display: block; } /* line 70, ../src/diornights.sass */ #menu ul li a:hover { color: #33f; } /* line 72, ../src/diornights.sass */ .box { width: 300px; margin: 10px 0 0 10px; } /* line 75, ../src/diornights.sass */ .box img { width: 100%; opacity: 0.9; } /* line 78, ../src/diornights.sass */ .box img:hover { opacity: 1; } /* line 82, ../src/diornights.sass */ .box#feed ul li { display: inline-block; height: 32px; vertical-align: middle; } /* line 86, ../src/diornights.sass */ .box#feed img { width: 32px; height: 32px; }