Vulcan/packages/telescope-theme-hubble/lib/client/stylesheets/screen.css

1950 lines
80 KiB
CSS
Raw Normal View History

@charset "UTF-8";
2013-10-23 19:43:42 +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" /> */
2014-07-04 15:06:35 +09:00
/* line 5, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
2013-10-23 19:43:42 +09:00
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; }
2014-07-04 15:06:35 +09:00
/* line 22, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
2013-10-23 19:43:42 +09:00
html {
line-height: 1; }
2014-07-04 15:06:35 +09:00
/* line 24, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
2013-10-23 19:43:42 +09:00
ol, ul {
list-style: none; }
2014-07-04 15:06:35 +09:00
/* line 26, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
2013-10-23 19:43:42 +09:00
table {
border-collapse: collapse;
border-spacing: 0; }
2014-07-04 15:06:35 +09:00
/* line 28, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
2013-10-23 19:43:42 +09:00
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle; }
2014-07-04 15:06:35 +09:00
/* line 30, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
2013-10-23 19:43:42 +09:00
q, blockquote {
quotes: none; }
2014-07-04 15:06:35 +09:00
/* line 103, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
2013-10-23 19:43:42 +09:00
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none; }
2014-07-04 15:06:35 +09:00
/* line 32, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
2013-10-23 19:43:42 +09:00
a img {
border: none; }
2014-07-04 15:06:35 +09:00
/* line 116, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
2013-10-23 19:43:42 +09:00
display: block; }
/*================ FUNCTIONS =================*/
/*================ CLASSES =================*/
/* line 24, ../sass/partials/_mixins.scss */
.popover, .auth-buttons #login-buttons .accounts-dialog, .share-options {
background: white;
border: 1px solid #f36c3d;
-moz-border-radius: 3px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 3px;
2013-10-23 19:43:42 +09:00
border-radius: 3px;
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
2013-10-23 19:43:42 +09:00
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
z-index: 100;
-moz-transition: all, 300ms;
-o-transition: all, 300ms;
2014-07-04 15:06:35 +09:00
-webkit-transition: all, 300ms;
2013-10-23 19:43:42 +09:00
transition: all, 300ms; }
/* line 32, ../sass/partials/_mixins.scss */
2014-07-04 11:32:04 +09:00
.grid-block, .comment-content, .comment-new, .error {
2013-10-23 19:43:42 +09:00
background: #fff;
-moz-border-radius: 3px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 3px;
2013-10-23 19:43:42 +09:00
border-radius: 3px;
padding: 15px;
margin-bottom: 10px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2013-10-23 19:43:42 +09:00
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
/* line 40, ../sass/partials/_mixins.scss */
2014-07-04 15:06:35 +09:00
.cf, .queue-container ul, .comment-new, .comment-new .comment-submit {
2013-10-23 19:43:42 +09:00
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1; }
/* line 3, ../sass/partials/_mixins.scss */
2014-07-04 15:06:35 +09:00
.cf:before, .queue-container ul:before, .comment-new:before, .comment-new .comment-submit:before, .cf:after, .queue-container ul:after, .comment-new:after, .comment-new .comment-submit:after {
2013-10-23 19:43:42 +09:00
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
2014-07-04 15:06:35 +09:00
.cf:after, .queue-container ul:after, .comment-new:after, .comment-new .comment-submit:after {
2013-10-23 19:43:42 +09:00
clear: both; }
/*================ MIXINS =================*/
2014-07-04 15:06:35 +09:00
/*================ FLEXBOX =================*/
2013-10-23 19:43:42 +09:00
/* line 1, ../sass/partials/_main.scss */
html, body, .outer-wrapper {
height: 100%; }
/* line 4, ../sass/partials/_main.scss */
body {
background: #e0f1f7; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
/* line 9, ../sass/partials/_main.scss */
body {
background-size: 10px 10px; } }
/* line 14, ../sass/partials/_main.scss */
.outer-wrapper {
position: relative; }
/* line 17, ../sass/partials/_main.scss */
.content-wrapper {
padding-bottom: 10px; }
/* line 20, ../sass/partials/_main.scss */
#spinner {
margin: 100px 0; }
2013-10-23 19:43:42 +09:00
/* line 23, ../sass/partials/_main.scss */
2013-10-23 19:43:42 +09:00
.debug {
display: none; }
/* line 26, ../sass/partials/_main.scss */
2013-10-23 19:43:42 +09:00
.hidden {
display: none; }
/* line 29, ../sass/partials/_main.scss */
2013-10-23 19:43:42 +09:00
.overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 50; }
/* line 37, ../sass/partials/_main.scss */
2013-10-23 19:43:42 +09:00
.footer {
text-align: center;
padding: 10px 0 70px 0;
color: rgba(0, 0, 0, 0.4);
font-size: 14px; }
2014-07-04 11:32:04 +09:00
/* line 42, ../sass/partials/_main.scss */
2013-10-23 19:43:42 +09:00
.footer.absolute {
position: absolute; }
2014-07-04 11:32:04 +09:00
/* line 46, ../sass/partials/_main.scss */
2013-10-23 19:43:42 +09:00
#login-buttons .loading {
display: none; }
2014-07-04 11:32:04 +09:00
/* line 49, ../sass/partials/_main.scss */
2014-07-04 14:22:21 +09:00
#loading, .loading {
2013-10-23 19:43:42 +09:00
height: 300px; }
/* line 1, ../sass/partials/_typography.scss */
body, textarea, input, button, input[type="submit"], input[type="button"] {
font-family: "Open Sans", "Proxima Nova Soft", "proxima-nova-soft", "PT SANS", "Helvetica Neue", Helvetica, sans-serif;
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 {
color: #a4a9ab; }
/* line 15, ../sass/partials/_typography.scss */
a:hover {
color: #f36c3d; }
/* line 19, ../sass/partials/_typography.scss */
2013-11-04 22:05:19 +09:00
h2 {
font-size: 36px;
margin-bottom: 10px; }
/* line 23, ../sass/partials/_typography.scss */
2013-10-23 19:43:42 +09:00
h3 {
font-weight: bold;
margin-bottom: 10px;
color: #b3c1c6; }
2013-11-04 22:05:19 +09:00
/* line 28, ../sass/partials/_typography.scss */
2013-10-24 11:15:07 +09:00
.small {
font-size: 80%;
color: #b3c1c6; }
2014-06-22 11:32:49 +09:00
/* line 32, ../sass/partials/_typography.scss */
strong {
font-weight: bold; }
/* line 35, ../sass/partials/_typography.scss */
em {
font-style: italic; }
2013-10-23 19:43:42 +09:00
@font-face {
font-family: 'icomoon';
src: url("fonts/icomoon.eot"); }
@font-face {
font-family: 'icomoon';
src: url(data:font/opentype;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+ClRoaXMgaXMgYSBjdXN0b20gU1ZHIGZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uCjAKPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJpY29tb29uIiBob3Jpei1hZHYteD0iNTEyIiA+Cjxmb250LWZhY2UgdW5pdHMtcGVyLWVtPSI1MTIiIGFzY2VudD0iNDgwIiBkZXNjZW50PSItMzIiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSI1MTIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3g3MzsiIGQ9Ik0gMzY0LjYzMiwzOTQuNzA4bCAxMDguNjMyLTEwOC42MzJsLTEwOC42MzItMTA4LjYzMmwwLjAwLDc3LjU5NSBsLTEyNC4xNTEsMzEuMDM3bCAxMjQuMTUxLDMxLjAzOUwgMzY0LjYzMiwzOTQuNzA4ICBNIDM2NC42MjUsNDI1Ljc0NgoJYy0zLjk5NywwLjAwLTguMDI5LTAuNzcyLTExLjg2OS0yLjM2M2MtMTEuNTk4LTQuODA0LTE5LjE2LTE2LjEyMi0xOS4xNi0yOC42NzZsMC4wMC01My4zNjEgbC0xMDAuNjQzLTI1LjE2CgljLTEzLjgxNS0zLjQ1Ni0yMy41MS0xNS44NjktMjMuNTEtMzAuMTEyYzAuMDAtMTQuMjQxLCA5LjY5My0yNi42NTYsIDIzLjUxLTMwLjExMWwgMTAwLjY0My0yNS4xNmwwLjAwLTUzLjM2MSAKCWMwLjAwLTEyLjU1NiwgNy41NjItMjMuODcyLCAxOS4xNi0yOC42NzZjIDMuODQtMS41ODgsIDcuODcyLTIuMzYzLCAxMS44NjktMi4zNjNjIDguMDc4LDAuMDAsIDE2LjAxNSwzLjE1MywgMjEuOTUzLDkuMDkybCAxMDguNjM0LDEwOC42MzQKCWMgMTIuMTIyLDEyLjEyLCAxMi4xMjIsMzEuNzcyLDAuMDAsNDMuODk0bC0xMDguNjM0LDEwOC42MzJDIDM4MC42NCw0MjIuNTkzLCAzNzIuNzAzLDQyNS43NDYsIDM2NC42MjUsNDI1Ljc0NkwgMzY0LjYyNSw0MjUuNzQ2eiBNIDE0Ny4zNjgsMjcwLjU1NwoJbDAuMDAtNzcuNTk1IGwgMTI0LjE1MS0zMS4wMzlsLTEyNC4xNTEtMzEuMDM3bDAuMDAtNzcuNTk1IGwtMTA4LjYzMiwxMDguNjMyTCAxNDcuMzY4LDI3MC41NTcgTSAxNDcuMzczLDMwMS41OTVjLTguMDc4LDAuMDAtMTYuMDE1LTMuMTUzLTIxLjk1Mi05LjA5MgoJbC0xMDguNjMyLTEwOC42MzJjLTEyLjEyMy0xMi4xMjItMTIuMTIzLTMxLjc3MywwLjAwLTQzLjg5NGwgMTA4LjYzMi0xMDguNjMyYyA1LjkzOC01LjkzOSwgMTMuODc2LTkuMDkyLCAyMS45NTItOS4wOTIKCWMgNC4wMCwwLjAwLCA4LjAzMiwwLjc3MiwgMTEuODcyLDIuMzYzYyAxMS41OTgsNC44MDQsIDE5LjE2LDE2LjEyMiwgMTkuMTYsMjguNjc1bDAuMDAsNTMuMzYxIGwgMTAwLjY0MywyNS4xNgoJYyAxMy44MTYsMy40NTUsIDIzLjUwOCwxNS44NjksIDIzLjUwOCwzMC4xMTFjMC4wMCwxNC4yNDMtOS42OTIsMjYuNjU2LTIzLjUwOCwzMC4xMTJsLTEwMC42NDMsMjUuMTU4bDAuMDAsNTMuMzYyIAoJYzAuMDAsMTIuNTU0LTcuNTYyLDIzLjg3MS0xOS4xNiwyOC42NzZDIDE1NS40MDYsMzAwLjgyMiwgMTUxLjM3MywzMDEuNTk1LCAxNDcuMzczLDMwMS41OTVMIDE0Ny4zNzMsMzAxLjU5NXoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3g2MzsiIGQ9Ik0gMzM0Ljg5NCw0MTMuMzM1YyA3OC40MjQsMC4wMCwgMTQxLjk5OC02My41NzYsIDE0MS45OTgtMTQyLjAwMmMwLjAwLTc4LjQyNC02My41NzQtMTQxLjk5OC0xNDEuOTk4LTE0Mi4wMDFsMC4wMC0wLjAwMSAKCWwtNjMuMTE3LDAuMDAgbC05NC42NjgtOTQuNjY4bDAuMDAsOTQuNjY4IGwwLjAwLDAuMDA0IGMtNzguNDI3LDAuMDAtMTQyLjAwMSw2My41NzQtMTQyLjAwMSwxNDEuOTk4YzAuMDAsNzguNDI2LCA2My41NzQsMTQyLjAwMiwgMTQyLjAwMSwxNDIuMDAybCAxNTcuNzgsMC4wMCAKCSBNIDMzNC44OTQsNDQ0Ljg5MUwgMTc3LjExLDQ0NC44OTEgYy05NS43MCwwLjAwLTE3My41NTYtNzcuODU3LTE3My41NTYtMTczLjU1OGMwLjAwLTg0LjkyOCwgNjEuMzExLTE1NS44MDQsIDE0Mi4wMDEtMTcwLjY4bDAuMDAtNjUuOTg5IAoJYzAuMDAtMTIuNzYzLCA3LjY4OS0yNC4yNjksIDE5LjQ4LTI5LjE1MmMgMy45MDMtMS42MTgsIDguMDA0LTIuNDA0LCAxMi4wNjktMi40MDRjIDguMjEyLDAuMDAsIDE2LjI4MywzLjIwNSwgMjIuMzIxLDkuMjQzbCA4NS40MjIsODUuNDI1bCA1MC4wNDcsMC4wMCAKCWMgOTUuNjk3LDAuMDAsIDE3My41NTQsNzcuODYxLCAxNzMuNTU0LDE3My41NThDIDUwOC40NDgsMzY3LjAzNCwgNDMwLjU4OSw0NDQuODkxLCAzMzQuODk0LDQ0NC44OTFMIDMzNC44OTQsNDQ0Ljg5MXoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3gyMTkzOyIgZD0iTSA1MDEuNzYsMzE2LjE2MWMwLjAwLTE1LjcyNC02LjAwMS0zMS40NDctMTcuOTk3LTQzLjQ0N0wgMjk5LjQ0MSw4OC4zOTNjLTIzLjk5Mi0yMy45OTItNjIuODk1LTIzLjk5Mi04Ni44ODgsMC4wMAoJbC0xODQuMzIsMTg0LjMyMWMtMjMuOTkyLDI0LjAwLTIzLjk5Miw2Mi44OTUsIDAuMDAxLDg2Ljg5MmMgMjMuOTkyLDIzLjk5MiwgNjIuODk1LDIzLjk5MiwgODYuODg4LDAuMDBsIDE0MC44NzQtMTQwLjg3OEwgMzk2Ljg3MywzNTkuNjA0CgljIDIzLjk5NiwyMy45OTIsIDYyLjg5OSwyMy45OTIsIDg2Ljg5MiwwLjAwQyA0OTUuNzU5LDM0Ny42MDgsIDUwMS43NiwzMzEuODg1LCA1MDEuNzYsMzE2LjE2MUwgNTAxLjc2LDMxNi4xNjF6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4NmM7IiBkPSJNIDQ0Mi41MTQsMzQ4LjM0M2wtMTA4LjgwLDAuMDAgYy0zNC4yOCwwLjAwLTYyLjE3MS0yNy44OTEtNjIuMTcxLTYyLjE3MWwwLjAwLTMxLjA4NiBsLTMxLjA4NSwwLjAwIGwwLjAwLDMxLjA4NiAKCWMwLjAwLDM0LjI4MS0yNy44OTEsNjIuMTcxLTYyLjE3MSw2Mi4xNzFsLTEwOC44MCwwLjAwIGMtMzQuMjgxLDAuMDAtNjIuMTcxLTI3Ljg5MS02Mi4xNzEtNjIuMTcxbDAuMDAtMTI0LjM0MyBjMC4wMC0zNC4yODEsIDI3
font-weight: normal;
font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 14, ../sass/partials/_icons.scss */
[data-icon]:before {
font-family: 'icomoon';
content: attr(data-icon);
speak: none;
font-weight: normal;
-webkit-font-smoothing: antialiased; }
/* Use the following CSS code if you want to have a class per icon */
/* line 23, ../sass/partials/_icons.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: 'icomoon';
font-style: normal;
speak: none;
font-weight: normal;
-webkit-font-smoothing: antialiased; }
/* line 30, ../sass/partials/_icons.scss */
.icon-share:before {
content: "\73"; }
/* line 33, ../sass/partials/_icons.scss */
.icon-comment:before {
content: "\63"; }
/* line 36, ../sass/partials/_icons.scss */
.icon-down:before {
content: "\2193"; }
/* line 39, ../sass/partials/_icons.scss */
.icon-link:before {
content: "\6c"; }
/* line 42, ../sass/partials/_icons.scss */
.icon-check:before {
content: "\2705"; }
/* line 45, ../sass/partials/_icons.scss */
.icon-plus:before {
content: "\2b"; }
/* line 48, ../sass/partials/_icons.scss */
.icon-menu:before {
content: "\2630"; }
/* line 51, ../sass/partials/_icons.scss */
.icon-user:before {
content: "\75"; }
/* line 54, ../sass/partials/_icons.scss */
.icon-pin:before {
content: "\70"; }
/* line 57, ../sass/partials/_icons.scss */
.icon-up:before {
content: "\2191"; }
/* line 60, ../sass/partials/_icons.scss */
.icon-left:before {
content: "\2190"; }
/* line 63, ../sass/partials/_icons.scss */
.icon-right:before {
content: "\2192"; }
/* 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;
box-shadow: inset 0 0 5px 5px #222;
-webkit-overflow-scrolling: touch;
overflow-y: auto; }
/* line 25, ../sass/partials/_pageslide.scss */
#menu ul {
padding: 0;
margin: 0; }
/* line 28, ../sass/partials/_pageslide.scss */
#menu ul li {
padding: 0;
margin: 0; }
/* line 31, ../sass/partials/_pageslide.scss */
#menu ul li a {
display: block;
width: 100%;
height: 50px;
line-height: 50px;
text-indent: 20px;
-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.8);
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.8);
2013-10-23 19:43:42 +09:00
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.8); }
/* line 39, ../sass/partials/_pageslide.scss */
#menu ul li a:hover {
background: rgba(0, 0, 0, 0.5);
color: white; }
/* line 47, ../sass/partials/_pageslide.scss */
body.pageslide-open {
overflow: hidden; }
/* line 49, ../sass/partials/_pageslide.scss */
body.pageslide-open .posts {
height: 100%;
overflow: hidden; }
/* line 54, ../sass/partials/_pageslide.scss */
.wrapper {
position: absolute;
top: 0;
margin: 0;
width: 100%;
background: #e9f3f7; }
/* line 2, ../sass/partials/_markdown.scss */
.markdown strong {
font-weight: bold; }
/* line 5, ../sass/partials/_markdown.scss */
.markdown em {
font-style: italic; }
/* 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; }
/* line 18, ../sass/partials/_markdown.scss */
.markdown a:link, .markdown a:visited, .markdown a:active {
color: #7ac0e4; }
/* line 21, ../sass/partials/_markdown.scss */
.markdown a:hover {
color: #f36c3d; }
/* line 25, ../sass/partials/_markdown.scss */
.markdown p {
margin-bottom: 1em; }
/* line 27, ../sass/partials/_markdown.scss */
.markdown p:last-child {
margin-bottom: 0; }
/* line 31, ../sass/partials/_markdown.scss */
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5 {
font-weight: bold;
margin-bottom: 0; }
/* line 35, ../sass/partials/_markdown.scss */
.markdown h1 {
font-size: 36px; }
/* line 38, ../sass/partials/_markdown.scss */
.markdown h2 {
font-size: 24px; }
/* line 41, ../sass/partials/_markdown.scss */
.markdown h3 {
font-size: 18px; }
/* line 44, ../sass/partials/_markdown.scss */
.markdown h4 {
font-size: 16px; }
/* line 47, ../sass/partials/_markdown.scss */
.markdown h5 {
font-size: 14px; }
2013-11-07 09:25:49 +09:00
/* line 50, ../sass/partials/_markdown.scss */
.markdown code {
font-family: monospace;
margin: 0 2px;
padding: 0px 5px;
border: 1px solid #ddd;
background-color: #f8f8f8;
border-radius: 3px; }
2013-10-23 19:43:42 +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;
-moz-transition: ease-out opacity 300ms 0ms;
-o-transition: ease-out opacity 300ms 0ms;
2014-07-04 15:06:35 +09:00
-webkit-transition: ease-out opacity 300ms;
-webkit-transition-delay: 0ms;
2013-10-23 19:43:42 +09:00
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);
-moz-border-radius: 3px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 3px;
2013-10-23 19:43:42 +09:00
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; }
/* line 1, ../sass/partials/_dropdown.scss */
.dropdown {
position: relative; }
/* line 4, ../sass/partials/_dropdown.scss */
.dropdown > a:after {
display: inline-block;
position: relative;
top: -1px;
margin-left: 4px;
content: "▼";
font-size: 8px; }
/* line 13, ../sass/partials/_dropdown.scss */
.dropdown .dropdown-menu {
display: none;
top: 10px;
left: 10px;
position: absolute;
padding-top: 20px; }
/* line 19, ../sass/partials/_dropdown.scss */
.dropdown .dropdown-menu ul {
background: white;
padding: 10px;
width: 140px;
-moz-border-radius: 3px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 3px;
2013-10-23 19:43:42 +09:00
border-radius: 3px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
2013-10-23 19:43:42 +09:00
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
/* line 26, ../sass/partials/_dropdown.scss */
.dropdown .dropdown-menu ul li a {
font-size: 14px; }
/* line 33, ../sass/partials/_dropdown.scss */
.dropdown:hover .dropdown-menu {
display: block; }
/* line 5, ../sass/partials/_grid.scss */
.grid {
width: 74%;
margin-left: 13%;
margin-right: 13%;
-moz-transition: ease-out margin 300ms 0ms;
-o-transition: ease-out margin 300ms 0ms;
2014-07-04 15:06:35 +09:00
-webkit-transition: ease-out margin 300ms;
-webkit-transition-delay: 0ms;
2013-10-23 19:43:42 +09:00
transition: ease-out margin 300ms 0ms; }
/* line 10, ../sass/partials/_grid.scss */
.chat-open .grid {
margin-right: 24%;
margin-left: 2%; }
/* line 14, ../sass/partials/_grid.scss */
.notifications-open .grid {
margin-left: 24%;
margin-right: 2%; }
/* line 19, ../sass/partials/_grid.scss */
.grid-small {
width: 320px;
margin: 0 auto; }
/* line 10, ../sass/modules/_header.scss */
.header {
background: #4e555d url("/img/bg-header.png") top center;
background-color: #4e555d;
margin-bottom: 10px;
height: 70px;
position: relative;
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1;
2014-07-04 11:32:04 +09:00
border-radius: 0 0 3px 3px; }
2013-10-23 19:43:42 +09:00
/* line 3, ../sass/partials/_mixins.scss */
.header:before, .header:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
.header:after {
clear: both; }
2014-07-04 11:32:04 +09:00
/* line 18, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.header .site-nav {
float: left;
margin-left: 20px;
position: relative;
z-index: 20; }
2014-07-04 11:32:04 +09:00
/* line 24, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.header .logo {
position: absolute;
display: inline-block;
text-align: center;
top: 10px;
left: 0px;
width: 100%;
color: white;
2014-07-04 11:41:43 +09:00
font-size: 24px;
2013-10-23 19:43:42 +09:00
z-index: 10; }
2014-07-04 11:32:04 +09:00
/* line 34, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.header .logo a, .header .logo a:visited {
color: white; }
2014-07-04 11:32:04 +09:00
/* line 37, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.header .logo.image {
position: absolute;
left: 50%; }
2014-07-04 11:32:04 +09:00
/* line 40, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.header .logo.image a {
display: block;
height: 100%;
width: 100%;
background: no-repeat center center;
font: 0/0 a;
text-shadow: none;
color: transparent; }
2014-07-04 11:32:04 +09:00
/* line 51, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.header .user-nav {
float: right;
margin-right: 10px;
position: relative;
z-index: 20; }
2014-07-04 11:32:04 +09:00
/* line 73, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.auth-buttons {
position: relative;
z-index: 20;
float: right;
margin: 20px 10px 0 0; }
2014-07-04 11:32:04 +09:00
/* line 78, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.auth-buttons #login-buttons {
position: relative;
line-height: 26px; }
2014-07-04 11:32:04 +09:00
/* line 84, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.auth-buttons #login-buttons .account-link {
display: block;
color: white !important;
margin-bottom: 10px;
float: none; }
2014-07-04 11:32:04 +09:00
/* line 90, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.auth-buttons #login-buttons a {
text-decoration: none;
color: #4a4444; }
2014-07-04 11:32:04 +09:00
/* line 94, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.auth-buttons #login-buttons a.login-link-text {
color: #fff;
font-weight: normal;
display: inline-block;
height: 26px; }
2014-07-04 11:32:04 +09:00
/* line 100, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +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; }
2014-07-04 11:32:04 +09:00
/* line 109, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.auth-buttons #login-buttons .login-header {
font-family: inherit;
height: 26px;
margin-right: 10px;
cursor: pointer;
color: white; }
2014-07-04 11:32:04 +09:00
/* line 115, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.auth-buttons #login-buttons .login-header:before {
color: rgba(255, 255, 255, 0.5);
content: "Welcome, "; }
2014-07-04 11:32:04 +09:00
/* line 120, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.auth-buttons #login-buttons #login-buttons-logout {
color: white;
border: none;
font-family: inherit;
font-size: inherit;
padding: 0;
height: 26px;
text-shadow: none; }
2014-07-04 11:32:04 +09:00
/* line 132, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.nav {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1;
margin-top: 20px; }
/* line 3, ../sass/partials/_mixins.scss */
.nav:before, .nav:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
.nav:after {
clear: both; }
2014-07-04 11:32:04 +09:00
/* line 135, ../sass/modules/_header.scss */
2013-10-23 19:43:42 +09:00
.nav > li {
list-style-image: none;
list-style-type: none;
margin-left: 0;
white-space: nowrap;
float: left;
padding-left: 4px;
padding-right: 4px;
margin-right: 10px; }
2014-07-04 15:06:35 +09:00
/* line 49, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/typography/lists/_horizontal-list.scss */
.nav > li:first-child {
2013-10-23 19:43:42 +09:00
padding-left: 0; }
2014-07-04 15:06:35 +09:00
/* line 50, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/typography/lists/_horizontal-list.scss */
2013-10-23 19:43:42 +09:00
.nav > li:last-child {
padding-right: 0; }
2014-07-04 15:06:35 +09:00
/* line 52, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/typography/lists/_horizontal-list.scss */
2013-10-23 19:43:42 +09:00
.nav > li.last {
padding-right: 0; }
2014-07-04 11:32:04 +09:00
/* line 139, ../sass/modules/_header.scss */
2014-06-23 11:46:12 +09:00
.nav > li > a, .nav > li > div > a {
2013-10-23 19:43:42 +09:00
color: white;
font-size: 16px;
line-height: 26px;
height: 26px;
font-weight: normal; }
2014-07-04 11:32:04 +09:00
/* line 147, ../sass/modules/_header.scss */
2014-06-23 11:46:12 +09:00
.nav > li > a.intercom em:before, .nav > li > div > a.intercom em:before {
2013-10-23 19:43:42 +09:00
content: '('; }
2014-07-04 11:32:04 +09:00
/* line 150, ../sass/modules/_header.scss */
2014-06-23 11:46:12 +09:00
.nav > li > a.intercom em:after, .nav > li > div > a.intercom em:after {
2013-10-23 19:43:42 +09:00
content: ')'; }
2014-07-04 11:32:04 +09:00
/* line 157, ../sass/modules/_header.scss */
2013-11-15 15:29:39 +09:00
.search {
position: relative; }
2014-07-04 11:32:04 +09:00
/* line 159, ../sass/modules/_header.scss */
2013-11-15 15:29:39 +09:00
.search .search-field {
font-size: 14px;
padding: 4px 12px;
line-height: 1.3;
border-radius: 20px;
border: 0px;
width: 100px;
-webkit-transition: 0.2s all;
-moz-transition: 0.2s all;
2013-11-15 15:29:39 +09:00
background: white; }
2014-07-04 11:32:04 +09:00
/* line 169, ../sass/modules/_header.scss */
2013-11-15 15:29:39 +09:00
.search .search-field:focus {
outline: none; }
2014-07-04 11:32:04 +09:00
/* line 174, ../sass/modules/_header.scss */
2013-11-15 15:29:39 +09:00
.search.empty .search-field {
background: rgba(255, 255, 255, 0.1); }
2014-07-04 11:32:04 +09:00
/* line 176, ../sass/modules/_header.scss */
2013-11-15 15:29:39 +09:00
.search.empty .search-field:focus {
background: white; }
2014-07-04 11:32:04 +09:00
/* line 180, ../sass/modules/_header.scss */
2013-11-15 15:29:39 +09:00
.search.empty .search-clear {
display: none; }
2014-07-05 12:30:56 +09:00
/* line 2, ../sass/modules/_posts.scss */
.posts {
display: table;
border-collapse: collapse; }
/* line 6, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post {
2014-07-05 12:30:56 +09:00
display: table-row; }
/* line 8, ../sass/modules/_posts.scss */
.post > div {
display: table-cell;
vertical-align: middle; }
/* line 12, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post .center {
2014-07-05 12:30:56 +09:00
width: 100%; }
/* line 45, ../sass/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
.empty-notice {
text-align: center;
padding: 10px 0; }
2014-07-05 12:30:56 +09:00
/* line 49, ../sass/modules/_posts.scss */
2014-07-05 12:36:18 +09:00
.posts-wrapper {
2014-07-04 11:32:04 +09:00
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2014-07-04 11:32:04 +09:00
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
border-radius: 3px; }
2014-07-05 12:36:18 +09:00
/* line 53, ../sass/modules/_posts.scss */
.posts {
position: relative; }
/* line 56, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post {
position: relative;
width: 100%;
background: white;
border-bottom: 1px solid #e7eff2; }
2014-07-05 12:36:18 +09:00
/* line 61, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post:first-child {
border-radius: 3px 3px 0px 0px; }
2014-07-05 12:36:18 +09:00
/* line 64, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post:last-child {
border: none; }
2014-07-05 12:36:18 +09:00
/* line 67, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post.animate {
-moz-transition: ease-out top 400ms 0ms;
-o-transition: ease-out top 400ms 0ms;
2014-07-04 15:06:35 +09:00
-webkit-transition: ease-out top 400ms;
-webkit-transition-delay: 0ms;
2014-07-04 11:32:04 +09:00
transition: ease-out top 400ms 0ms; }
2014-07-05 12:36:18 +09:00
/* line 71, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post.inactive .post-content {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVQYV2NkIALMnDlTkpGQOpCi9PT053gVwhSBDMOpEFkRToXoirAqxKYIQyEuRSgK8SmCKySkCKyQGEUghQC5OyXvW/4BHwAAAABJRU5ErkJggg=="); }
2014-07-05 12:36:18 +09:00
/* line 75, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.single-post .post {
2014-07-05 13:07:28 +09:00
display: block;
2014-07-04 11:32:04 +09:00
margin-bottom: 10px;
border-radius: 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2014-07-04 11:32:04 +09:00
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
2014-07-05 13:07:28 +09:00
/* line 82, ../sass/modules/_posts.scss */
2014-07-05 12:30:56 +09:00
.post-rank {
position: relative; }
2014-07-05 13:07:28 +09:00
/* line 84, ../sass/modules/_posts.scss */
2014-07-05 12:30:56 +09:00
.post-rank span {
position: absolute;
top: 0px;
left: -60px;
display: block;
height: 36px;
line-height: 36px;
width: 30px;
text-align: right;
font-size: 18px;
color: rgba(0, 0, 0, 0.2); }
2014-07-05 13:07:28 +09:00
/* line 98, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-upvote {
2014-07-04 14:07:50 +09:00
padding: 0 10px 0 5px; }
2014-07-05 13:07:28 +09:00
/* line 100, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-upvote .upvote-link {
2014-07-04 14:07:50 +09:00
position: relative;
2014-07-04 11:32:04 +09:00
width: 24px;
height: 24px;
padding: 6px;
display: block;
text-align: center; }
2014-07-05 13:07:28 +09:00
/* line 109, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-upvote .upvote-link i {
display: block;
border-radius: 50%;
border: 1px solid rgba(243, 108, 61, 0.3);
font-size: 10px;
height: 100%;
width: 100%;
text-align: center;
color: rgba(243, 108, 61, 0.8);
text-shadow: 0px 1px 0px white;
line-height: 2.2; }
2014-07-05 13:07:28 +09:00
/* line 121, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-upvote .upvote-link i.icon-check {
display: none; }
2014-07-05 13:07:28 +09:00
/* line 125, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-upvote .upvote-link span {
display: none; }
2014-07-05 13:07:28 +09:00
/* line 129, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-upvote .upvote-link.not-voted:hover i {
background: rgba(243, 108, 61, 0.1);
color: #f36c3d;
text-shadow: none; }
2014-07-05 13:07:28 +09:00
/* line 135, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-upvote .upvote-link.voted {
cursor: default; }
2014-07-05 13:07:28 +09:00
/* line 137, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-upvote .upvote-link.voted i.icon-up {
display: none; }
2014-07-05 13:07:28 +09:00
/* line 140, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-upvote .upvote-link.voted i.icon-check {
border: 1px solid rgba(122, 192, 228, 0.6);
display: block;
color: rgba(122, 192, 228, 0.8);
opacity: 0.5; }
2014-07-05 13:07:28 +09:00
/* line 149, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-info {
2014-07-04 14:07:50 +09:00
padding: 13px 0; }
2014-07-05 13:07:28 +09:00
/* line 152, ../sass/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
.post-content {
position: relative;
padding: 0;
2014-07-04 14:07:50 +09:00
min-height: 40px; }
2014-07-05 13:07:28 +09:00
/* line 156, ../sass/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
.post-content .post-sticky {
display: block;
position: absolute;
right: 20px;
top: 16px;
font-size: 24px; }
2014-07-05 13:07:28 +09:00
/* line 162, ../sass/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
.post-content .post-sticky i {
color: #b3c1c6; }
2014-07-05 13:07:28 +09:00
/* line 165, ../sass/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
.post-content .post-sticky span {
display: none; }
2014-07-04 11:32:04 +09:00
2014-07-05 13:07:28 +09:00
/* line 170, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-heading {
margin-bottom: 3px; }
2014-07-05 13:07:28 +09:00
/* line 172, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-heading .post-title {
font-size: 18px;
color: #4a4444;
font-weight: normal;
line-height: 1; }
2014-07-05 13:07:28 +09:00
/* line 177, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-heading .post-title:visited {
color: #b5b0b0; }
2014-07-05 13:07:28 +09:00
/* line 180, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-heading .post-title:hover {
color: #f36c3d; }
2014-07-05 13:07:28 +09:00
/* line 184, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-heading .post-domain {
2013-10-23 19:43:42 +09:00
color: #b3c1c6;
2014-07-04 11:32:04 +09:00
font-size: 14px;
font-weight: normal; }
2014-07-05 13:07:28 +09:00
/* line 189, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-heading .post-category {
display: inline-block;
font-size: 11px;
-moz-border-radius: 3px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 3px;
2014-07-04 11:32:04 +09:00
border-radius: 3px;
background: #eee;
padding: 0px 6px;
text-transform: uppercase;
font-weight: normal;
vertical-align: middle; }
2014-07-05 13:07:28 +09:00
/* line 198, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-heading .post-category:hover {
background: #f36c3d;
color: white; }
2014-07-05 13:07:28 +09:00
/* line 204, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-meta {
font-size: 12px;
color: #b3c1c6;
line-height: 1.5; }
2013-10-23 19:43:42 +09:00
2014-07-05 13:07:28 +09:00
/* line 209, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share, .post-discuss {
2014-07-05 11:24:28 +09:00
margin-left: 10px;
position: relative; }
2014-07-05 13:07:28 +09:00
/* line 212, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a, .post-discuss > a {
2013-10-23 19:43:42 +09:00
position: relative;
2014-07-04 14:07:50 +09:00
display: block;
padding: 0;
width: 70px;
height: 70px;
line-height: 70px;
vertical-align: baseline;
text-align: center;
color: #b3c1c6;
font-size: 36px;
line-height: 50px; }
2014-07-05 13:07:28 +09:00
/* line 224, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a.edit-link, .post-discuss > a.edit-link {
color: #f36c3d; }
2014-07-05 13:07:28 +09:00
/* line 227, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a.share-link, .post-discuss > a.share-link {
color: #7ac0e4;
color: #f8e121; }
2014-07-05 13:07:28 +09:00
/* line 231, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a.discuss-link, .post-discuss > a.discuss-link {
color: #a3d06d; }
2014-07-05 13:07:28 +09:00
/* line 234, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a.more-link, .post-discuss > a.more-link {
color: #7ac0e4; }
2014-07-05 13:07:28 +09:00
/* line 238, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a:hover, .post-share > a:hover .action, .post-discuss > a:hover, .post-discuss > a:hover .action {
color: #f36c3d; }
2014-07-05 13:07:28 +09:00
/* line 242, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a.voted, .post-discuss > a.voted {
background: #4e555d;
color: white;
cursor: default; }
2014-07-05 13:07:28 +09:00
/* line 246, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a.voted .action, .post-discuss > a.voted .action {
color: #fff; }
2014-07-05 13:07:28 +09:00
/* line 250, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a .count, .post-discuss > a .count {
position: absolute;
top: 12px;
2013-10-23 19:43:42 +09:00
display: block;
2014-07-04 14:07:50 +09:00
width: 100%;
height: 20px;
line-height: 20px;
font-size: 11px; }
2014-07-05 13:07:28 +09:00
/* line 259, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a .points, .post-discuss > a .points {
display: block;
font-size: 30px;
2013-10-23 19:43:42 +09:00
line-height: 50px; }
2014-07-05 13:07:28 +09:00
/* line 264, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a .action, .post-discuss > a .action {
display: block;
height: 20px;
width: 100%;
line-height: 20px;
position: absolute;
bottom: 5px;
left: 0px;
font-size: 13px;
color: #b3c1c6;
pointer-events: none; }
2013-10-23 19:43:42 +09:00
2014-07-05 13:07:28 +09:00
/* line 279, ../sass/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
.post-message {
2014-07-04 14:07:50 +09:00
padding: 20px 0px;
font-size: 16px;
2014-07-04 11:32:04 +09:00
border-top: 1px solid #e7eff2; }
2014-07-05 13:07:28 +09:00
/* line 283, ../sass/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
.list .post-message {
display: none; }
2014-07-05 13:07:28 +09:00
/* line 288, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post.sticky {
2013-10-23 19:43:42 +09:00
background: #fffce0; }
2014-07-05 13:07:28 +09:00
/* line 292, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.more-button a {
display: block;
2014-07-05 12:36:18 +09:00
width: 100%;
2014-07-04 11:32:04 +09:00
height: 70px;
background: rgba(0, 0, 0, 0.075);
text-align: center;
color: white;
line-height: 70px;
font-size: 16px;
border-radius: 0px 0px 3px 3px; }
2014-07-05 13:07:28 +09:00
/* line 302, ../sass/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.more-button a:hover {
background: rgba(0, 0, 0, 0.15); }
2013-10-23 19:43:42 +09:00
2014-07-05 13:07:28 +09:00
/* line 313, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.inner-table {
display: table;
height: 100%; }
2014-07-05 13:07:28 +09:00
/* line 317, ../sass/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.inner-table-cell {
display: table-cell;
vertical-align: middle; }
2013-10-23 19:43:42 +09:00
/* line 1, ../sass/modules/_comments.scss */
.queue-container {
position: relative;
height: 0px;
-moz-transition: ease-out opacity 400ms 0ms;
-o-transition: ease-out opacity 400ms 0ms;
2014-07-04 15:06:35 +09:00
-webkit-transition: ease-out opacity 400ms;
-webkit-transition-delay: 0ms;
2013-10-23 19:43:42 +09:00
transition: ease-out opacity 400ms 0ms; }
/* line 5, ../sass/modules/_comments.scss */
.queue-container ul {
position: absolute;
margin-left: 100%;
left: 10px;
top: -30px;
-moz-border-radius: 3px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 3px;
2013-10-23 19:43:42 +09:00
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;
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;
float: left;
margin: 0 10px 10px 0;
display: block;
height: 30px;
width: 30px;
background: #f36c3d;
-moz-border-radius: 100px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 100px;
2013-10-23 19:43:42 +09:00
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;
top: 0px;
display: block;
height: 30px;
width: 30px;
-moz-border-radius: 100px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 100px;
2013-10-23 19:43:42 +09:00
border-radius: 100px;
background-size: 30px 30px; }
/* line 70, ../sass/modules/_comments.scss */
.comment {
margin-left: 30px;
position: relative; }
/* line 74, ../sass/modules/_comments.scss */
.comment .comment-body {
-moz-transition: ease-out opacity 600ms 0ms;
-o-transition: ease-out opacity 600ms 0ms;
2014-07-04 15:06:35 +09:00
-webkit-transition: ease-out opacity 600ms;
-webkit-transition-delay: 0ms;
2013-10-23 19:43:42 +09:00
transition: ease-out opacity 600ms 0ms;
opacity: 1; }
/* line 79, ../sass/modules/_comments.scss */
.comment.comment-queued .comment-body {
opacity: 0;
position: absolute;
pointer-events: none; }
2013-11-07 09:25:49 +09:00
/* line 85, ../sass/modules/_comments.scss */
.comment .comment-reply {
display: inline-block;
margin-top: 10px; }
2013-10-23 19:43:42 +09:00
2013-11-07 09:25:49 +09:00
/* line 127, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-content {
position: relative;
-moz-border-radius: 0 3px 3px 3px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 0;
2013-10-23 19:43:42 +09:00
border-radius: 0 3px 3px 3px;
font-size: 14px; }
2013-11-07 09:25:49 +09:00
/* line 132, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-content .comment-main {
margin-left: 50px; }
2013-11-07 09:25:49 +09:00
/* line 135, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-content .user-avatar {
-moz-border-radius: 100px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 100px;
2013-10-23 19:43:42 +09:00
border-radius: 100px;
overflow: hidden;
position: block;
float: left; }
2013-11-07 09:25:49 +09:00
/* line 140, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-content .user-avatar img {
height: 40px;
width: 40px;
display: block; }
2013-11-07 09:25:49 +09:00
/* line 147, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-meta {
margin-bottom: 5px;
color: #b3c1c6; }
2013-11-07 09:25:49 +09:00
/* line 149, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-meta .comment-username, .comment-meta .comment-time, .comment-meta .comment-permalink {
display: inline-block;
margin-right: 4px; }
2013-11-07 09:25:49 +09:00
/* line 154, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-meta .comment-permalink {
position: relative;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width: 20px;
color: #b3c1c6;
margin: 0; }
2013-11-07 09:25:49 +09:00
/* line 160, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-meta .comment-permalink:before {
position: absolute;
display: block;
top: 1px;
left: 0;
text-indent: 0; }
2013-11-07 09:25:49 +09:00
/* line 167, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-meta .comment-permalink:hover:before {
color: #f36c3d; }
2013-11-07 09:25:49 +09:00
/* line 172, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions {
position: absolute;
left: -30px;
top: 0px; }
2013-11-07 09:25:49 +09:00
/* line 176, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions a {
-moz-border-radius: 0 0 0 3px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 0;
2013-10-23 19:43:42 +09:00
border-radius: 0 0 0 3px;
position: relative;
display: block;
height: 30px;
width: 30px;
background: white;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2013-10-23 19:43:42 +09:00
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
overflow: hidden; }
2013-11-07 09:25:49 +09:00
/* line 188, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions a.upvote {
-moz-border-radius: 3px 0 0 0;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 3px;
2013-10-23 19:43:42 +09:00
border-radius: 3px 0 0 0;
margin-bottom: 1px; }
2013-11-07 09:25:49 +09:00
/* line 192, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions a i {
font-size: 12px;
display: block;
position: absolute;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
text-indent: 0;
color: #f36c3d; }
2013-11-07 09:25:49 +09:00
/* line 204, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions a:hover {
background: #4e555d; }
2013-11-07 09:25:49 +09:00
/* line 206, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions a:hover i {
color: white; }
2013-11-07 09:25:49 +09:00
/* line 211, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions.upvoted .upvote, .comment-actions.downvoted .downvote {
cursor: default; }
2013-11-07 09:25:49 +09:00
/* line 213, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions.upvoted .upvote i, .comment-actions.downvoted .downvote i {
color: #7ac0e4; }
2013-11-07 09:25:49 +09:00
/* line 216, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions.upvoted .upvote:hover, .comment-actions.downvoted .downvote:hover {
background: white; }
2013-11-07 09:25:49 +09:00
/* line 220, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions.downvoted .upvote, .comment-actions.upvoted .downvote {
cursor: default; }
2013-11-07 09:25:49 +09:00
/* line 222, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions.downvoted .upvote i, .comment-actions.upvoted .downvote i {
color: #b3c1c6; }
2013-11-07 09:25:49 +09:00
/* line 225, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions.downvoted .upvote:hover, .comment-actions.upvoted .downvote:hover {
background: white; }
2013-11-07 09:25:49 +09:00
/* line 233, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-new .comment-field {
margin-bottom: 10px; }
2013-11-07 09:25:49 +09:00
/* line 239, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-page .comment-new {
margin-left: 30px;
position: relative;
background: #ffffff; }
2013-11-07 09:25:49 +09:00
/* line 243, ../sass/modules/_comments.scss */
2013-10-23 19:43:42 +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; }
/* line 2, ../sass/modules/_forms.scss */
form.form-block, .accounts-dialog.form-block {
background: #e7eff2;
-moz-border-radius: 3px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 3px;
2013-10-23 19:43:42 +09:00
border-radius: 3px;
margin-bottom: 10px;
padding: 10px; }
/* line 9, ../sass/modules/_forms.scss */
2014-05-01 19:34:24 -07:00
form > div, .accounts-dialog > div {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1; }
/* line 3, ../sass/partials/_mixins.scss */
form > div:before, form > div:after, .accounts-dialog > div:before, .accounts-dialog > div:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
form > div:after, .accounts-dialog > div:after {
clear: both; }
/* line 12, ../sass/modules/_forms.scss */
form .control-group, form .form-group, .accounts-dialog .control-group, .accounts-dialog .form-group {
2013-10-23 19:43:42 +09:00
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1;
margin-bottom: 15px; }
/* line 3, ../sass/partials/_mixins.scss */
2014-05-01 19:34:24 -07:00
form .control-group:before, form .control-group:after, form .form-group:before, form .form-group:after, .accounts-dialog .control-group:before, .accounts-dialog .control-group:after, .accounts-dialog .form-group:before, .accounts-dialog .form-group:after {
2013-10-23 19:43:42 +09:00
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
2014-05-01 19:34:24 -07:00
form .control-group:after, form .form-group:after, .accounts-dialog .control-group:after, .accounts-dialog .form-group:after {
2013-10-23 19:43:42 +09:00
clear: both; }
2014-05-01 19:34:24 -07:00
/* line 15, ../sass/modules/_forms.scss */
form .control-group > label, form .form-group > label, .accounts-dialog .control-group > label, .accounts-dialog .form-group > label {
2013-10-23 19:43:42 +09:00
float: left;
margin-right: 10px; }
2014-05-01 19:34:24 -07:00
/* line 19, ../sass/modules/_forms.scss */
form .control-group .controls, form .form-group .controls, .accounts-dialog .control-group .controls, .accounts-dialog .form-group .controls {
2013-10-23 19:43:42 +09:00
margin-left: 150px;
position: relative; }
2014-05-01 19:34:24 -07:00
/* line 22, ../sass/modules/_forms.scss */
form .control-group .controls .inline-link, form .form-group .controls .inline-link, .accounts-dialog .control-group .controls .inline-link, .accounts-dialog .form-group .controls .inline-link {
2013-10-23 19:43:42 +09:00
position: absolute;
display: block;
top: 2px;
right: 8px; }
2014-05-01 19:34:24 -07:00
/* line 27, ../sass/modules/_forms.scss */
form .control-group .controls .inline-link.loading, form .form-group .controls .inline-link.loading, .accounts-dialog .control-group .controls .inline-link.loading, .accounts-dialog .form-group .controls .inline-link.loading {
2013-10-23 19:43:42 +09:00
background: url(/img/loading.gif) center center no-repeat;
height: 22px;
width: 18px;
font: 0/0 a;
text-shadow: none;
color: transparent; }
2014-05-01 19:34:24 -07:00
/* line 34, ../sass/modules/_forms.scss */
form .control-group .controls label, form .form-group .controls label, .accounts-dialog .control-group .controls label, .accounts-dialog .form-group .controls label {
2013-10-23 19:43:42 +09:00
display: block;
margin-bottom: 5px; }
2014-05-01 19:34:24 -07:00
/* line 38, ../sass/modules/_forms.scss */
form .control-group .controls label.inline, form .form-group .controls label.inline, .accounts-dialog .control-group .controls label.inline, .accounts-dialog .form-group .controls label.inline {
2013-10-23 19:43:42 +09:00
display: inline-block;
margin-bottom: 0; }
2014-05-01 19:34:24 -07:00
/* line 43, ../sass/modules/_forms.scss */
form .control-group.inline, form .form-group.inline, .accounts-dialog .control-group.inline, .accounts-dialog .form-group.inline {
2013-10-23 19:43:42 +09:00
margin-bottom: 10px; }
2014-05-01 19:34:24 -07:00
/* line 44, ../sass/modules/_forms.scss */
form .control-group.inline .controls, form .form-group.inline .controls, .accounts-dialog .control-group.inline .controls, .accounts-dialog .form-group.inline .controls {
2013-10-23 19:43:42 +09:00
margin-left: 0px;
width: 80%;
float: left; }
2014-05-01 19:34:24 -07:00
/* line 49, ../sass/modules/_forms.scss */
form .control-group.inline .submit, form .form-group.inline .submit, .accounts-dialog .control-group.inline .submit, .accounts-dialog .form-group.inline .submit {
2013-10-23 19:43:42 +09:00
float: right; }
2014-05-01 19:34:24 -07:00
/* line 55, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +09:00
form .form-actions, .accounts-dialog .form-actions {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1; }
/* line 3, ../sass/partials/_mixins.scss */
form .form-actions:before, form .form-actions:after, .accounts-dialog .form-actions:before, .accounts-dialog .form-actions:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
form .form-actions:after, .accounts-dialog .form-actions:after {
clear: both; }
2014-05-01 19:34:24 -07:00
/* line 57, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +09:00
form .form-actions a, .accounts-dialog .form-actions a {
float: left;
display: block; }
2014-05-01 19:34:24 -07:00
/* line 62, ../sass/modules/_forms.scss */
form input[type="text"], form input[type="password"], form input[type="number"], form textarea, form .login-form input, .accounts-dialog input[type="text"], .accounts-dialog input[type="password"], .accounts-dialog input[type="number"], .accounts-dialog textarea, .accounts-dialog .login-form input {
2013-10-23 19:43:42 +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+ */
border: 1px solid #b5b0b0;
-moz-transition: border-color 500ms;
-o-transition: border-color 500ms;
2014-07-04 15:06:35 +09:00
-webkit-transition: border-color 500ms;
2013-10-23 19:43:42 +09:00
transition: border-color 500ms; }
2014-05-01 19:34:24 -07:00
/* line 71, ../sass/modules/_forms.scss */
form input[type="text"]:focus, form input[type="password"]:focus, form input[type="number"]:focus, form textarea:focus, form .login-form input:focus, .accounts-dialog input[type="text"]:focus, .accounts-dialog input[type="password"]:focus, .accounts-dialog input[type="number"]:focus, .accounts-dialog textarea:focus, .accounts-dialog .login-form input:focus {
2013-10-23 19:43:42 +09:00
outline: none;
border-color: #f36c3d;
-moz-box-shadow: 0px 0px 5px 0px rgba(243, 108, 61, 0.3);
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: 0px 0px 5px 0px rgba(243, 108, 61, 0.3);
2013-10-23 19:43:42 +09:00
box-shadow: 0px 0px 5px 0px rgba(243, 108, 61, 0.3); }
2014-06-22 13:19:47 +09:00
/* line 76, ../sass/modules/_forms.scss */
form input[type="text"][type="number"], form input[type="password"][type="number"], form input[type="number"][type="number"], form textarea[type="number"], form .login-form input[type="number"], .accounts-dialog input[type="text"][type="number"], .accounts-dialog input[type="password"][type="number"], .accounts-dialog input[type="number"][type="number"], .accounts-dialog textarea[type="number"], .accounts-dialog .login-form input[type="number"] {
width: 30%; }
/* line 80, ../sass/modules/_forms.scss */
2014-05-01 19:34:24 -07:00
form input[type="text"], form input[type="password"], form input[type="number"], form .login-form input, .accounts-dialog input[type="text"], .accounts-dialog input[type="password"], .accounts-dialog input[type="number"], .accounts-dialog .login-form input {
2013-10-23 19:43:42 +09:00
height: 30px;
line-height: 20px; }
2014-06-22 13:19:47 +09:00
/* line 84, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +09:00
form input[disabled='disabled'], .accounts-dialog input[disabled='disabled'] {
color: #b3c1c6;
background: #e7eff2; }
2014-06-22 13:19:47 +09:00
/* line 88, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +09:00
form textarea, .accounts-dialog textarea {
min-height: 100px;
line-height: 1.4; }
2014-06-22 13:19:47 +09:00
/* line 92, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +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; }
2014-06-22 13:19:47 +09:00
/* line 95, ../sass/modules/_forms.scss */
2013-10-24 11:15:07 +09:00
form .note, .accounts-dialog .note {
padding: 5px 0;
color: #b3c1c6;
font-size: 80%; }
2013-10-23 19:43:42 +09:00
2014-06-22 13:19:47 +09:00
/* line 101, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +09:00
input[type="submit"], button, .button, .auth-buttons #login-buttons #login-buttons-password, .btn {
-webkit-appearance: none;
-moz-border-radius: 0px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 0px;
2013-10-23 19:43:42 +09:00
border-radius: 0px;
background: #f36c3d;
color: white;
text-align: center;
display: block;
padding: 0px 10px;
border: none;
font-size: 16px;
cursor: pointer;
margin: 0;
line-height: 26px;
height: 26px;
font-weight: normal; }
2014-06-22 13:19:47 +09:00
/* line 116, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +09:00
input[type="submit"].disabled, button.disabled, .button.disabled, .auth-buttons #login-buttons .disabled#login-buttons-password, .btn.disabled {
background: #dfdbdb;
pointer-events: none; }
2014-06-22 13:19:47 +09:00
/* line 120, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +09:00
input[type="submit"]:link, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:visited, button:link, button:hover, button:active, button:visited, .button:link, .auth-buttons #login-buttons #login-buttons-password:link, .button:hover, .auth-buttons #login-buttons #login-buttons-password:hover, .button:active, .auth-buttons #login-buttons #login-buttons-password:active, .button:visited, .auth-buttons #login-buttons #login-buttons-password:visited, .btn:link, .btn:hover, .btn:active, .btn:visited {
color: white; }
2014-06-22 13:19:47 +09:00
/* line 123, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +09:00
input[type="submit"].inline, button.inline, .button.inline, .auth-buttons #login-buttons .inline#login-buttons-password, .btn.inline {
display: inline-block; }
2014-06-22 13:19:47 +09:00
/* line 127, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +09:00
.twitter-signup {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #dfdbdb; }
2014-06-22 13:19:47 +09:00
/* line 131, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +09:00
.twitter-signup .twitter-button {
background: #00aced; }
2014-06-22 13:19:47 +09:00
/* line 135, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +09:00
.category-slug {
font-size: 12px;
float: left;
width: 80%;
display: block; }
2014-06-22 13:19:47 +09:00
/* line 141, ../sass/modules/_forms.scss */
2013-10-23 19:43:42 +09:00
.ui-autocomplete {
background: white;
width: 200px !important;
2013-10-23 19:43:42 +09:00
padding: 10px;
font-size: 14px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2013-10-23 19:43:42 +09:00
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
2014-07-03 13:15:23 +09:00
/* line 149, ../sass/modules/_forms.scss */
.help-block {
color: #b3c1c6;
margin-bottom: 15px; }
2013-10-23 19:43:42 +09:00
/* line 1, ../sass/modules/_dialogs.scss */
.dialog {
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 {
text-align: center; }
2013-10-25 13:24:31 +09:00
/* line 5, ../sass/modules/_settings.scss */
.toolbox ul {
margin-bottom: 20px; }
2013-11-04 22:05:19 +09:00
/* line 1, ../sass/modules/_users.scss */
2013-11-08 09:47:23 +09:00
.filter-sort {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1;
2013-11-04 22:05:19 +09:00
background: #e7eff2;
-moz-border-radius: 3px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 3px;
2013-11-04 22:05:19 +09:00
border-radius: 3px;
2013-11-08 09:47:23 +09:00
padding: 8px 15px;
font-size: 13px; }
2013-11-08 09:47:23 +09:00
/* line 3, ../sass/partials/_mixins.scss */
.filter-sort:before, .filter-sort:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
.filter-sort:after {
clear: both; }
/* line 7, ../sass/modules/_users.scss */
.filter-sort a, .filter-sort span {
2013-11-04 22:05:19 +09:00
display: inline-block;
margin-right: 20px; }
2013-11-08 09:47:23 +09:00
/* line 10, ../sass/modules/_users.scss */
.filter-sort a.active, .filter-sort span.active {
2013-11-04 22:05:19 +09:00
border-bottom: 2px solid #7ac0e4; }
/* line 13, ../sass/modules/_users.scss */
.filter-sort a:last-child, .filter-sort span:last-child {
margin-right: 0; }
/* line 17, ../sass/modules/_users.scss */
2013-11-08 09:47:23 +09:00
.filter-sort .filter {
float: left; }
/* line 20, ../sass/modules/_users.scss */
2013-11-08 09:47:23 +09:00
.filter-sort .sort {
float: right; }
2013-11-04 22:05:19 +09:00
2013-11-22 14:20:47 +09:00
/* line 25, ../sass/modules/_users.scss */
.user-list, .user-table {
font-size: 13px; }
2013-11-22 14:20:47 +09:00
/* line 28, ../sass/modules/_users.scss */
.user-list .user .user-avatar, .user-table .user .user-avatar {
height: 30px;
width: 30px;
background-size: 30px 30px;
display: block;
-moz-border-radius: 30px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 30px;
2013-11-22 14:20:47 +09:00
border-radius: 30px; }
/* line 40, ../sass/modules/_users.scss */
table {
width: 100%; }
/* line 42, ../sass/modules/_users.scss */
table tr {
border-bottom: 1px solid #eee; }
2013-11-22 14:20:47 +09:00
/* line 44, ../sass/modules/_users.scss */
2013-11-22 14:46:42 +09:00
table tr td, table tr th {
2013-11-22 14:20:47 +09:00
padding: 10px; }
/* line 50, ../sass/modules/_users.scss */
table thead tr td, table thead tr th {
font-weight: bold; }
2013-11-22 14:46:42 +09:00
/* line 63, ../sass/modules/_users.scss */
.search-date-header {
background: #e7eff2; }
/* line 65, ../sass/modules/_users.scss */
.search-date-header th {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1; }
/* line 3, ../sass/partials/_mixins.scss */
.search-date-header th:before, .search-date-header th:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
.search-date-header th:after {
clear: both; }
/* line 68, ../sass/modules/_users.scss */
.search-date-header .search-date {
display: block;
float: left;
font-weight: bold; }
/* line 73, ../sass/modules/_users.scss */
.search-date-header .search-count {
font-size: 13px;
display: block;
float: right; }
2013-10-23 19:43:42 +09:00
/* line 2, ../sass/modules/_user-profile.scss */
.user-profile .user-avatar {
height: 80px;
width: 80px;
display: block;
-moz-border-radius: 80px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 80px;
2013-10-23 19:43:42 +09:00
border-radius: 80px; }
/* line 1, ../sass/modules/_errors.scss */
.error {
margin-bottom: 10px;
text-align: center;
background: #f36c3d;
color: white; }
/* line 1, ../sass/modules/_notifications.scss */
.notifications {
position: fixed;
height: 100%;
width: 200px;
top: 0px;
left: -200px;
background: #f3f3f3;
-moz-transition: ease-out left 400ms 0ms;
-o-transition: ease-out left 400ms 0ms;
2014-07-04 15:06:35 +09:00
-webkit-transition: ease-out left 400ms;
-webkit-transition-delay: 0ms;
2013-10-23 19:43:42 +09:00
transition: ease-out left 400ms 0ms; }
/* line 9, ../sass/modules/_notifications.scss */
.notifications .mark-as-read {
display: block;
text-align: center;
padding: 10px;
font-size: 13px;
border-bottom: 1px solid #dfdbdb;
background: #f3f3f3; }
/* line 16, ../sass/modules/_notifications.scss */
.notifications .mark-as-read:link, .notifications .mark-as-read:visited {
color: #7ac0e4; }
/* line 20, ../sass/modules/_notifications.scss */
.notifications ul {
height: 100%;
overflow: auto; }
/* line 23, ../sass/modules/_notifications.scss */
.notifications ul li {
padding: 10px;
border-bottom: 1px solid #dfdbdb;
font-size: 13px;
background: white; }
/* line 28, ../sass/modules/_notifications.scss */
.notifications ul li .notification-timestamp {
color: #b3c1c6;
font-size: 12px; }
/* line 32, ../sass/modules/_notifications.scss */
.notifications ul li.read {
color: #b3c1c6;
background: #f3f3f3; }
/* line 38, ../sass/modules/_notifications.scss */
.notifications .notifications-toggle {
display: block;
position: absolute;
left: 200px;
top: 20px;
white-space: nowrap;
background: white;
-moz-border-radius: 0px 3px 3px 0px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 0px;
2013-10-23 19:43:42 +09:00
border-radius: 0px 3px 3px 0px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
2013-10-23 19:43:42 +09:00
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
padding: 3px 10px;
font-size: 13px; }
/* line 49, ../sass/modules/_notifications.scss */
.notifications .notifications-toggle.no-notifications {
background: rgba(255, 255, 255, 0.3);
-moz-box-shadow: none;
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: none;
2013-10-23 19:43:42 +09:00
box-shadow: none;
color: #b3c1c6; }
/* line 55, ../sass/modules/_notifications.scss */
.notifications-open .notifications {
left: 0px;
-moz-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
2013-10-23 19:43:42 +09:00
box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15); }
2014-07-03 10:09:22 +09:00
/* line 1, ../sass/modules/_share.scss */
.share-options {
position: absolute;
2014-07-04 11:32:04 +09:00
left: -180px;
2014-07-03 10:09:22 +09:00
top: 5px;
padding: 10px;
line-height: 1; }
2014-07-04 11:32:04 +09:00
/* line 7, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.share-options a {
display: inline-block;
line-height: 1; }
2014-07-04 11:32:04 +09:00
/* line 12, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.share-options.hidden {
display: block;
opacity: 0;
pointer-events: none;
left: -160px; }
2014-07-04 11:32:04 +09:00
/* line 18, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.share-options:after, .share-options:before {
left: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none; }
2014-07-04 11:32:04 +09:00
/* line 27, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.share-options:after {
border-color: rgba(255, 255, 255, 0);
border-left-color: #ffffff;
border-width: 10px;
top: 20px;
margin-top: -3px; }
2014-07-04 11:32:04 +09:00
/* line 34, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.share-options:before {
2014-07-04 15:06:35 +09:00
border-color: transparent;
2014-07-03 10:09:22 +09:00
border-left-color: #f36c3d;
border-width: 11px;
top: 20px;
margin-top: -4px; }
2014-07-04 11:32:04 +09:00
/* line 41, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.share-options .buttons {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
*zoom: 1;
padding: 15px 5px 5px 15px; }
/* line 3, ../sass/partials/_mixins.scss */
.share-options .buttons:before, .share-options .buttons:after {
content: "";
display: table; }
/* line 7, ../sass/partials/_mixins.scss */
.share-options .buttons:after {
clear: both; }
2014-07-04 11:32:04 +09:00
/* line 44, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +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 {
float: left;
margin-right: 10px;
background: transparent;
padding: 0px;
height: 100%; }
2014-07-04 11:32:04 +09:00
/* line 54, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
a.mt-share-inline-square-sm img {
width: 34px;
height: auto;
border: 0px; }
2014-07-04 11:32:04 +09:00
/* line 59, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
a.mt-share-inline-square-sm {
display: inline-block;
width: 34px;
height: 34px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
margin-right: 4px; }
2014-07-04 11:32:04 +09:00
/* line 69, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-google:hover {
background-color: #e15f4f; }
2014-07-04 11:32:04 +09:00
/* line 72, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-google {
background-color: #dd4b39; }
2014-07-04 11:32:04 +09:00
/* line 75, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-linkedin:hover {
background-color: #1087c0; }
2014-07-04 11:32:04 +09:00
/* line 78, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-linkedin {
background-color: #0e76a8; }
2014-07-04 11:32:04 +09:00
/* line 81, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-twitter:hover {
background-color: #08bbff; }
2014-07-04 11:32:04 +09:00
/* line 84, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-twitter {
background-color: #00acee; }
2014-07-04 11:32:04 +09:00
/* line 87, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-facebook:hover {
background-color: #4264aa; }
2014-07-04 11:32:04 +09:00
/* line 90, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-facebook {
background-color: #3b5998; }
2014-07-04 11:32:04 +09:00
/* line 93, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-pinterest:hover {
background-color: #dd2a30; }
2014-07-04 11:32:04 +09:00
/* line 96, ../sass/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-pinterest {
background-color: #cc2127; }
2013-10-23 19:43:42 +09:00
/* line 1, ../sass/partials/_mobile.scss */
.mobile {
display: none !important; }
/* line 4, ../sass/partials/_mobile.scss */
.mobile-nav {
position: fixed;
overflow: auto;
width: 280px;
left: -280px;
top: 0px;
bottom: 0px;
background: #444;
color: white;
-moz-box-shadow: inset -3px 0px 7px rgba(0, 0, 0, 0.5);
2014-07-04 15:06:35 +09:00
-webkit-box-shadow: inset -3px 0px 7px rgba(0, 0, 0, 0.5);
2013-10-23 19:43:42 +09:00
box-shadow: inset -3px 0px 7px rgba(0, 0, 0, 0.5); }
/* line 15, ../sass/partials/_mobile.scss */
.mobile-nav ul li {
border-bottom: 1px rgba(255, 255, 255, 0.1) solid; }
/* line 17, ../sass/partials/_mobile.scss */
.mobile-nav ul li a {
display: block;
height: 50px;
padding: 0 10px;
line-height: 50px; }
/* line 22, ../sass/partials/_mobile.scss */
.mobile-nav ul li a:hover {
background: #f36c3d;
color: white; }
/* line 30, ../sass/partials/_mobile.scss */
.mobile-nav, .content-wrapper {
-moz-transition: ease-out left 300ms 0ms;
-o-transition: ease-out left 300ms 0ms;
2014-07-04 15:06:35 +09:00
-webkit-transition: ease-out left 300ms;
-webkit-transition-delay: 0ms;
2013-10-23 19:43:42 +09:00
transition: ease-out left 300ms 0ms; }
/* line 33, ../sass/partials/_mobile.scss */
.content-wrapper {
position: relative;
left: 0px; }
/* line 39, ../sass/partials/_mobile.scss */
.mobile-nav-open .mobile-nav {
left: 0px; }
/* line 42, ../sass/partials/_mobile.scss */
.mobile-nav-open .outer-wrapper {
overflow: hidden; }
/* line 44, ../sass/partials/_mobile.scss */
.mobile-nav-open .outer-wrapper .content-wrapper {
left: 280px; }
@media screen and (max-width: 500px) {
/* line 50, ../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 58, ../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 67, ../sass/partials/_mobile.scss */
.mobile {
display: block !important; }
/* line 70, ../sass/partials/_mobile.scss */
.desktop {
display: none !important; }
/* line 73, ../sass/partials/_mobile.scss */
.grid, .grid-small {
width: auto;
margin-left: 0;
margin-right: 0;
padding-left: 10px;
padding-right: 10px;
min-width: 200px; }
/* line 81, ../sass/partials/_mobile.scss */
.posts {
margin: 0 10px;
padding: 0; }
/* line 84, ../sass/partials/_mobile.scss */
.posts .post-rank {
display: none; }
/* line 88, ../sass/partials/_mobile.scss */
.header {
height: 50px;
-moz-border-radius: 0px;
2014-07-04 15:06:35 +09:00
-webkit-border-radius: 0px;
2013-10-23 19:43:42 +09:00
border-radius: 0px; }
/* line 91, ../sass/partials/_mobile.scss */
.header .logo {
top: 0px;
left: 0px;
font-size: 22px;
line-height: 50px;
z-index: 10; }
/* line 98, ../sass/partials/_mobile.scss */
.header .logo a img {
height: auto !important;
max-height: 40px !important;
width: auto !important; }
/* line 104, ../sass/partials/_mobile.scss */
.header .logo.image {
margin-top: -10px; }
/* line 108, ../sass/partials/_mobile.scss */
.header .auth-buttons {
z-index: 100;
margin: 0; }
/* line 111, ../sass/partials/_mobile.scss */
.header .auth-buttons #login-buttons {
display: block !important; }
/* line 114, ../sass/partials/_mobile.scss */
.header .auth-buttons .login-link-and-dropdown-list {
right: 0px !important;
position: static !important; }
/* line 117, ../sass/partials/_mobile.scss */
.header .auth-buttons .login-link-and-dropdown-list #login-dropdown-list {
right: 0px !important;
margin: 0px !important; }
/* line 121, ../sass/partials/_mobile.scss */
.header .auth-buttons .login-link-and-dropdown-list .login-link-text {
font: 0/0 a;
text-shadow: none;
color: transparent;
height: 30px !important;
margin: 10px 0 0 0 !important;
display: block !important; }
/* line 127, ../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 140, ../sass/partials/_mobile.scss */
.header .mobile-button {
z-index: 100; }
/* line 144, ../sass/partials/_mobile.scss */
.header .mobile-button span {
display: none; }
/* line 147, ../sass/partials/_mobile.scss */
.header .mobile-button.menu {
float: left; }
/* line 150, ../sass/partials/_mobile.scss */
.header .mobile-button.submit {
float: right; }
/* line 153, ../sass/partials/_mobile.scss */
.header .mobile-button:hover {
background: white; }
/* line 155, ../sass/partials/_mobile.scss */
.header .mobile-button:hover i {
color: #f36c3d; }
/* line 162, ../sass/partials/_mobile.scss */
.post .post-content {
margin-right: 50px;
margin-right: 0px; }
/* line 166, ../sass/partials/_mobile.scss */
.post .post-content .upvote-link {
width: 30px; }
/* line 169, ../sass/partials/_mobile.scss */
.post .post-content .post-info {
margin-left: 30px;
padding: 6px 4px 6px 8px; }
/* line 174, ../sass/partials/_mobile.scss */
.post .post-content .post-heading .post-title {
line-height: 1.2;
display: block;
margin-bottom: 4px;
font-size: 18px; }
/* line 180, ../sass/partials/_mobile.scss */
.post .post-content .post-heading .post-domain {
line-height: 1;
display: block;
margin-bottom: 4px;
font-size: 13px; }
/* line 187, ../sass/partials/_mobile.scss */
.post .post-content .post-meta {
font-size: 11px; }
/* line 192, ../sass/partials/_mobile.scss */
.post .post-content .post-meta .unit {
font-size: 0; }
/* line 194, ../sass/partials/_mobile.scss */
.post .post-content .post-meta .unit:after {
font-size: 12px;
content: "pts "; }
/* line 201, ../sass/partials/_mobile.scss */
.post .post-actions {
display: none; }
/* line 203, ../sass/partials/_mobile.scss */
.post .post-actions li {
float: none; }
/* line 205, ../sass/partials/_mobile.scss */
.post .post-actions li a {
height: 40px;
width: 40px;
font-size: 30px; }
/* line 209, ../sass/partials/_mobile.scss */
.post .post-actions li a i {
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
line-height: 40px;
text-align: center; }
/* line 219, ../sass/partials/_mobile.scss */
.post .post-actions li a .count {
top: 9px; }
/* line 222, ../sass/partials/_mobile.scss */
.post .post-actions li a .action {
display: none; } }