Vulcan/client/css/screen.css

1320 lines
56 KiB
CSS
Raw Normal View History

2012-08-25 11:20:17 +09:00
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/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, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1; }
/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none; }
/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0; }
/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle; }
/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none; }
/* line 103, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none; }
/* line 32, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
border: none; }
/* line 116, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block; }
2012-09-05 09:55:09 +09:00
/*================ FUNCTIONS =================*/
/*================ CLASSES =================*/
2012-09-08 12:11:26 +09:00
/* line 24, ../sass/partials/_mixins.scss */
2012-09-05 09:55:09 +09:00
.popover, .auth-buttons #login-buttons .accounts-dialog, .share-options {
background: white;
border: 1px solid #f36c3d;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
z-index: 100;
-webkit-transition: all, 300ms;
-moz-transition: all, 300ms;
-o-transition: all, 300ms;
transition: all, 300ms; }
2012-09-08 12:11:26 +09:00
/* line 32, ../sass/partials/_mixins.scss */
2012-09-20 08:56:44 +09:00
.grid-block, .post-content, .post-actions li a, .post-message, .comment-content, .comment-new, .error {
2012-08-25 11:20:17 +09:00
background: #fff;
2012-08-31 18:58:12 +09:00
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
2012-08-25 11:20:17 +09:00
padding: 15px;
margin-bottom: 10px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
2012-09-08 12:11:26 +09:00
/* line 40, ../sass/partials/_mixins.scss */
.cf, .comment-new, .comment-new .comment-submit {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1; }
/* line 3, ../sass/partials/_mixins.scss */
.cf:before, .comment-new:before, .comment-new .comment-submit:before, .cf:after, .comment-new:after, .comment-new .comment-submit:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
.cf:after, .comment-new:after, .comment-new .comment-submit:after {
clear: both; }
2012-09-05 09:55:09 +09:00
/*================ MIXINS =================*/
2012-08-25 11:20:17 +09:00
/* line 1, ../sass/partials/_main.scss */
body {
2012-08-31 18:58:12 +09:00
background: #e9f3f7;
background: #edf5f8;
min-height: 1500px; }
2012-08-25 11:20:17 +09:00
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
/* line 8, ../sass/partials/_main.scss */
2012-08-25 11:20:17 +09:00
body {
background-size: 10px 10px; } }
/* line 13, ../sass/partials/_main.scss */
2012-08-25 11:20:17 +09:00
#spinner {
height: 100%;
width: 100%;
position: fixed;
z-index: 1000; }
/* line 19, ../sass/partials/_main.scss */
2012-08-25 11:20:17 +09:00
.debug {
display: none; }
/* line 22, ../sass/partials/_main.scss */
2012-08-31 18:58:12 +09:00
.hidden {
display: none; }
/* line 25, ../sass/partials/_main.scss */
2012-08-31 18:58:12 +09:00
.overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 50; }
2012-09-24 08:53:13 +09:00
/* line 33, ../sass/partials/_main.scss */
#tlkio {
position: fixed;
top: 0px;
right: -280px;
-webkit-transition: ease-out right 300ms;
-webkit-transition-delay: 0ms;
-moz-transition: ease-out right 300ms 0ms;
-o-transition: ease-out right 300ms 0ms;
transition: ease-out right 300ms 0ms;
z-index: 1000;
background: #333; }
/* line 40, ../sass/partials/_main.scss */
#tlkio.open {
right: 0px;
-webkit-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15);
box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15); }
/* line 44, ../sass/partials/_main.scss */
#tlkio .open-chat {
display: block;
background: #7ac0e4;
-webkit-border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
-ms-border-radius: 3px 3px 0px 0px;
-o-border-radius: 3px 3px 0px 0px;
border-radius: 3px 3px 0px 0px;
position: absolute;
top: 50%;
right: 264px;
text-transform: uppercase;
color: white;
padding: 3px 10px;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.15);
box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.15);
z-index: 1001; }
2012-08-25 11:20:17 +09:00
/* line 1, ../sass/partials/_typography.scss */
body, textarea, input, button, input[type="submit"], input[type="button"] {
2012-08-31 18:58:12 +09:00
font-family: "Proxima Nova Soft", "proxima-nova-soft", "PT SANS", "Helvetica Neue", Helvetica, sans-serif;
2012-08-25 11:20:17 +09:00
color: #4a4444;
line-height: 1.6; }
/* line 9, ../sass/partials/_typography.scss */
a {
text-decoration: none;
font-weight: bold; }
/* line 12, ../sass/partials/_typography.scss */
a:link, a:visited, a:active {
2012-09-24 08:06:19 +09:00
color: #a4a9ab; }
2012-08-25 11:20:17 +09:00
/* line 15, ../sass/partials/_typography.scss */
a:hover {
2012-09-24 08:06:19 +09:00
color: #f36c3d; }
2012-08-25 11:20:17 +09:00
2012-09-19 09:03:25 +09:00
/* line 19, ../sass/partials/_typography.scss */
h3 {
font-weight: bold;
margin-bottom: 10px;
color: #b3c1c6; }
2012-08-25 11:20:17 +09:00
@font-face {
2012-09-15 18:41:08 +09:00
font-family: 'icomoon';
src: url("fonts/icomoon.eot"); }
@font-face {
font-family: 'icomoon';
src: url(data:font/svg;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+ClRoaXMgaXMgYSBjdXN0b20gU1ZHIGZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uCjAKPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJpY29tb29uIiBob3Jpei1hZHYteD0iNTEyIiA+Cjxmb250LWZhY2UgdW5pdHMtcGVyLWVtPSI1MTIiIGFzY2VudD0iNDgwIiBkZXNjZW50PSItMzIiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSI1MTIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3g3MzsiIGQ9Ik0gMzY0LjYzMiwzOTQuNzA4bCAxMDguNjMyLTEwOC42MzJsLTEwOC42MzItMTA4LjYzMmwwLjAwLDc3LjU5NSBsLTEyNC4xNTEsMzEuMDM3bCAxMjQuMTUxLDMxLjAzOUwgMzY0LjYzMiwzOTQuNzA4ICBNIDM2NC42MjUsNDI1Ljc0NgoJYy0zLjk5NywwLjAwLTguMDI5LTAuNzcyLTExLjg2OS0yLjM2M2MtMTEuNTk4LTQuODA0LTE5LjE2LTE2LjEyMi0xOS4xNi0yOC42NzZsMC4wMC01My4zNjEgbC0xMDAuNjQzLTI1LjE2CgljLTEzLjgxNS0zLjQ1Ni0yMy41MS0xNS44NjktMjMuNTEtMzAuMTEyYzAuMDAtMTQuMjQxLCA5LjY5My0yNi42NTYsIDIzLjUxLTMwLjExMWwgMTAwLjY0My0yNS4xNmwwLjAwLTUzLjM2MSAKCWMwLjAwLTEyLjU1NiwgNy41NjItMjMuODcyLCAxOS4xNi0yOC42NzZjIDMuODQtMS41ODgsIDcuODcyLTIuMzYzLCAxMS44NjktMi4zNjNjIDguMDc4LDAuMDAsIDE2LjAxNSwzLjE1MywgMjEuOTUzLDkuMDkybCAxMDguNjM0LDEwOC42MzQKCWMgMTIuMTIyLDEyLjEyLCAxMi4xMjIsMzEuNzcyLDAuMDAsNDMuODk0bC0xMDguNjM0LDEwOC42MzJDIDM4MC42NCw0MjIuNTkzLCAzNzIuNzAzLDQyNS43NDYsIDM2NC42MjUsNDI1Ljc0NkwgMzY0LjYyNSw0MjUuNzQ2eiBNIDE0Ny4zNjgsMjcwLjU1NwoJbDAuMDAtNzcuNTk1IGwgMTI0LjE1MS0zMS4wMzlsLTEyNC4xNTEtMzEuMDM3bDAuMDAtNzcuNTk1IGwtMTA4LjYzMiwxMDguNjMyTCAxNDcuMzY4LDI3MC41NTcgTSAxNDcuMzczLDMwMS41OTVjLTguMDc4LDAuMDAtMTYuMDE1LTMuMTUzLTIxLjk1Mi05LjA5MgoJbC0xMDguNjMyLTEwOC42MzJjLTEyLjEyMy0xMi4xMjItMTIuMTIzLTMxLjc3MywwLjAwLTQzLjg5NGwgMTA4LjYzMi0xMDguNjMyYyA1LjkzOC01LjkzOSwgMTMuODc2LTkuMDkyLCAyMS45NTItOS4wOTIKCWMgNC4wMCwwLjAwLCA4LjAzMiwwLjc3MiwgMTEuODcyLDIuMzYzYyAxMS41OTgsNC44MDQsIDE5LjE2LDE2LjEyMiwgMTkuMTYsMjguNjc1bDAuMDAsNTMuMzYxIGwgMTAwLjY0MywyNS4xNgoJYyAxMy44MTYsMy40NTUsIDIzLjUwOCwxNS44NjksIDIzLjUwOCwzMC4xMTFjMC4wMCwxNC4yNDMtOS42OTIsMjYuNjU2LTIzLjUwOCwzMC4xMTJsLTEwMC42NDMsMjUuMTU4bDAuMDAsNTMuMzYyIAoJYzAuMDAsMTIuNTU0LTcuNTYyLDIzLjg3MS0xOS4xNiwyOC42NzZDIDE1NS40MDYsMzAwLjgyMiwgMTUxLjM3MywzMDEuNTk1LCAxNDcuMzczLDMwMS41OTVMIDE0Ny4zNzMsMzAxLjU5NXoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3g2MzsiIGQ9Ik0gMzM0Ljg5NCw0MTMuMzM1YyA3OC40MjQsMC4wMCwgMTQxLjk5OC02My41NzYsIDE0MS45OTgtMTQyLjAwMmMwLjAwLTc4LjQyNC02My41NzQtMTQxLjk5OC0xNDEuOTk4LTE0Mi4wMDFsMC4wMC0wLjAwMSAKCWwtNjMuMTE3LDAuMDAgbC05NC42NjgtOTQuNjY4bDAuMDAsOTQuNjY4IGwwLjAwLDAuMDA0IGMtNzguNDI3LDAuMDAtMTQyLjAwMSw2My41NzQtMTQyLjAwMSwxNDEuOTk4YzAuMDAsNzguNDI2LCA2My41NzQsMTQyLjAwMiwgMTQyLjAwMSwxNDIuMDAybCAxNTcuNzgsMC4wMCAKCSBNIDMzNC44OTQsNDQ0Ljg5MUwgMTc3LjExLDQ0NC44OTEgYy05NS43MCwwLjAwLTE3My41NTYtNzcuODU3LTE3My41NTYtMTczLjU1OGMwLjAwLTg0LjkyOCwgNjEuMzExLTE1NS44MDQsIDE0Mi4wMDEtMTcwLjY4bDAuMDAtNjUuOTg5IAoJYzAuMDAtMTIuNzYzLCA3LjY4OS0yNC4yNjksIDE5LjQ4LTI5LjE1MmMgMy45MDMtMS42MTgsIDguMDA0LTIuNDA0LCAxMi4wNjktMi40MDRjIDguMjEyLDAuMDAsIDE2LjI4MywzLjIwNSwgMjIuMzIxLDkuMjQzbCA4NS40MjIsODUuNDI1bCA1MC4wNDcsMC4wMCAKCWMgOTUuNjk3LDAuMDAsIDE3My41NTQsNzcuODYxLCAxNzMuNTU0LDE3My41NThDIDUwOC40NDgsMzY3LjAzNCwgNDMwLjU4OSw0NDQuODkxLCAzMzQuODk0LDQ0NC44OTFMIDMzNC44OTQsNDQ0Ljg5MXoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3gyMTkxOyIgZD0iTSA1MDEuNzYsMTMxLjgzNmMwLjAwLTE1LjcyNC02LjAwMS0zMS40NDctMTcuOTk3LTQzLjQ0M2MtMjMuOTkyLTIzLjk5Mi02Mi44OTUtMjMuOTkyLTg2Ljg5MiwwLjAwTCAyNTUuOTk3LDIyOS4yNwoJTCAxMTUuMTIzLDg4LjM5M2MtMjMuOTkyLTIzLjk5Mi02Mi44OTUtMjMuOTkyLTg2Ljg4OCwwLjAwQyA0LjI0MSwxMTIuMzg5LCA0LjI0MSwxNTEuMjgzLCAyOC4yMzQsMTc1LjI4M2wgMTg0LjMyLDE4NC4zMjEKCWMgMjMuOTkyLDIzLjk5MiwgNjIuODk1LDIzLjk5MiwgODYuODg4LDAuMDBMIDQ4My43NjMsMTc1LjI4M0MgNDk1Ljc1OSwxNjMuMjgzLCA1MDEuNzYsMTQ3LjU2LCA1MDEuNzYsMTMxLjgzNkwgNTAxLjc2LDEzMS44MzZ6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4MjE5MzsiIGQ9Ik0gNTAxLjc2LDMxNi4xNjFjMC4wMC0xNS43MjQtNi4wMDEtMzEuNDQ3LTE3Ljk5Ny00My40NDdMIDI5OS40NDEsODguMzkzYy0yMy45OTItMjMuOTkyLTYyLjg5NS0yMy45OTItODYuODg4LDAuMDAKCWwtMTg0LjMyLDE4NC4zMjFjLTIzLjk5MiwyNC4wMC0yMy45OTIsNjIuODk1LCAwLjAwMSw4Ni44OTJjIDIzLjk5MiwyMy45OTIsIDYyLjg5NSwyMy45OTIsIDg2Ljg4OCwwLjAwbCAxNDAuODc0LTE0MC44NzhMIDM5Ni44N
2012-08-25 11:20:17 +09:00
font-weight: normal;
font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
2012-09-15 18:41:08 +09:00
/* line 14, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
[data-icon]:before {
2012-09-15 18:41:08 +09:00
font-family: 'icomoon';
2012-08-25 11:20:17 +09:00
content: attr(data-icon);
2012-09-15 18:41:08 +09:00
speak: none;
font-weight: normal;
-webkit-font-smoothing: antialiased; }
2012-08-25 11:20:17 +09:00
/* Use the following CSS code if you want to have a class per icon */
2012-09-15 18:41:08 +09:00
/* line 23, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
[class^="icon-"]:before, [class*=" icon-"]:before {
2012-09-15 18:41:08 +09:00
font-family: 'icomoon';
2012-08-25 11:20:17 +09:00
font-style: normal;
2012-09-15 18:41:08 +09:00
speak: none;
font-weight: normal;
-webkit-font-smoothing: antialiased; }
2012-08-25 11:20:17 +09:00
2012-09-15 18:41:08 +09:00
/* line 30, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-share:before {
content: "\73"; }
2012-09-15 18:41:08 +09:00
/* line 33, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-comment:before {
content: "\63"; }
2012-09-15 18:41:08 +09:00
/* line 36, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-up:before {
content: "\2191"; }
2012-09-15 18:41:08 +09:00
/* line 39, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-down:before {
content: "\2193"; }
2012-09-15 18:41:08 +09:00
/* line 42, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-link:before {
content: "\6c"; }
2012-09-15 18:41:08 +09:00
/* line 45, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-check:before {
content: "\2705"; }
2012-09-15 18:41:08 +09:00
/* line 48, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-plus:before {
content: "\2b"; }
2012-09-15 18:41:08 +09:00
/* line 51, ../sass/partials/_icons.scss */
2012-08-25 11:20:17 +09:00
.icon-menu:before {
content: "\2630"; }
2012-09-15 18:41:08 +09:00
/* line 54, ../sass/partials/_icons.scss */
.icon-user:before {
content: "\75"; }
2012-08-31 18:58:12 +09:00
/* line 1, ../sass/partials/_pageslide.scss */
#pageslide {
/* These styles MUST be included. Do not change. */
display: none;
position: absolute;
position: fixed;
top: 0;
height: 100%;
z-index: 999999;
/* Specify the width of your pageslide here */
width: 260px;
/* These styles are optional, and describe how the pageslide will look */
background-color: #333;
color: #FFF;
-webkit-box-shadow: inset 0 0 5px 5px #222;
-moz-box-shadow: inset 0 0 5px 5px #222;
2012-09-18 10:00:53 +09:00
box-shadow: inset 0 0 5px 5px #222;
-webkit-overflow-scrolling: touch;
overflow-y: auto; }
2012-08-31 18:58:12 +09:00
2012-09-18 10:00:53 +09:00
/* line 25, ../sass/partials/_pageslide.scss */
2012-08-31 18:58:12 +09:00
#menu ul {
padding: 0;
margin: 0; }
2012-09-18 10:00:53 +09:00
/* line 28, ../sass/partials/_pageslide.scss */
2012-08-31 18:58:12 +09:00
#menu ul li {
padding: 0;
margin: 0; }
2012-09-18 10:00:53 +09:00
/* line 31, ../sass/partials/_pageslide.scss */
2012-08-31 18:58:12 +09:00
#menu ul li a {
display: block;
width: 100%;
height: 50px;
line-height: 50px;
text-indent: 20px;
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.8);
-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.8);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.8); }
2012-09-18 10:00:53 +09:00
/* line 39, ../sass/partials/_pageslide.scss */
2012-08-31 18:58:12 +09:00
#menu ul li a:hover {
background: rgba(0, 0, 0, 0.5);
color: white; }
2012-09-18 10:00:53 +09:00
/* line 47, ../sass/partials/_pageslide.scss */
2012-08-31 18:58:12 +09:00
body.pageslide-open {
overflow: hidden; }
2012-09-18 10:00:53 +09:00
/* line 49, ../sass/partials/_pageslide.scss */
body.pageslide-open .posts {
height: 100%;
overflow: hidden; }
2012-08-31 18:58:12 +09:00
2012-09-18 10:00:53 +09:00
/* line 54, ../sass/partials/_pageslide.scss */
2012-08-31 18:58:12 +09:00
.wrapper {
position: absolute;
top: 0;
margin: 0;
width: 100%;
background: #e9f3f7; }
2012-09-08 11:54:08 +09:00
/* line 2, ../sass/partials/_markdown.scss */
.markdown strong {
font-weight: bold; }
/* line 5, ../sass/partials/_markdown.scss */
.markdown em {
font-style: italic; }
2012-09-13 10:55:05 +09:00
/* line 8, ../sass/partials/_markdown.scss */
.markdown ul, .markdown ol {
padding-left: 18px; }
/* line 11, ../sass/partials/_markdown.scss */
.markdown ul {
list-style-type: disc; }
/* line 14, ../sass/partials/_markdown.scss */
.markdown ol {
list-style-type: decimal; }
2012-09-08 11:54:08 +09:00
2012-09-15 18:41:08 +09:00
/* line 1, ../sass/partials/_tooltips.scss */
.has-tooltip {
position: relative; }
/* line 3, ../sass/partials/_tooltips.scss */
.has-tooltip .tooltip {
pointer-events: none;
position: absolute;
z-index: 9999;
left: 50%;
top: -40px;
opacity: 0;
-webkit-transition: ease-out opacity 300ms;
-webkit-transition-delay: 0ms;
-moz-transition: ease-out opacity 300ms 0ms;
-o-transition: ease-out opacity 300ms 0ms;
transition: ease-out opacity 300ms 0ms; }
/* line 11, ../sass/partials/_tooltips.scss */
.has-tooltip .tooltip span {
display: block;
white-space: nowrap;
position: relative;
background: rgba(0, 0, 0, 0.6);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 0px 8px;
left: -50%;
font-size: 14px;
color: #fff; }
/* line 21, ../sass/partials/_tooltips.scss */
.has-tooltip .tooltip span:after {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
border-top-color: rgba(0, 0, 0, 0.6);
border-width: 6px;
left: 50%;
margin-left: -6px; }
/* line 35, ../sass/partials/_tooltips.scss */
.has-tooltip:hover .tooltip {
opacity: 1; }
2012-08-25 11:20:17 +09:00
/* line 5, ../sass/partials/_grid.scss */
.grid {
width: 74%;
2012-09-24 08:59:04 +09:00
margin: 0 13%;
-webkit-transition: ease-out margin 300ms;
-webkit-transition-delay: 0ms;
-moz-transition: ease-out margin 300ms 0ms;
-o-transition: ease-out margin 300ms 0ms;
transition: ease-out margin 300ms 0ms; }
/* line 9, ../sass/partials/_grid.scss */
.chat-open .grid {
margin-right: 24%;
margin-left: 2%; }
/* line 14, ../sass/partials/_grid.scss */
2012-08-25 11:20:17 +09:00
.grid-small {
width: 320px;
margin: 0 auto; }
/* line 10, ../sass/modules/_header.scss */
.header {
2012-08-31 18:58:12 +09:00
background: #4e555d url("/img/bg-header.png") top center;
background-color: #4e555d;
2012-08-25 11:20:17 +09:00
margin-bottom: 10px;
height: 70px;
position: relative;
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
2012-08-31 18:58:12 +09:00
*zoom: 1;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-ms-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: 0 1px 1px black;
-moz-box-shadow: 0 1px 1px black;
box-shadow: 0 1px 1px black; }
2012-09-08 12:11:26 +09:00
/* line 3, ../sass/partials/_mixins.scss */
2012-08-25 11:20:17 +09:00
.header:before, .header:after {
content: "";
display: table; }
2012-09-08 12:11:26 +09:00
/* line 7, ../sass/partials/_mixins.scss */
2012-08-25 11:20:17 +09:00
.header:after {
clear: both; }
2012-09-05 09:55:09 +09:00
/* line 19, ../sass/modules/_header.scss */
2012-08-25 11:20:17 +09:00
.header .nav {
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
*zoom: 1;
margin-top: 20px; }
2012-09-05 09:55:09 +09:00
/* line 22, ../sass/modules/_header.scss */
2012-08-25 11:20:17 +09:00
.header .nav li {
list-style-image: none;
list-style-type: none;
margin-left: 0;
white-space: nowrap;
display: inline;
float: left;
padding-left: 4px;
padding-right: 4px;
margin-right: 10px; }
/* line 48, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.header .nav li:first-child, .header .nav li.first {
padding-left: 0; }
/* line 49, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.header .nav li:last-child {
padding-right: 0; }
/* line 50, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.header .nav li.last {
padding-right: 0; }
2012-09-05 09:55:09 +09:00
/* line 25, ../sass/modules/_header.scss */
2012-08-25 11:20:17 +09:00
.header .nav li a {
color: white;
font-size: 16px;
line-height: 26px;
height: 26px;
font-weight: normal; }
2012-09-05 09:55:09 +09:00
/* line 34, ../sass/modules/_header.scss */
2012-08-25 11:20:17 +09:00
.header .site-nav {
float: left;
margin-left: 20px; }
2012-09-05 09:55:09 +09:00
/* line 38, ../sass/modules/_header.scss */
2012-08-25 11:20:17 +09:00
.header .logo {
position: absolute;
2012-08-31 18:58:12 +09:00
top: 17px;
2012-08-25 11:20:17 +09:00
left: 50%;
2012-09-24 07:59:45 +09:00
margin-left: -75px;
width: 150px;
height: 31px; }
/* line 49, ../sass/modules/_header.scss */
2012-08-25 11:20:17 +09:00
.header .logo a {
display: block;
height: 100%;
width: 100%;
background-position: center center;
2012-09-24 07:59:45 +09:00
background-image: url("/img/telescope-logo2.png");
2012-09-05 10:27:10 +09:00
background-size: 156px 39px;
2012-09-24 07:59:45 +09:00
background-size: 150px 31px;
2012-08-25 11:20:17 +09:00
font: 0/0 a;
text-shadow: none;
color: transparent; }
2012-09-24 07:59:45 +09:00
/* line 67, ../sass/modules/_header.scss */
2012-08-25 11:20:17 +09:00
.header .user-nav {
float: right;
margin-right: 10px; }
2012-09-24 07:59:45 +09:00
/* line 87, ../sass/modules/_header.scss */
2012-09-05 09:55:09 +09:00
.auth-buttons {
float: right;
margin: 20px 10px 0 0; }
2012-09-24 07:59:45 +09:00
/* line 90, ../sass/modules/_header.scss */
2012-09-05 09:55:09 +09:00
.auth-buttons #login-buttons {
2012-09-05 10:13:13 +09:00
position: relative;
line-height: 26px; }
2012-09-24 07:59:45 +09:00
/* line 96, ../sass/modules/_header.scss */
2012-09-05 09:55:09 +09:00
.auth-buttons #login-buttons a {
text-decoration: none;
color: #4a4444; }
2012-09-24 07:59:45 +09:00
/* line 100, ../sass/modules/_header.scss */
2012-09-05 09:55:09 +09:00
.auth-buttons #login-buttons a.login-link-text {
color: #fff;
font-weight: normal;
display: inline-block;
2012-09-05 10:13:13 +09:00
height: 26px;
font-size: 0; }
2012-09-24 07:59:45 +09:00
/* line 106, ../sass/modules/_header.scss */
2012-09-05 10:13:13 +09:00
.auth-buttons #login-buttons a.login-link-text:after {
content: "Sign Up/Sign In";
font-size: 16px; }
2012-09-24 07:59:45 +09:00
/* line 111, ../sass/modules/_header.scss */
2012-09-05 09:55:09 +09:00
.auth-buttons #login-buttons #login-buttons-password {
float: none !important;
text-shadow: none;
width: auto;
line-height: 1.5;
height: 26px;
margin: 10px 0 !important; }
2012-09-24 07:59:45 +09:00
/* line 120, ../sass/modules/_header.scss */
2012-09-05 10:13:13 +09:00
.auth-buttons #login-buttons .login-header {
font-family: inherit;
height: 26px;
2012-09-19 09:03:25 +09:00
margin-right: 10px;
cursor: pointer;
color: white; }
2012-09-24 07:59:45 +09:00
/* line 126, ../sass/modules/_header.scss */
2012-09-05 10:13:13 +09:00
.auth-buttons #login-buttons .login-header:before {
2012-09-19 09:03:25 +09:00
color: rgba(255, 255, 255, 0.5);
2012-09-05 10:13:13 +09:00
content: "Welcome, "; }
2012-09-24 07:59:45 +09:00
/* line 131, ../sass/modules/_header.scss */
2012-09-05 10:13:13 +09:00
.auth-buttons #login-buttons #login-buttons-logout {
color: white;
background: none;
border: none;
font-family: inherit;
font-size: inherit;
padding: 0;
height: 26px;
2012-09-19 09:03:25 +09:00
margin-right: 10px;
text-shadow: none; }
2012-09-05 09:55:09 +09:00
2012-08-25 11:20:17 +09:00
/* line 1, ../sass/modules/_posts.scss */
2012-09-11 16:27:26 +09:00
.posts {
position: relative; }
/* line 3, ../sass/modules/_posts.scss */
.posts .post {
position: absolute;
width: 100%;
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1; }
2012-09-11 16:27:26 +09:00
/* line 3, ../sass/partials/_mixins.scss */
.posts .post:before, .posts .post:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
.posts .post:after {
clear: both; }
/* line 13, ../sass/modules/_posts.scss */
.posts .post.animate {
-webkit-transition: ease-out top 400ms;
-webkit-transition-delay: 0ms;
-moz-transition: ease-out top 400ms 0ms;
-o-transition: ease-out top 400ms 0ms;
transition: ease-out top 400ms 0ms; }
/* line 18, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content {
position: relative;
padding: 0;
min-height: 40px;
margin-right: 160px; }
/* line 25, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-info {
padding: 13px 15px;
2012-08-31 18:58:12 +09:00
margin-left: 30px; }
/* line 29, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-rank {
position: absolute;
top: 0px;
left: -50px;
display: block;
height: 70px;
line-height: 70px;
width: 30px;
text-align: right;
font-size: 30px;
color: rgba(0, 0, 0, 0.1); }
/* line 42, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote {
position: absolute;
top: 0px;
bottom: 0px; }
/* line 46, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link {
height: 100%;
display: table;
float: left;
2012-08-31 18:58:12 +09:00
width: 30px;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
-ms-border-radius: 3px 0 0 3px;
-o-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
border-right: 1px solid #e7eff2; }
/* line 56, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link i {
2012-08-31 18:58:12 +09:00
font-size: 12px;
2012-08-25 11:20:17 +09:00
display: table-cell;
height: 100%;
width: 100%;
text-align: center;
vertical-align: middle;
2012-08-31 18:58:12 +09:00
color: #92b5c3;
color: #f36c3d;
2012-08-25 11:20:17 +09:00
text-shadow: 0px 1px 0px white; }
/* line 67, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link i.icon-check {
display: none; }
/* line 71, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link span {
display: none; }
/* line 74, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link.not-voted:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
2012-08-31 18:58:12 +09:00
background: #4e555d url("/img/bg-header.png") top center; }
/* line 77, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link.not-voted:hover i {
color: white;
text-shadow: none; }
/* line 82, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link.voted {
cursor: default; }
/* line 84, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link.voted i.icon-up {
display: none; }
/* line 87, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-upvote .upvote-link.voted i.icon-check {
2012-08-31 18:58:12 +09:00
color: #7ac0e4;
2012-08-25 11:20:17 +09:00
display: table-cell; }
/* line 94, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-heading {
margin-bottom: 0px; }
/* line 96, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-heading .post-title {
font-size: 20px;
color: #4a4444;
font-weight: normal;
line-height: 1; }
/* line 101, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-heading .post-title:hover {
2012-08-31 18:58:12 +09:00
color: #f36c3d; }
/* line 105, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-heading .post-domain {
2012-08-31 18:58:12 +09:00
color: #b3c1c6;
font-size: 14px;
font-weight: normal; }
/* line 111, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-content .post-meta {
font-size: 13px;
2012-08-31 18:58:12 +09:00
color: #b3c1c6;
2012-08-25 11:20:17 +09:00
line-height: 1.5; }
/* line 117, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions {
float: right;
padding: 0; }
/* line 120, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li {
2012-08-31 18:58:12 +09:00
position: relative;
2012-08-25 11:20:17 +09:00
float: left;
margin-left: 10px; }
/* line 124, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a {
2012-08-31 18:58:12 +09:00
background: #d8e9f5;
background: white;
2012-08-25 11:20:17 +09:00
position: relative;
display: block;
padding: 0;
width: 70px;
height: 70px;
line-height: 70px;
vertical-align: baseline;
text-align: center;
2012-08-31 18:58:12 +09:00
color: #b3c1c6;
2012-08-25 11:20:17 +09:00
font-size: 36px;
line-height: 50px; }
/* line 175, ../sass/modules/_posts.scss */
.post-actions li a.edit-link {
color: #f36c3d; }
/* line 178, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.post-actions li a.share-link {
color: #7ac0e4;
color: #f8e121; }
/* line 182, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.post-actions li a.discuss-link {
color: #a3d06d; }
/* line 185, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.post-actions li a.more-link {
color: #7ac0e4; }
/* line 188, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a:hover {
2012-08-31 18:58:12 +09:00
background: #4e555d url("/img/bg-header.png") top center;
2012-08-25 11:20:17 +09:00
color: white; }
/* line 192, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a.voted {
2012-08-31 18:58:12 +09:00
background: #4e555d;
2012-08-25 11:20:17 +09:00
color: white;
cursor: default; }
/* line 196, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a.voted .action {
color: #fff; }
/* line 200, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a .count {
position: absolute;
top: 12px;
display: block;
width: 100%;
height: 20px;
line-height: 20px;
font-size: 11px; }
/* line 209, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a .points {
display: block;
font-size: 30px;
line-height: 50px; }
/* line 214, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-actions li a .action {
display: block;
height: 20px;
width: 100%;
line-height: 20px;
position: absolute;
bottom: 5px;
left: 0px;
font-size: 13px;
2012-08-31 18:58:12 +09:00
color: #b3c1c6; }
2012-08-25 11:20:17 +09:00
/* line 229, ../sass/modules/_posts.scss */
2012-08-25 11:20:17 +09:00
.post-message {
padding: 20px;
margin-bottom: 10px;
font-size: 18px; }
/* line 234, ../sass/modules/_posts.scss */
2012-09-08 11:54:08 +09:00
.list .post-message {
display: none; }
2012-08-25 11:20:17 +09:00
/* line 238, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.share-options {
position: absolute;
2012-09-21 18:54:04 +09:00
left: -150px;
2012-09-05 09:55:09 +09:00
top: 5px; }
/* line 245, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.share-options.hidden {
display: block;
opacity: 0;
pointer-events: none;
left: -210px; }
/* line 251, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.share-options:after, .share-options:before {
left: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none; }
/* line 260, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.share-options:after {
border-color: rgba(255, 255, 255, 0);
border-left-color: #ffffff;
border-width: 10px;
top: 20px;
margin-top: -10px; }
/* line 267, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.share-options:before {
border-color: rgba(0, 0, 0, 0);
border-left-color: #f36c3d;
border-width: 11px;
top: 20px;
margin-top: -11px; }
/* line 274, ../sass/modules/_posts.scss */
2012-08-31 18:58:12 +09:00
.share-options .buttons {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1;
padding: 15px 5px 5px 15px; }
2012-09-08 12:11:26 +09:00
/* line 3, ../sass/partials/_mixins.scss */
2012-08-31 18:58:12 +09:00
.share-options .buttons:before, .share-options .buttons:after {
content: "";
display: table; }
2012-09-08 12:11:26 +09:00
/* line 7, ../sass/partials/_mixins.scss */
2012-08-31 18:58:12 +09:00
.share-options .buttons:after {
clear: both; }
/* line 277, ../sass/modules/_posts.scss */
2012-09-05 09:55:09 +09:00
.share-options .buttons .button, .share-options .buttons .auth-buttons #login-buttons #login-buttons-password, .auth-buttons #login-buttons .share-options .buttons #login-buttons-password {
2012-08-31 18:58:12 +09:00
float: left;
margin-right: 10px;
background: transparent;
padding: 0px; }
2012-08-25 11:20:17 +09:00
2012-08-31 18:58:12 +09:00
/* line 1, ../sass/modules/_comments.scss */
2012-09-15 18:41:08 +09:00
.queue-container {
position: relative;
height: 0px;
-webkit-transition: ease-out opacity 400ms;
-webkit-transition-delay: 0ms;
-moz-transition: ease-out opacity 400ms 0ms;
-o-transition: ease-out opacity 400ms 0ms;
transition: ease-out opacity 400ms 0ms; }
/* line 5, ../sass/modules/_comments.scss */
.queue-container ul {
position: absolute;
2012-09-15 18:41:08 +09:00
margin-left: 100%;
left: 10px;
top: -30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background: rgba(0, 0, 0, 0.05);
padding: 10px 0 0 10px;
max-width: 120px;
white-space: nowrap; }
/* line 18, ../sass/modules/_comments.scss */
.queue-container ul:after {
right: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
2012-09-15 18:41:08 +09:00
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-right-color: rgba(0, 0, 0, 0.05);
border-width: 8px;
top: 25px;
margin-top: -8px; }
/* line 32, ../sass/modules/_comments.scss */
.queue-container ul li {
display: block;
2012-09-15 18:41:08 +09:00
float: left;
margin: 0 10px 10px 0;
display: block;
height: 30px;
width: 30px;
background: #f36c3d;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
border-radius: 100px;
line-height: 30px;
text-align: center;
position: relative; }
/* line 44, ../sass/modules/_comments.scss */
.queue-container ul li.before {
position: absolute; }
/* line 47, ../sass/modules/_comments.scss */
.queue-container ul li a {
position: absolute;
2012-09-15 18:41:08 +09:00
top: 0px;
display: block;
height: 30px;
width: 30px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
border-radius: 100px; }
/* line 69, ../sass/modules/_comments.scss */
.comment {
margin-left: 30px;
position: relative; }
/* line 73, ../sass/modules/_comments.scss */
.comment .comment-body {
-webkit-transition: ease-out opacity 600ms;
-webkit-transition-delay: 0ms;
-moz-transition: ease-out opacity 600ms 0ms;
-o-transition: ease-out opacity 600ms 0ms;
transition: ease-out opacity 600ms 0ms;
opacity: 1; }
2012-09-15 18:41:08 +09:00
/* line 78, ../sass/modules/_comments.scss */
.comment.comment-queued .comment-body {
opacity: 0;
position: absolute;
pointer-events: none; }
2012-09-15 18:41:08 +09:00
/* line 122, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-content {
position: relative;
-webkit-border-radius: 0 3px 3px 3px;
-moz-border-radius: 0 3px 3px 3px;
-ms-border-radius: 0 3px 3px 3px;
-o-border-radius: 0 3px 3px 3px;
border-radius: 0 3px 3px 3px;
2012-08-25 11:20:17 +09:00
font-size: 14px; }
2012-09-15 18:41:08 +09:00
/* line 129, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-meta {
margin-bottom: 5px;
2012-08-31 18:58:12 +09:00
color: #b3c1c6; }
2012-09-15 18:41:08 +09:00
/* line 131, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-meta .comment-username, .comment-meta .comment-time, .comment-meta .comment-permalink {
display: inline-block;
margin-right: 4px; }
2012-09-15 18:41:08 +09:00
/* line 136, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-meta .comment-permalink {
position: relative;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width: 20px;
color: #b3c1c6;
margin: 0; }
2012-09-15 18:41:08 +09:00
/* line 142, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-meta .comment-permalink:before {
position: absolute;
display: block;
top: 1px;
left: 0;
text-indent: 0; }
2012-09-15 18:41:08 +09:00
/* line 149, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-meta .comment-permalink:hover:before {
2012-08-31 18:58:12 +09:00
color: #f36c3d; }
2012-08-25 11:20:17 +09:00
2012-09-15 18:41:08 +09:00
/* line 154, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-actions {
position: absolute;
2012-08-31 18:58:12 +09:00
left: -30px;
2012-08-25 11:20:17 +09:00
top: 0px; }
2012-09-15 18:41:08 +09:00
/* line 158, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-actions a {
-webkit-border-radius: 0 0 0 3px;
-moz-border-radius: 0 0 0 3px;
-ms-border-radius: 0 0 0 3px;
-o-border-radius: 0 0 0 3px;
border-radius: 0 0 0 3px;
2012-08-25 11:20:17 +09:00
position: relative;
display: block;
height: 30px;
width: 30px;
background: white;
2012-08-31 18:58:12 +09:00
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2012-08-25 11:20:17 +09:00
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
overflow: hidden; }
2012-09-15 18:41:08 +09:00
/* line 170, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-actions a.upvote {
-webkit-border-radius: 3px 0 0 0;
-moz-border-radius: 3px 0 0 0;
-ms-border-radius: 3px 0 0 0;
-o-border-radius: 3px 0 0 0;
border-radius: 3px 0 0 0;
2012-08-31 18:58:12 +09:00
margin-bottom: 1px; }
2012-09-15 18:41:08 +09:00
/* line 174, ../sass/modules/_comments.scss */
2012-08-31 18:58:12 +09:00
.comment-actions a i {
font-size: 12px;
2012-08-25 11:20:17 +09:00
display: block;
position: absolute;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
text-indent: 0;
color: #f36c3d; }
2012-09-15 18:41:08 +09:00
/* line 186, ../sass/modules/_comments.scss */
2012-08-25 11:20:17 +09:00
.comment-actions a:hover {
2012-08-31 18:58:12 +09:00
background: #4e555d; }
2012-09-15 18:41:08 +09:00
/* line 188, ../sass/modules/_comments.scss */
2012-08-31 18:58:12 +09:00
.comment-actions a:hover i {
2012-08-25 11:20:17 +09:00
color: white; }
/* line 193, ../sass/modules/_comments.scss */
.comment-actions.upvoted .upvote, .comment-actions.downvoted .downvote {
cursor: default; }
/* line 195, ../sass/modules/_comments.scss */
.comment-actions.upvoted .upvote i, .comment-actions.downvoted .downvote i {
color: #7ac0e4; }
/* line 198, ../sass/modules/_comments.scss */
.comment-actions.upvoted .upvote:hover, .comment-actions.downvoted .downvote:hover {
background: white; }
/* line 202, ../sass/modules/_comments.scss */
.comment-actions.downvoted .upvote, .comment-actions.upvoted .downvote {
cursor: default; }
/* line 204, ../sass/modules/_comments.scss */
.comment-actions.downvoted .upvote i, .comment-actions.upvoted .downvote i {
color: #b3c1c6; }
/* line 207, ../sass/modules/_comments.scss */
.comment-actions.downvoted .upvote:hover, .comment-actions.upvoted .downvote:hover {
background: white; }
/* line 215, ../sass/modules/_comments.scss */
2012-09-08 12:11:26 +09:00
.comment-new .comment-field {
margin-bottom: 10px; }
/* line 221, ../sass/modules/_comments.scss */
2012-09-08 12:11:26 +09:00
.comment-page .comment-new {
margin-left: 30px;
position: relative;
background: #ffffff; }
/* line 225, ../sass/modules/_comments.scss */
2012-09-08 12:11:26 +09:00
.comment-page .comment-new:after {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #ffffff;
border-width: 8px;
left: 20px;
margin-left: -8px; }
2012-08-31 18:58:12 +09:00
2012-08-25 11:20:17 +09:00
/* line 3, ../sass/modules/_forms.scss */
form .control-group, .accounts-dialog .control-group {
2012-08-25 11:20:17 +09:00
margin-bottom: 15px; }
/* line 5, ../sass/modules/_forms.scss */
form .control-group label, .accounts-dialog .control-group label {
2012-08-25 11:20:17 +09:00
float: left; }
/* line 8, ../sass/modules/_forms.scss */
form .control-group .controls, .accounts-dialog .control-group .controls {
2012-09-19 09:03:25 +09:00
margin-left: 120px;
2012-09-07 18:17:19 +09:00
position: relative; }
/* line 11, ../sass/modules/_forms.scss */
form .control-group .controls .get-title-link, .accounts-dialog .control-group .controls .get-title-link {
position: absolute;
display: block;
top: 2px;
right: 8px; }
/* line 16, ../sass/modules/_forms.scss */
form .control-group .controls .get-title-link.loading, .accounts-dialog .control-group .controls .get-title-link.loading {
background: url(/img/loading.gif) center center no-repeat;
height: 22px;
width: 18px;
font: 0/0 a;
text-shadow: none;
color: transparent; }
/* line 25, ../sass/modules/_forms.scss */
form .form-actions, .accounts-dialog .form-actions {
2012-08-25 11:20:17 +09:00
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1; }
2012-09-08 12:11:26 +09:00
/* line 3, ../sass/partials/_mixins.scss */
form .form-actions:before, form .form-actions:after, .accounts-dialog .form-actions:before, .accounts-dialog .form-actions:after {
2012-08-25 11:20:17 +09:00
content: "";
display: table; }
2012-09-08 12:11:26 +09:00
/* line 7, ../sass/partials/_mixins.scss */
form .form-actions:after, .accounts-dialog .form-actions:after {
2012-08-25 11:20:17 +09:00
clear: both; }
2012-09-19 09:03:25 +09:00
/* line 27, ../sass/modules/_forms.scss */
form .form-actions a, .accounts-dialog .form-actions a {
float: left;
display: block; }
/* line 32, ../sass/modules/_forms.scss */
form input[type="text"], form input[type="password"], form textarea, form .login-form input, .accounts-dialog input[type="text"], .accounts-dialog input[type="password"], .accounts-dialog textarea, .accounts-dialog .login-form input {
2012-08-25 11:20:17 +09:00
display: block;
padding: 5px 6px;
width: 100%;
font-size: 14px;
-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;
/* Firefox, other Gecko */
box-sizing: border-box;
/* Opera/IE 8+ */
2012-08-31 18:58:12 +09:00
border: 1px solid #b5b0b0;
2012-09-13 10:55:05 +09:00
-webkit-transition: border-color 500ms;
-moz-transition: border-color 500ms;
-o-transition: border-color 500ms;
transition: border-color 500ms; }
2012-09-19 09:03:25 +09:00
/* line 41, ../sass/modules/_forms.scss */
form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form .login-form input:focus, .accounts-dialog input[type="text"]:focus, .accounts-dialog input[type="password"]:focus, .accounts-dialog textarea:focus, .accounts-dialog .login-form input:focus {
2012-08-25 11:20:17 +09:00
outline: none;
2012-08-31 18:58:12 +09:00
border-color: #f36c3d;
-webkit-box-shadow: 0px 0px 5px 0px rgba(243, 108, 61, 0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(243, 108, 61, 0.3);
box-shadow: 0px 0px 5px 0px rgba(243, 108, 61, 0.3); }
2012-09-19 09:03:25 +09:00
/* line 47, ../sass/modules/_forms.scss */
form input[type="text"], form input[type="password"], form .login-form input, .accounts-dialog input[type="text"], .accounts-dialog input[type="password"], .accounts-dialog .login-form input {
2012-08-25 11:20:17 +09:00
height: 30px;
line-height: 20px; }
2012-09-19 09:03:25 +09:00
/* line 51, ../sass/modules/_forms.scss */
form textarea, .accounts-dialog textarea {
2012-08-25 11:20:17 +09:00
min-height: 100px;
line-height: 1.4; }
2012-09-19 09:03:25 +09:00
/* line 55, ../sass/modules/_forms.scss */
2012-09-07 10:57:57 +09:00
form input[type="submit"], form button, form .button, form .auth-buttons #login-buttons #login-buttons-password, .auth-buttons #login-buttons form #login-buttons-password, form .btn, .accounts-dialog input[type="submit"], .accounts-dialog button, .accounts-dialog .button, .accounts-dialog .auth-buttons #login-buttons #login-buttons-password, .auth-buttons #login-buttons .accounts-dialog #login-buttons-password, .accounts-dialog .btn {
float: right; }
2012-08-31 18:58:12 +09:00
2012-09-19 09:03:25 +09:00
/* line 59, ../sass/modules/_forms.scss */
2012-09-05 09:55:09 +09:00
input[type="submit"], button, .button, .auth-buttons #login-buttons #login-buttons-password, .btn {
2012-08-31 18:58:12 +09:00
-webkit-appearance: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background: #f36c3d;
2012-08-25 11:20:17 +09:00
color: white;
display: block;
padding: 0px 10px;
border: none;
font-size: 16px;
cursor: pointer;
2012-09-07 10:57:57 +09:00
margin: 0; }
2012-08-25 11:20:17 +09:00
/* line 1, ../sass/modules/_dialogs.scss */
.dialog {
2012-08-25 11:20:17 +09:00
margin-bottom: 10px; }
/* line 2, ../sass/modules/_dialogs.scss */
.dialog h2 {
text-align: center;
padding-bottom: 15px;
margin-bottom: 10px; }
/* line 9, ../sass/modules/_dialogs.scss */
.footer-notice {
2012-08-25 11:20:17 +09:00
text-align: center; }
2012-09-18 15:43:37 +09:00
/* line 3, ../sass/modules/_users.scss */
.user-list .user .user-avatar, .user-table .user .user-avatar {
height: 30px;
width: 30px;
display: block;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px; }
2012-09-18 16:38:40 +09:00
/* line 16, ../sass/modules/_users.scss */
table tr td {
padding: 10px; }
2012-09-18 16:38:40 +09:00
/* line 22, ../sass/modules/_users.scss */
table thead tr td {
font-weight: bold; }
2012-09-20 08:56:44 +09:00
/* line 1, ../sass/modules/_errors.scss */
.error {
margin-bottom: 10px;
text-align: center;
background: #f36c3d;
color: white; }
2012-08-25 11:20:17 +09:00
/* line 1, ../sass/partials/_mobile.scss */
.mobile {
display: none !important; }
2012-09-18 08:07:56 +09:00
@media screen and (max-width: 400px) {
/* line 5, ../sass/partials/_mobile.scss */
.header-button, .header .auth-buttons .login-link-and-dropdown-list .login-link-text, .header .mobile-button {
position: relative;
display: block;
margin-top: 10px;
background: #f36c3d;
color: white;
height: 30px;
width: 40px; }
/* line 13, ../sass/partials/_mobile.scss */
.header-button i, .header .auth-buttons .login-link-and-dropdown-list .login-link-text i, .header .mobile-button i {
position: absolute;
width: 100%;
text-align: center;
line-height: 30px;
height: 30px;
font-size: 18px; }
/* line 22, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.mobile {
display: block !important; }
2012-09-18 08:07:56 +09:00
/* line 25, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.desktop {
display: none !important; }
2012-09-18 08:07:56 +09:00
/* line 28, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.grid, .grid-small {
width: auto;
margin-left: 0;
margin-right: 0;
2012-08-31 18:58:12 +09:00
padding: 0 10px;
min-width: 200px; }
2012-08-25 11:20:17 +09:00
2012-09-18 08:07:56 +09:00
/* line 35, ../sass/partials/_mobile.scss */
.posts {
margin: 0 10px;
padding: 0; }
/* line 39, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.header {
2012-08-31 18:58:12 +09:00
height: 50px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px; }
2012-09-18 08:07:56 +09:00
/* line 42, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.header .logo {
top: 12px; }
2012-09-18 08:07:56 +09:00
/* line 45, ../sass/partials/_mobile.scss */
.header .auth-buttons {
margin: 0; }
2012-08-31 18:58:12 +09:00
/* line 47, ../sass/partials/_mobile.scss */
2012-09-18 08:07:56 +09:00
.header .auth-buttons .login-link-and-dropdown-list {
right: 0px !important;
position: static !important; }
/* line 50, ../sass/partials/_mobile.scss */
.header .auth-buttons .login-link-and-dropdown-list .login-link-text {
height: 30px !important;
margin: 10px 0 0 0 !important; }
/* line 54, ../sass/partials/_mobile.scss */
.header .auth-buttons .login-link-and-dropdown-list .login-link-text:after {
content: "\75" !important;
font-family: 'icomoon' !important;
position: absolute;
width: 100%;
text-align: center;
line-height: 30px !important;
height: 30px !important;
font-size: 18px !important; }
/* line 70, ../sass/partials/_mobile.scss */
.header .mobile-button span {
display: none; }
/* line 73, ../sass/partials/_mobile.scss */
.header .mobile-button.menu {
float: left; }
/* line 76, ../sass/partials/_mobile.scss */
.header .mobile-button.submit {
float: right; }
/* line 79, ../sass/partials/_mobile.scss */
.header .mobile-button:hover {
background: white; }
/* line 81, ../sass/partials/_mobile.scss */
.header .mobile-button:hover i {
color: #f36c3d; }
2012-08-25 11:20:17 +09:00
2012-09-18 08:07:56 +09:00
/* line 88, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.post .post-content {
margin-right: 50px;
2012-08-31 18:58:12 +09:00
margin-right: 0px; }
2012-09-18 08:07:56 +09:00
/* line 92, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.post .post-content .upvote-link {
width: 30px; }
2012-09-18 08:07:56 +09:00
/* line 95, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.post .post-content .post-info {
margin-left: 30px;
padding: 6px 4px 6px 8px; }
2012-09-18 08:07:56 +09:00
/* line 100, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-content .post-heading .post-title {
line-height: 1.2;
display: block;
margin-bottom: 4px;
font-size: 18px; }
2012-09-18 08:07:56 +09:00
/* line 106, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-content .post-heading .post-domain {
line-height: 1;
display: block;
margin-bottom: 4px;
font-size: 13px; }
2012-09-18 08:07:56 +09:00
/* line 113, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.post .post-content .post-meta {
2012-08-31 18:58:12 +09:00
font-size: 11px; }
2012-09-18 08:07:56 +09:00
/* line 118, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.post .post-content .post-meta .unit {
font-size: 0; }
2012-09-18 08:07:56 +09:00
/* line 120, ../sass/partials/_mobile.scss */
2012-08-25 11:20:17 +09:00
.post .post-content .post-meta .unit:after {
font-size: 12px;
content: "pts "; }
2012-09-18 08:07:56 +09:00
/* line 127, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-actions {
display: none; }
2012-09-18 08:07:56 +09:00
/* line 129, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-actions li {
float: none; }
2012-09-18 08:07:56 +09:00
/* line 131, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-actions li a {
height: 40px;
width: 40px;
font-size: 30px; }
2012-09-18 08:07:56 +09:00
/* line 135, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-actions li a i {
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
line-height: 40px;
text-align: center; }
2012-09-18 08:07:56 +09:00
/* line 145, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-actions li a .count {
top: 9px; }
2012-09-18 08:07:56 +09:00
/* line 148, ../sass/partials/_mobile.scss */
2012-08-31 18:58:12 +09:00
.post .post-actions li a .action {
display: none; } }