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

1259 lines
54 KiB
CSS
Raw Normal View History

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" /> */
/* line 35, ../scss/partials/_grid.scss */
2014-07-09 09:46:24 +09:00
.content-wrapper {
padding: 0 10px; }
@media screen and (max-width: 30em) {
/* line 35, ../scss/partials/_grid.scss */
.content-wrapper {
overflow-x: hidden; } }
2014-07-09 09:46:24 +09:00
/* line 41, ../scss/partials/_grid.scss */
2014-07-09 09:46:24 +09:00
.grid {
width: 100%;
max-width: 1000px;
margin-left: auto;
margin-right: auto; }
/* line 47, ../scss/partials/_grid.scss */
2014-09-25 09:14:55 +09:00
.grid-small, .at-form {
2014-07-10 11:45:34 +09:00
width: 100%;
2014-09-25 09:14:55 +09:00
margin-left: auto;
margin-right: auto; }
2014-08-12 17:11:36 +09:00
@media screen and (min-width: 30em) {
/* line 47, ../scss/partials/_grid.scss */
2014-09-25 09:14:55 +09:00
.grid-small, .at-form {
2014-08-20 17:51:28 +09:00
max-width: 500px; } }
2014-07-09 09:46:24 +09:00
2013-10-23 19:43:42 +09:00
/*================ FUNCTIONS =================*/
2014-07-10 11:45:34 +09:00
/*================ MIXINS =================*/
2013-10-23 19:43:42 +09:00
/*================ CLASSES =================*/
/* line 108, ../scss/partials/_mixins.scss */
.popover, .share-options {
2013-10-23 19:43:42 +09:00
background: white;
2014-09-25 09:14:55 +09:00
border: 1px solid #DD3416;
2013-10-23 19:43:42 +09:00
-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 116, ../scss/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;
2014-08-05 12:25:26 +09:00
margin-bottom: 10px;
2013-10-23 19:43:42 +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);
2013-10-23 19:43:42 +09:00
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
/* line 124, ../scss/partials/_mixins.scss */
2014-07-07 09:36:19 +09:00
.has-shadow, .single-post .posts .post, .posts-wrapper, .post-body {
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
/* line 127, ../scss/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, ../scss/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, ../scss/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; }
/* line 130, ../scss/partials/_mixins.scss */
.header .logo, .nav {
2014-07-09 09:46:24 +09:00
position: relative;
top: 50%;
2014-07-10 11:45:34 +09:00
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
2014-07-09 09:46:24 +09:00
transform: translateY(-50%); }
2014-07-04 15:06:35 +09:00
/*================ FLEXBOX =================*/
/* line 1, ../scss/partials/_typography.scss */
2013-10-23 19:43:42 +09:00
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; }
/* line 4, ../scss/partials/_typography.scss */
body, textarea, input {
2013-10-23 19:43:42 +09:00
color: #4a4444;
line-height: 1.6; }
/* line 11, ../scss/partials/_typography.scss */
2013-11-04 22:05:19 +09:00
h2 {
font-size: 36px;
margin-bottom: 10px; }
2014-08-28 11:09:46 +09:00
/* line 15, ../scss/partials/_typography.scss */
2013-10-23 19:43:42 +09:00
h3 {
font-weight: bold;
margin-bottom: 10px;
color: #b3c1c6; }
2014-08-28 11:09:46 +09:00
/* line 20, ../scss/partials/_typography.scss */
2013-10-24 11:15:07 +09:00
.small {
font-size: 80%;
color: #b3c1c6; }
2014-08-28 11:09:46 +09:00
/* line 24, ../scss/partials/_typography.scss */
2014-06-22 11:32:49 +09:00
strong {
font-weight: bold; }
2014-08-28 11:09:46 +09:00
/* line 27, ../scss/partials/_typography.scss */
2014-06-22 11:32:49 +09:00
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, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
[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, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: 'icomoon';
font-style: normal;
speak: none;
font-weight: normal;
-webkit-font-smoothing: antialiased; }
/* line 30, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
.icon-share:before {
content: "\73"; }
/* line 33, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
.icon-comment:before {
content: "\63"; }
/* line 36, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
.icon-down:before {
content: "\2193"; }
/* line 39, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
.icon-link:before {
content: "\6c"; }
/* line 42, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
.icon-check:before {
content: "\2705"; }
/* line 45, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
.icon-plus:before {
content: "\2b"; }
/* line 48, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
.icon-menu:before {
content: "\2630"; }
/* line 51, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
.icon-user:before {
content: "\75"; }
/* line 54, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
.icon-pin:before {
content: "\70"; }
/* line 57, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
.icon-up:before {
content: "\2191"; }
/* line 60, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
.icon-left:before {
content: "\2190"; }
/* line 63, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
.icon-right:before {
content: "\2192"; }
/* line 1, ../scss/partials/_tooltips.scss */
2013-10-23 19:43:42 +09:00
.has-tooltip {
position: relative; }
/* line 3, ../scss/partials/_tooltips.scss */
2013-10-23 19:43:42 +09:00
.has-tooltip .tooltip {
pointer-events: none;
position: absolute;
z-index: 9999;
left: 50%;
top: -40px;
opacity: 0;
2014-09-25 09:14:55 +09:00
-moz-transition: ease-out 300ms opacity 0ms;
-o-transition: ease-out 300ms opacity 0ms;
-webkit-transition: ease-out 300ms opacity;
2014-07-04 15:06:35 +09:00
-webkit-transition-delay: 0ms;
2014-09-25 09:14:55 +09:00
transition: ease-out 300ms opacity 0ms; }
/* line 11, ../scss/partials/_tooltips.scss */
2013-10-23 19:43:42 +09:00
.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, ../scss/partials/_tooltips.scss */
2013-10-23 19:43:42 +09:00
.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, ../scss/partials/_tooltips.scss */
2013-10-23 19:43:42 +09:00
.has-tooltip:hover .tooltip {
opacity: 1; }
/* line 1, ../scss/modules/_nav.scss */
2013-10-23 19:43:42 +09:00
.header {
background-color: #4e555d;
2014-08-05 12:25:26 +09:00
margin-bottom: 10px;
2013-10-23 19:43:42 +09:00
position: relative;
2014-07-09 09:46:24 +09:00
height: 60px;
2013-10-23 19:43:42 +09:00
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
2014-07-10 11:45:34 +09:00
*zoom: 1;
padding: 0 20px;
z-index: 100; }
/* line 3, ../scss/partials/_mixins.scss */
2013-10-23 19:43:42 +09:00
.header:before, .header:after {
content: "";
display: table; }
/* line 7, ../scss/partials/_mixins.scss */
2013-10-23 19:43:42 +09:00
.header:after {
clear: both; }
2014-07-10 11:45:34 +09:00
@media screen and (max-width: 30em) {
/* line 1, ../scss/modules/_nav.scss */
2014-07-10 11:45:34 +09:00
.header {
padding: 0 10px; } }
/* line 12, ../scss/modules/_nav.scss */
2014-08-15 11:56:53 +09:00
.header .primary-nav {
2014-07-11 10:38:21 +09:00
float: left;
z-index: 20;
position: relative; }
/* line 17, ../scss/modules/_nav.scss */
2013-10-23 19:43:42 +09:00
.header .logo {
position: absolute;
2014-07-09 09:46:24 +09:00
display: block;
2013-10-23 19:43:42 +09:00
text-align: center;
color: white;
2014-07-11 10:48:52 +09:00
left: 0px;
right: 0px; }
2014-07-14 11:25:27 +09:00
@media screen and (max-width: 30em) {
/* line 17, ../scss/modules/_nav.scss */
2014-07-14 11:25:27 +09:00
.header .logo {
2014-08-20 17:03:54 +09:00
font-size: 18px; }
/* line 25, ../scss/modules/_nav.scss */
.header .logo a {
position: static; } }
2014-07-14 11:25:27 +09:00
@media screen and (min-width: 30em) {
/* line 17, ../scss/modules/_nav.scss */
2014-07-14 11:25:27 +09:00
.header .logo {
font-size: 24px; } }
2014-08-20 17:03:54 +09:00
/* line 34, ../scss/modules/_nav.scss */
2013-10-23 19:43:42 +09:00
.header .logo a, .header .logo a:visited {
color: white; }
2014-08-20 17:03:54 +09:00
/* line 38, ../scss/modules/_nav.scss */
2014-08-12 17:34:56 +09:00
.header .logo-image {
line-height: 1; }
2014-08-20 17:03:54 +09:00
/* line 40, ../scss/modules/_nav.scss */
2014-08-12 17:34:56 +09:00
.header .logo-image a {
display: inline-block;
background: no-repeat center center;
font: 0/0 a;
text-shadow: none;
color: transparent; }
2014-08-20 17:03:54 +09:00
/* line 48, ../scss/modules/_nav.scss */
2014-08-15 11:56:53 +09:00
.header .secondary-nav {
2014-07-11 10:38:21 +09:00
z-index: 20;
position: relative;
2014-07-10 11:45:34 +09:00
float: right; }
2013-10-23 19:43:42 +09:00
2014-08-20 17:03:54 +09:00
/* line 59, ../scss/modules/_nav.scss */
.sign-in {
2014-07-10 11:45:34 +09:00
margin-right: 10px; }
2014-08-20 17:03:54 +09:00
/* line 62, ../scss/modules/_nav.scss */
2013-10-23 19:43:42 +09:00
.nav {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
2014-07-09 09:46:24 +09:00
*zoom: 1; }
/* line 3, ../scss/partials/_mixins.scss */
2013-10-23 19:43:42 +09:00
.nav:before, .nav:after {
content: "";
display: table; }
/* line 7, ../scss/partials/_mixins.scss */
2013-10-23 19:43:42 +09:00
.nav:after {
clear: both; }
2014-08-20 17:03:54 +09:00
/* line 65, ../scss/modules/_nav.scss */
2013-10-23 19:43:42 +09:00
.nav > li {
line-height: 2; }
2014-08-20 17:03:54 +09:00
/* line 67, ../scss/modules/_nav.scss */
2014-07-10 11:45:34 +09:00
.nav > li:last-child {
margin-right: 0px; }
2014-08-20 17:03:54 +09:00
/* line 70, ../scss/modules/_nav.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;
2014-07-09 09:46:24 +09:00
font-size: 15px;
2013-10-23 19:43:42 +09:00
font-weight: normal; }
2014-08-20 17:03:54 +09:00
/* line 76, ../scss/modules/_nav.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-08-20 17:03:54 +09:00
/* line 79, ../scss/modules/_nav.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-08-20 17:03:54 +09:00
/* line 86, ../scss/modules/_nav.scss */
2013-11-15 15:29:39 +09:00
.search {
position: relative; }
2014-08-20 17:03:54 +09:00
/* line 88, ../scss/modules/_nav.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-08-20 17:03:54 +09:00
/* line 98, ../scss/modules/_nav.scss */
2013-11-15 15:29:39 +09:00
.search .search-field:focus {
outline: none; }
2014-08-20 17:03:54 +09:00
/* line 103, ../scss/modules/_nav.scss */
2013-11-15 15:29:39 +09:00
.search.empty .search-field {
background: rgba(255, 255, 255, 0.1); }
2014-08-20 17:03:54 +09:00
/* line 105, ../scss/modules/_nav.scss */
2013-11-15 15:29:39 +09:00
.search.empty .search-field:focus {
background: white; }
2014-08-20 17:03:54 +09:00
/* line 109, ../scss/modules/_nav.scss */
2013-11-15 15:29:39 +09:00
.search.empty .search-clear {
display: none; }
2014-08-20 17:03:54 +09:00
/* line 115, ../scss/modules/_nav.scss */
2014-08-20 15:59:11 +09:00
.has-dropdown .user-menu .dropdown-menu {
left: auto;
right: 10px; }
2014-08-20 17:03:54 +09:00
/* line 119, ../scss/modules/_nav.scss */
.has-dropdown .notifications-menu .dropdown-menu {
left: auto;
right: 10px; }
/* line 123, ../scss/modules/_nav.scss */
.newsletter-dismiss {
line-height: 30px !important; }
/* line 1, ../scss/modules/_posts.scss */
.module {
border-radius: 3px; }
2014-07-10 11:45:34 +09:00
/* line 5, ../scss/modules/_posts.scss */
2014-07-05 12:30:56 +09:00
.posts {
2014-07-07 09:36:19 +09:00
width: 100%;
position: relative; }
/* line 10, ../scss/modules/_posts.scss */
2014-07-07 09:36:19 +09:00
.single-post .posts {
margin-bottom: 10px; }
/* line 12, ../scss/modules/_posts.scss */
2014-07-07 09:36:19 +09:00
.single-post .posts .post {
border-radius: 3px;
display: block; }
2014-07-05 12:30:56 +09:00
/* line 19, ../scss/modules/_posts.scss */
.post {
padding: 0;
border-radius: 0px;
margin-bottom: 0px; }
/* line 24, ../scss/modules/_posts.scss */
.post .modules-group {
display: table-cell;
vertical-align: middle; }
/* line 27, ../scss/modules/_posts.scss */
.post .modules-group .inner {
display: flex;
display: -webkit-flex;
display: -moz-flex;
align-items: center;
-webkit-align-items: center;
-moz-align-items: center; }
/* line 31, ../scss/modules/_posts.scss */
.post .modules-group .cell {
margin-right: 10px; }
@media screen and (min-width: 30em) {
/* line 31, ../scss/modules/_posts.scss */
.post .modules-group .cell {
flex-shrink: 0;
-webkit-flex-shrink: 0;
-moz-flex-shrink: 0; } }
/* line 41, ../scss/modules/_posts.scss */
.post .left-modules .inner {
margin-left: 10px; }
@media screen and (max-width: 30em) {
/* line 40, ../scss/modules/_posts.scss */
.post .left-modules {
margin-right: 10px; }
/* line 45, ../scss/modules/_posts.scss */
.post .left-modules .inner {
display: block; } }
/* line 55, ../scss/modules/_posts.scss */
.post .center-modules {
width: 100%; }
@media screen and (max-width: 30em) {
/* line 58, ../scss/modules/_posts.scss */
.post .center-modules .inner {
display: block; } }
@media screen and (max-width: 30em) {
/* line 65, ../scss/modules/_posts.scss */
.post .right-modules {
display: none;
background: #333;
padding: 10px; }
/* line 70, ../scss/modules/_posts.scss */
.post .right-modules.visible {
display: block; }
/* line 73, ../scss/modules/_posts.scss */
.post .right-modules .inner {
justify-content: center;
-webkit-justify-content: center;
-moz-justify-content: center; }
/* line 76, ../scss/modules/_posts.scss */
.post .right-modules .cell {
flex-grow: 1;
-webkit-flex-grow: 1;
-moz-flex-grow: 1;
flex: 1;
text-align: center; } }
@media screen and (min-width: 30em) {
/* line 83, ../scss/modules/_posts.scss */
.post .right-modules .inner {
justify-content: flex-end;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end; } }
@media screen and (max-width: 30em) {
/* line 93, ../scss/modules/_posts.scss */
.post .post-content {
flex-grow: 1;
-webkit-flex-grow: 1;
-moz-flex-grow: 1;
flex: 1; } }
@media screen and (min-width: 30em) {
/* line 93, ../scss/modules/_posts.scss */
.post .post-content {
flex-shrink: 1 !important;
-webkit-flex-shrink: 1 !important;
-moz-flex-shrink: 1 !important; } }
/* line 132, ../scss/modules/_posts.scss */
.post-actions {
display: none;
text-align: right;
flex-shrink: 1;
-webkit-flex-shrink: 1;
-moz-flex-shrink: 1;
padding-right: 5px; }
@media screen and (max-width: 30em) {
/* line 132, ../scss/modules/_posts.scss */
.post-actions {
display: block; } }
/* line 140, ../scss/modules/_posts.scss */
.post-actions a {
display: block;
width: 36px;
height: 36px;
padding: 6px; }
/* line 145, ../scss/modules/_posts.scss */
.post-actions a span {
display: block;
height: 100%;
width: 100%;
border-radius: 3px;
2014-08-28 11:09:46 +09:00
border: 1px solid rgba(221, 52, 22, 0.3);
color: rgba(221, 52, 22, 0.8);
text-align: center;
line-height: 10px;
font-weight: bold;
font-size: 20px; }
/* line 162, ../scss/modules/_posts.scss */
.post-upvote .upvote-link {
position: relative;
width: 36px;
height: 36px;
padding: 6px;
display: block;
text-align: center; }
/* line 171, ../scss/modules/_posts.scss */
.post-upvote .upvote-link i {
display: block;
border-radius: 50%;
2014-08-28 11:09:46 +09:00
border: 1px solid rgba(221, 52, 22, 0.3);
font-size: 10px;
height: 100%;
width: 100%;
text-align: center;
2014-08-28 11:09:46 +09:00
color: rgba(221, 52, 22, 0.8);
text-shadow: 0px 1px 0px white;
line-height: 2.2; }
/* line 183, ../scss/modules/_posts.scss */
.post-upvote .upvote-link i.icon-check {
display: none; }
/* line 187, ../scss/modules/_posts.scss */
.post-upvote .upvote-link span {
display: none; }
/* line 191, ../scss/modules/_posts.scss */
.post-upvote .upvote-link.not-voted:hover i {
2014-08-28 11:09:46 +09:00
background: rgba(221, 52, 22, 0.1);
2014-09-25 09:14:55 +09:00
color: #DD3416;
text-shadow: none; }
/* line 197, ../scss/modules/_posts.scss */
.post-upvote .upvote-link.voted {
cursor: default; }
/* line 199, ../scss/modules/_posts.scss */
.post-upvote .upvote-link.voted i.icon-up {
display: none; }
/* line 202, ../scss/modules/_posts.scss */
.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; }
/* line 212, ../scss/modules/_posts.scss */
.post-meta-item {
display: inline; }
/* line 214, ../scss/modules/_posts.scss */
.post-meta-item:after {
content: ","; }
/* line 217, ../scss/modules/_posts.scss */
.post-meta-item:last-child:after {
content: ""; }
/* line 222, ../scss/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
.empty-notice {
text-align: center;
padding: 10px 0; }
/* line 226, ../scss/modules/_posts.scss */
2014-07-05 12:36:18 +09:00
.posts-wrapper {
2014-08-27 10:23:56 +09:00
border-radius: 3px;
padding: 0; }
2014-07-04 11:32:04 +09:00
2014-08-27 10:23:56 +09:00
/* line 231, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post {
position: relative;
width: 100%;
background: white;
border-bottom: 1px solid #e7eff2; }
2014-08-27 10:23:56 +09:00
/* line 236, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post:first-child {
border-radius: 3px 3px 0px 0px; }
2014-08-27 10:23:56 +09:00
/* line 239, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post:last-child {
2014-08-28 10:16:17 +09:00
border-radius: 0px 0px 3px 3px; }
2014-08-27 10:23:56 +09:00
/* line 242, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post.animate {
2014-09-25 09:14:55 +09:00
-moz-transition: ease-out 400ms top 0ms;
-o-transition: ease-out 400ms top 0ms;
-webkit-transition: ease-out 400ms top;
2014-07-04 15:06:35 +09:00
-webkit-transition-delay: 0ms;
2014-09-25 09:14:55 +09:00
transition: ease-out 400ms top 0ms; }
2014-08-27 10:23:56 +09:00
/* line 246, ../scss/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-08-27 10:23:56 +09:00
/* line 251, ../scss/modules/_posts.scss */
2014-07-05 12:30:56 +09:00
.post-rank {
position: relative; }
2014-08-27 10:23:56 +09:00
/* line 253, ../scss/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-08-27 10:23:56 +09:00
/* line 267, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-info {
2014-09-16 09:15:41 +09:00
padding: 10px 0; }
2014-07-04 14:07:50 +09:00
2014-08-27 10:23:56 +09:00
/* line 270, ../scss/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
.post-content {
2014-07-04 14:07:50 +09:00
min-height: 40px; }
2014-08-27 10:23:56 +09:00
/* line 272, ../scss/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
.post-content .post-sticky {
display: block;
position: absolute;
2014-07-07 09:06:32 +09:00
right: -40px;
2013-10-23 19:43:42 +09:00
top: 16px;
font-size: 24px; }
2014-08-27 10:23:56 +09:00
/* line 278, ../scss/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
.post-content .post-sticky i {
color: #b3c1c6; }
2014-08-27 10:23:56 +09:00
/* line 281, ../scss/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-08-27 10:23:56 +09:00
/* line 286, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-heading {
2014-08-27 09:25:05 +09:00
margin-bottom: 3px;
2014-08-27 16:43:41 +09:00
line-height: 1.2; }
@media screen and (max-width: 30em) {
2014-08-27 10:23:56 +09:00
/* line 286, ../scss/modules/_posts.scss */
.post-heading {
line-height: 1.5; } }
2014-08-27 16:43:41 +09:00
/* line 292, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-heading .post-title {
font-weight: normal; }
@media screen and (max-width: 30em) {
2014-08-27 16:43:41 +09:00
/* line 292, ../scss/modules/_posts.scss */
.post-heading .post-title {
font-size: 15px; } }
@media screen and (min-width: 30em) {
2014-08-27 16:43:41 +09:00
/* line 292, ../scss/modules/_posts.scss */
.post-heading .post-title {
font-size: 18px; } }
2014-08-28 11:09:46 +09:00
/* line 300, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-heading .post-title:visited {
color: #b5b0b0; }
2014-08-28 11:09:46 +09:00
/* line 304, ../scss/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-14 12:27:20 +09:00
font-weight: normal; }
@media screen and (max-width: 30em) {
2014-08-28 11:09:46 +09:00
/* line 304, ../scss/modules/_posts.scss */
.post-heading .post-domain {
font-size: 13px; } }
@media screen and (min-width: 30em) {
2014-08-28 11:09:46 +09:00
/* line 304, ../scss/modules/_posts.scss */
.post-heading .post-domain {
font-size: 14px; } }
2014-07-05 13:32:01 +09:00
2014-08-28 11:09:46 +09:00
/* line 315, ../scss/modules/_posts.scss */
2014-07-07 09:06:32 +09:00
.post-categories {
text-align: right; }
2014-08-28 11:09:46 +09:00
/* line 319, ../scss/modules/_posts.scss */
2014-07-05 13:32:01 +09:00
.post-category {
display: inline-block;
font-size: 11px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #eee;
padding: 0px 6px;
text-transform: uppercase;
font-weight: normal;
vertical-align: middle; }
2014-08-28 11:09:46 +09:00
/* line 328, ../scss/modules/_posts.scss */
2014-07-05 13:32:01 +09:00
.post-category:hover {
2014-09-25 09:14:55 +09:00
background: #DD3416;
2014-07-05 13:32:01 +09:00
color: white; }
2014-07-04 11:32:04 +09:00
2014-08-28 11:09:46 +09:00
/* line 333, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post-meta {
font-size: 12px;
color: #b3c1c6;
line-height: 1.5; }
2014-08-28 11:09:46 +09:00
/* line 337, ../scss/modules/_posts.scss */
.post-meta a {
color: #a4a9ab; }
/* line 339, ../scss/modules/_posts.scss */
.post-meta a:visited, .post-meta a:active {
color: #a4a9ab; }
2013-10-23 19:43:42 +09:00
2014-08-28 11:09:46 +09:00
/* line 345, ../scss/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share, .post-discuss {
2014-07-05 11:24:28 +09:00
position: relative; }
2014-08-28 11:09:46 +09:00
/* line 347, ../scss/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;
display: inline-block;
2014-07-04 14:07:50 +09:00
padding: 0;
width: 70px;
height: 70px;
line-height: 70px;
vertical-align: baseline;
text-align: center;
color: #b3c1c6;
font-size: 36px;
line-height: 50px; }
2014-08-28 11:09:46 +09:00
/* line 359, ../scss/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a.edit-link, .post-discuss > a.edit-link {
2014-09-25 09:14:55 +09:00
color: #DD3416; }
2014-08-28 11:09:46 +09:00
/* line 362, ../scss/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-08-28 11:09:46 +09:00
/* line 366, ../scss/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a.discuss-link, .post-discuss > a.discuss-link {
color: #a3d06d; }
2014-08-28 11:09:46 +09:00
/* line 369, ../scss/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a.more-link, .post-discuss > a.more-link {
color: #7ac0e4; }
2014-08-28 11:09:46 +09:00
/* line 373, ../scss/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 {
2014-09-25 09:14:55 +09:00
color: #DD3416; }
2014-08-28 11:09:46 +09:00
/* line 377, ../scss/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-08-28 11:09:46 +09:00
/* line 381, ../scss/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a.voted .action, .post-discuss > a.voted .action {
color: #fff; }
2014-08-28 11:09:46 +09:00
/* line 385, ../scss/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.post-share > a .count, .post-discuss > a .count {
position: absolute;
2014-08-12 17:11:36 +09:00
top: 14px;
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-08-28 11:09:46 +09:00
/* line 394, ../scss/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-08-28 11:09:46 +09:00
/* line 399, ../scss/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-08-28 11:09:46 +09:00
/* line 414, ../scss/modules/_posts.scss */
2014-07-05 16:29:10 +09:00
.post-body {
border-radius: 3px;
margin-bottom: 10px;
background: white;
padding: 20px;
font-size: 16px; }
2014-08-28 11:09:46 +09:00
/* line 421, ../scss/modules/_posts.scss */
2014-07-05 16:29:10 +09:00
.list .post-body {
2013-10-23 19:43:42 +09:00
display: none; }
2014-08-28 11:09:46 +09:00
/* line 426, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
.post.sticky {
2013-10-23 19:43:42 +09:00
background: #fffce0; }
2014-08-28 11:09:46 +09:00
/* line 430, ../scss/modules/_posts.scss */
.more-button {
2014-08-20 17:03:54 +09:00
display: block;
width: 100%;
height: 70px;
background: rgba(0, 0, 0, 0.05);
text-align: center;
color: white;
line-height: 70px;
font-size: 18px;
border-radius: 0px 0px 3px 3px;
text-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
padding: 0px; }
2014-08-28 11:09:46 +09:00
/* line 442, ../scss/modules/_posts.scss */
2014-08-20 17:03:54 +09:00
.more-button:hover {
background: rgba(0, 0, 0, 0.15); }
2014-08-28 11:09:46 +09:00
/* line 447, ../scss/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.inner-table {
display: table;
height: 100%; }
2014-08-28 11:09:46 +09:00
/* line 451, ../scss/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
.inner-table-cell {
display: table-cell;
vertical-align: middle; }
2014-08-27 09:25:05 +09:00
@media screen and (max-width: 30em) {
2014-08-28 11:09:46 +09:00
/* line 458, ../scss/modules/_posts.scss */
.posts {
padding: 0; }
2014-08-28 11:09:46 +09:00
/* line 460, ../scss/modules/_posts.scss */
.posts .post-rank {
display: none; }
2014-08-28 11:09:46 +09:00
/* line 465, ../scss/modules/_posts.scss */
.post .post-content {
margin-right: 50px;
margin-right: 0px; }
2014-08-28 11:09:46 +09:00
/* line 469, ../scss/modules/_posts.scss */
.post .post-content .upvote-link {
width: 30px; }
2014-08-28 11:09:46 +09:00
/* line 472, ../scss/modules/_posts.scss */
.post .post-content .post-info {
2014-08-12 17:11:36 +09:00
padding: 13px 0; }
2014-08-28 11:09:46 +09:00
/* line 477, ../scss/modules/_posts.scss */
.post .post-content .post-heading .post-title {
display: block;
2014-08-12 17:11:36 +09:00
margin-bottom: 4px; }
2014-08-28 11:09:46 +09:00
/* line 481, ../scss/modules/_posts.scss */
.post .post-content .post-heading .post-domain {
display: block;
margin-bottom: 4px;
font-size: 13px; }
2014-08-28 11:09:46 +09:00
/* line 487, ../scss/modules/_posts.scss */
.post .post-content .post-meta {
font-size: 11px; }
2014-08-28 11:09:46 +09:00
/* line 489, ../scss/modules/_posts.scss */
.post .post-content .post-meta .unit {
font-size: 0; }
2014-08-28 11:09:46 +09:00
/* line 491, ../scss/modules/_posts.scss */
.post .post-content .post-meta .unit:after {
font-size: 12px;
2014-08-12 17:11:36 +09:00
content: "pts "; } }
/* line 1, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.queue-container {
position: relative;
height: 0px;
2014-09-25 09:14:55 +09:00
-moz-transition: ease-out 400ms opacity 0ms;
-o-transition: ease-out 400ms opacity 0ms;
-webkit-transition: ease-out 400ms opacity;
2014-07-04 15:06:35 +09:00
-webkit-transition-delay: 0ms;
2014-09-25 09:14:55 +09:00
transition: ease-out 400ms opacity 0ms; }
/* line 5, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.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, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.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, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.queue-container ul li {
display: block;
float: left;
margin: 0 10px 10px 0;
display: block;
height: 30px;
width: 30px;
2014-09-25 09:14:55 +09:00
background: #DD3416;
2013-10-23 19:43:42 +09:00
-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, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.queue-container ul li.before {
position: absolute; }
/* line 47, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.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, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment {
margin-left: 30px;
2014-08-12 17:11:36 +09:00
position: relative;
padding: 0;
background: none; }
/* line 75, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment .comment-body {
2014-09-25 09:14:55 +09:00
-moz-transition: ease-out 600ms opacity 0ms;
-o-transition: ease-out 600ms opacity 0ms;
-webkit-transition: ease-out 600ms opacity;
2014-07-04 15:06:35 +09:00
-webkit-transition-delay: 0ms;
2014-09-25 09:14:55 +09:00
transition: ease-out 600ms opacity 0ms;
2013-10-23 19:43:42 +09:00
opacity: 1; }
2014-08-12 17:11:36 +09:00
/* line 80, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment.comment-queued .comment-body {
opacity: 0;
position: absolute;
pointer-events: none; }
2014-08-12 17:11:36 +09:00
/* line 86, ../scss/modules/_comments.scss */
2013-11-07 09:25:49 +09:00
.comment .comment-reply {
display: inline-block;
margin-top: 10px; }
2013-10-23 19:43:42 +09:00
2014-08-12 17:11:36 +09:00
/* line 128, ../scss/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; }
2014-08-12 17:11:36 +09:00
/* line 133, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-content .comment-main {
margin-left: 50px; }
2014-08-12 17:11:36 +09:00
/* line 136, ../scss/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; }
2014-08-12 17:11:36 +09:00
/* line 141, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-content .user-avatar img {
height: 40px;
width: 40px;
display: block; }
2014-08-12 17:11:36 +09:00
/* line 148, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-meta {
margin-bottom: 5px;
color: #b3c1c6; }
2014-08-12 17:11:36 +09:00
/* line 150, ../scss/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; }
2014-08-12 17:11:36 +09:00
/* line 155, ../scss/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; }
2014-08-12 17:11:36 +09:00
/* line 161, ../scss/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; }
2014-08-12 17:11:36 +09:00
/* line 168, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-meta .comment-permalink:hover:before {
2014-09-25 09:14:55 +09:00
color: #DD3416; }
2013-10-23 19:43:42 +09:00
2014-08-12 17:11:36 +09:00
/* line 173, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions {
position: absolute;
left: -30px;
top: 0px; }
2014-08-12 17:11:36 +09:00
/* line 177, ../scss/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; }
2014-08-12 17:11:36 +09:00
/* line 189, ../scss/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; }
2014-08-12 17:11:36 +09:00
/* line 193, ../scss/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;
2014-09-25 09:14:55 +09:00
color: #DD3416; }
2014-08-12 17:11:36 +09:00
/* line 205, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions a:hover {
background: #4e555d; }
2014-08-12 17:11:36 +09:00
/* line 207, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions a:hover i {
color: white; }
2014-08-12 17:11:36 +09:00
/* line 212, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions.upvoted .upvote, .comment-actions.downvoted .downvote {
cursor: default; }
2014-08-12 17:11:36 +09:00
/* line 214, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions.upvoted .upvote i, .comment-actions.downvoted .downvote i {
color: #7ac0e4; }
2014-08-12 17:11:36 +09:00
/* line 217, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions.upvoted .upvote:hover, .comment-actions.downvoted .downvote:hover {
background: white; }
2014-08-12 17:11:36 +09:00
/* line 221, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions.downvoted .upvote, .comment-actions.upvoted .downvote {
cursor: default; }
2014-08-12 17:11:36 +09:00
/* line 223, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions.downvoted .upvote i, .comment-actions.upvoted .downvote i {
color: #b3c1c6; }
2014-08-12 17:11:36 +09:00
/* line 226, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-actions.downvoted .upvote:hover, .comment-actions.upvoted .downvote:hover {
background: white; }
2014-08-12 17:11:36 +09:00
/* line 239, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
.comment-page .comment-new {
margin-left: 30px;
position: relative;
background: #ffffff; }
2014-08-12 17:11:36 +09:00
/* line 243, ../scss/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; }
2014-09-16 12:12:48 +09:00
/* line 259, ../scss/modules/_comments.scss */
.comment-deleted {
background: rgba(255, 255, 255, 0.6);
border-radius: 3px;
margin-bottom: 10px;
padding: 10px 15px;
color: #b3c1c6; }
/* line 1, ../scss/modules/_dialogs.scss */
2013-10-23 19:43:42 +09:00
.dialog {
2014-08-05 12:25:26 +09:00
margin-bottom: 10px; }
/* line 2, ../scss/modules/_dialogs.scss */
2013-10-23 19:43:42 +09:00
.dialog h2 {
text-align: center;
padding-bottom: 15px;
2014-08-05 12:25:26 +09:00
margin-bottom: 10px; }
2013-10-23 19:43:42 +09:00
/* line 9, ../scss/modules/_dialogs.scss */
2013-10-23 19:43:42 +09:00
.footer-notice {
text-align: center; }
/* line 2, ../scss/modules/_user-profile.scss */
2013-10-23 19:43:42 +09:00
.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, ../scss/modules/_errors.scss */
2013-10-23 19:43:42 +09:00
.error {
2014-08-05 12:25:26 +09:00
margin-bottom: 10px;
2013-10-23 19:43:42 +09:00
text-align: center;
2014-09-25 09:14:55 +09:00
background: #DD3416;
2013-10-23 19:43:42 +09:00
color: white; }
/* line 1, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.share-options {
position: absolute;
padding: 10px;
line-height: 1; }
@media screen and (max-width: 30em) {
/* line 1, ../scss/modules/_share.scss */
.share-options {
left: 0px;
top: 75px; } }
@media screen and (min-width: 30em) {
/* line 1, ../scss/modules/_share.scss */
.share-options {
left: -180px;
top: 5px; } }
/* line 13, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.share-options a {
display: inline-block;
line-height: 1; }
/* line 18, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.share-options.hidden {
display: block;
opacity: 0;
pointer-events: none;
left: -160px; }
/* line 24, ../scss/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; }
/* line 33, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.share-options:after {
border-color: rgba(255, 255, 255, 0);
border-width: 10px; }
@media screen and (max-width: 30em) {
/* line 33, ../scss/modules/_share.scss */
.share-options:after {
border-bottom-color: #ffffff;
top: -20px;
left: 50%;
margin-left: -11px; } }
@media screen and (min-width: 30em) {
/* line 33, ../scss/modules/_share.scss */
.share-options:after {
border-left-color: #ffffff;
top: 20px;
margin-top: -3px; } }
/* line 48, ../scss/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;
border-width: 11px; }
@media screen and (max-width: 30em) {
/* line 48, ../scss/modules/_share.scss */
.share-options:before {
2014-09-25 09:14:55 +09:00
border-bottom-color: #DD3416;
top: -22px;
left: 50%;
margin-left: -12px; } }
@media screen and (min-width: 30em) {
/* line 48, ../scss/modules/_share.scss */
.share-options:before {
2014-09-25 09:14:55 +09:00
border-left-color: #DD3416;
top: 20px;
margin-top: -4px; } }
/* line 63, ../scss/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, ../scss/partials/_mixins.scss */
2014-07-03 10:09:22 +09:00
.share-options .buttons:before, .share-options .buttons:after {
content: "";
display: table; }
/* line 7, ../scss/partials/_mixins.scss */
2014-07-03 10:09:22 +09:00
.share-options .buttons:after {
clear: both; }
/* line 66, ../scss/modules/_share.scss */
.share-options .buttons .button {
2014-07-03 10:09:22 +09:00
float: left;
margin-right: 10px;
background: transparent;
padding: 0px;
height: 100%; }
/* line 76, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
a.mt-share-inline-square-sm img {
width: 34px;
height: auto;
border: 0px; }
/* line 81, ../scss/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; }
/* line 91, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-google:hover {
background-color: #e15f4f; }
/* line 94, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-google {
background-color: #dd4b39; }
/* line 97, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-linkedin:hover {
background-color: #1087c0; }
/* line 100, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-linkedin {
background-color: #0e76a8; }
/* line 103, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-twitter:hover {
background-color: #08bbff; }
/* line 106, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-twitter {
background-color: #00acee; }
/* line 109, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-facebook:hover {
background-color: #4264aa; }
/* line 112, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-facebook {
background-color: #3b5998; }
/* line 115, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-pinterest:hover {
background-color: #dd2a30; }
/* line 118, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
.mt-pinterest {
background-color: #cc2127; }