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-08-12 16:16:44 +09:00
/* line 35, ../scss/partials/_grid.scss */
2014-07-09 09:46:24 +09:00
. content-wrapper {
padding : 0 10px ; }
2014-07-14 10:12:02 +09:00
@ media screen and ( max-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 35, ../scss/partials/_grid.scss */
2014-07-14 10:12:02 +09:00
. content-wrapper {
overflow-x : hidden ; } }
2014-07-09 09:46:24 +09:00
2014-08-12 16:16:44 +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 ; }
2014-08-12 16:16:44 +09:00
/* line 47, ../scss/partials/_grid.scss */
. grid-small , . entry {
2014-07-10 11:45:34 +09:00
width : 100 % ;
2014-07-09 09:46:24 +09:00
margin : 0 auto ; }
2014-08-12 17:11:36 +09:00
@ media screen and ( min-width : 30em ) {
/* line 47, ../scss/partials/_grid.scss */
. grid-small , . entry {
max-width : 400px ; } }
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 =================*/
2014-08-12 16:16:44 +09:00
/* line 108, ../scss/partials/_mixins.scss */
2014-08-15 11:51:30 +09:00
. popover , . share-options {
2013-10-23 19:43:42 +09:00
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 ; }
2014-08-12 16:16:44 +09:00
/* 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 ) ; }
2014-08-12 16:16:44 +09:00
/* 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 ) ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* line 130, ../scss/partials/_mixins.scss */
2014-08-15 11:51:30 +09:00
. 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 =================*/
2014-08-12 16:16:44 +09:00
/* line 1, ../scss/partials/_typography.scss */
2013-10-23 19:43:42 +09:00
body , textarea , input , button , input [ type = "submit" ] , input [ type = "button" ] {
2014-08-12 16:16:44 +09:00
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 ; }
2014-08-12 16:16:44 +09:00
/* line 11, ../scss/partials/_typography.scss */
2013-10-23 19:43:42 +09:00
a {
text-decoration : none ;
font-weight : bold ; }
2014-08-12 16:16:44 +09:00
/* line 14, ../scss/partials/_typography.scss */
2013-10-23 19:43:42 +09:00
a : link , a : visited , a : active {
color : # a4a9ab ; }
2014-08-12 16:16:44 +09:00
/* line 17, ../scss/partials/_typography.scss */
2013-10-23 19:43:42 +09:00
a : hover {
color : # f36c3d ; }
2014-08-12 16:16:44 +09:00
/* line 21, ../scss/partials/_typography.scss */
2013-11-04 22:05:19 +09:00
h2 {
font-size : 36px ;
margin-bottom : 10px ; }
2014-08-12 16:16:44 +09:00
/* line 25, ../scss/partials/_typography.scss */
2013-10-23 19:43:42 +09:00
h3 {
font-weight : bold ;
margin-bottom : 10px ;
color : # b3c1c6 ; }
2014-08-12 16:16:44 +09:00
/* line 30, ../scss/partials/_typography.scss */
2013-10-24 11:15:07 +09:00
. small {
font-size : 80 % ;
color : # b3c1c6 ; }
2014-08-12 16:16:44 +09:00
/* line 34, ../scss/partials/_typography.scss */
2014-06-22 11:32:49 +09:00
strong {
font-weight : bold ; }
2014-08-12 16:16:44 +09:00
/* line 37, ../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 */
2014-08-12 16:16:44 +09:00
/* 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 */
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* line 30, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
. icon-share : before {
content : "\73" ; }
2014-08-12 16:16:44 +09:00
/* line 33, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
. icon-comment : before {
content : "\63" ; }
2014-08-12 16:16:44 +09:00
/* line 36, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
. icon-down : before {
content : "\2193" ; }
2014-08-12 16:16:44 +09:00
/* line 39, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
. icon-link : before {
content : "\6c" ; }
2014-08-12 16:16:44 +09:00
/* line 42, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
. icon-check : before {
content : "\2705" ; }
2014-08-12 16:16:44 +09:00
/* line 45, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
. icon-plus : before {
content : "\2b" ; }
2014-08-12 16:16:44 +09:00
/* line 48, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
. icon-menu : before {
content : "\2630" ; }
2014-08-12 16:16:44 +09:00
/* line 51, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
. icon-user : before {
content : "\75" ; }
2014-08-12 16:16:44 +09:00
/* line 54, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
. icon-pin : before {
content : "\70" ; }
2014-08-12 16:16:44 +09:00
/* line 57, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
. icon-up : before {
content : "\2191" ; }
2014-08-12 16:16:44 +09:00
/* line 60, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
. icon-left : before {
content : "\2190" ; }
2014-08-12 16:16:44 +09:00
/* line 63, ../scss/partials/_icons.scss */
2013-10-23 19:43:42 +09:00
. icon-right : before {
content : "\2192" ; }
2014-08-12 16:16:44 +09:00
/* line 1, ../scss/partials/_tooltips.scss */
2013-10-23 19:43:42 +09:00
. has-tooltip {
position : relative ; }
2014-08-12 16:16:44 +09:00
/* 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 ;
-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 ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* line 35, ../scss/partials/_tooltips.scss */
2013-10-23 19:43:42 +09:00
. has-tooltip : hover . tooltip {
opacity : 1 ; }
2014-08-15 11:51:30 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* line 3, ../scss/partials/_mixins.scss */
2013-10-23 19:43:42 +09:00
. header : before , . header : after {
content : "" ;
display : table ; }
2014-08-12 16:16:44 +09:00
/* 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 ) {
2014-08-15 11:51:30 +09:00
/* line 1, ../scss/modules/_nav.scss */
2014-07-10 11:45:34 +09:00
. header {
padding : 0 10px ; } }
2014-08-15 11:51:30 +09:00
/* 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 ; }
2014-08-15 11:51:30 +09:00
/* 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 ) {
2014-08-15 11:51:30 +09:00
/* line 17, ../scss/modules/_nav.scss */
2014-07-14 11:25:27 +09:00
. header . logo {
font-size : 18px ; } }
@ media screen and ( min-width : 30em ) {
2014-08-15 11:51:30 +09:00
/* line 17, ../scss/modules/_nav.scss */
2014-07-14 11:25:27 +09:00
. header . logo {
font-size : 24px ; } }
2014-08-15 11:51:30 +09:00
/* line 31, ../scss/modules/_nav.scss */
2013-10-23 19:43:42 +09:00
. header . logo a , . header . logo a : visited {
color : white ; }
2014-08-15 11:51:30 +09:00
/* line 35, ../scss/modules/_nav.scss */
2014-08-12 17:34:56 +09:00
. header . logo-image {
line-height : 1 ; }
2014-08-15 11:51:30 +09:00
/* line 37, ../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-15 11:51:30 +09:00
/* line 45, ../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-15 11:51:30 +09:00
/* line 56, ../scss/modules/_nav.scss */
. sign-in {
2014-07-10 11:45:34 +09:00
margin-right : 10px ; }
2014-08-15 11:51:30 +09:00
/* line 59, ../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 ; }
2014-08-12 16:16:44 +09:00
/* line 3, ../scss/partials/_mixins.scss */
2013-10-23 19:43:42 +09:00
. nav : before , . nav : after {
content : "" ;
display : table ; }
2014-08-12 16:16:44 +09:00
/* line 7, ../scss/partials/_mixins.scss */
2013-10-23 19:43:42 +09:00
. nav : after {
clear : both ; }
2014-08-15 11:51:30 +09:00
/* line 62, ../scss/modules/_nav.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 ;
2014-08-12 16:16:44 +09:00
margin : 0 10px 0 0 ;
line-height : 2 ; }
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-08-15 11:51:30 +09:00
/* line 66, ../scss/modules/_nav.scss */
2014-07-10 11:45:34 +09:00
. nav > li : last-child {
margin-right : 0px ; }
2014-08-15 11:51:30 +09:00
/* line 69, ../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-15 11:51:30 +09:00
/* line 75, ../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-15 11:51:30 +09:00
/* line 78, ../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-15 11:51:30 +09:00
/* line 85, ../scss/modules/_nav.scss */
2013-11-15 15:29:39 +09:00
. search {
position : relative ; }
2014-08-15 11:51:30 +09:00
/* line 87, ../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 ;
2014-02-06 15:45:43 +09:00
-webkit-transition : 0 . 2s all ;
-moz-transition : 0 . 2s all ;
2013-11-15 15:29:39 +09:00
background : white ; }
2014-08-15 11:51:30 +09:00
/* line 97, ../scss/modules/_nav.scss */
2013-11-15 15:29:39 +09:00
. search . search-field : focus {
outline : none ; }
2014-08-15 11:51:30 +09:00
/* line 102, ../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-15 11:51:30 +09:00
/* line 104, ../scss/modules/_nav.scss */
2013-11-15 15:29:39 +09:00
. search . empty . search-field : focus {
background : white ; }
2014-08-15 11:51:30 +09:00
/* line 108, ../scss/modules/_nav.scss */
2013-11-15 15:29:39 +09:00
. search . empty . search-clear {
display : none ; }
2014-08-20 15:59:11 +09:00
/* line 114, ../scss/modules/_nav.scss */
. has-dropdown . user-menu . dropdown-menu {
left : auto ;
right : 10px ; }
2014-08-12 16:16:44 +09:00
/* line 1, ../scss/modules/_posts.scss */
. module {
border-radius : 3px ; }
2014-07-10 11:45:34 +09:00
2014-08-12 16:16:44 +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 ; }
2014-08-12 16:16:44 +09:00
/* line 10, ../scss/modules/_posts.scss */
2014-07-07 09:36:19 +09:00
. single-post . posts {
margin-bottom : 10px ; }
2014-08-12 16:16:44 +09:00
/* 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
2014-08-12 16:16:44 +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 ; }
2014-07-14 11:08:38 +09:00
@ media screen and ( max-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* 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 */
2014-07-14 10:12:02 +09:00
. post . right-modules . inner {
2014-08-12 16:16:44 +09:00
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 {
2014-07-14 10:12:02 +09:00
flex-grow : 1 ;
-webkit-flex-grow : 1 ;
-moz-flex-grow : 1 ;
2014-08-12 16:16:44 +09:00
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 ; } }
2014-07-14 10:12:02 +09:00
2014-08-12 16:16:44 +09:00
/* line 132, ../scss/modules/_posts.scss */
2014-07-14 10:12:02 +09:00
. 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 ) {
2014-08-12 16:16:44 +09:00
/* line 132, ../scss/modules/_posts.scss */
2014-07-14 10:12:02 +09:00
. post-actions {
display : block ; } }
2014-08-12 16:16:44 +09:00
/* line 140, ../scss/modules/_posts.scss */
2014-07-14 10:12:02 +09:00
. post-actions a {
display : block ;
2014-07-14 11:08:38 +09:00
width : 36px ;
height : 36px ;
padding : 6px ; }
2014-08-12 16:16:44 +09:00
/* line 145, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +09:00
. post-actions a span {
display : block ;
height : 100 % ;
width : 100 % ;
border-radius : 3px ;
border : 1px solid rgba ( 243 , 108 , 61 , 0 . 3 ) ;
color : rgba ( 243 , 108 , 61 , 0 . 8 ) ;
text-align : center ;
line-height : 10px ;
font-weight : bold ;
font-size : 20px ; }
2014-08-12 16:16:44 +09:00
/* line 162, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +09:00
. post-upvote . upvote-link {
position : relative ;
width : 36px ;
height : 36px ;
padding : 6px ;
display : block ;
text-align : center ; }
2014-08-12 16:16:44 +09:00
/* line 171, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +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 % ;
2014-07-14 10:12:02 +09:00
text-align : center ;
2014-07-14 11:08:38 +09:00
color : rgba ( 243 , 108 , 61 , 0 . 8 ) ;
text-shadow : 0px 1px 0px white ;
line-height : 2 . 2 ; }
2014-08-12 16:16:44 +09:00
/* line 183, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +09:00
. post-upvote . upvote-link i . icon-check {
display : none ; }
2014-08-12 16:16:44 +09:00
/* line 187, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +09:00
. post-upvote . upvote-link span {
display : none ; }
2014-08-12 16:16:44 +09:00
/* line 191, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +09:00
. post-upvote . upvote-link . not-voted : hover i {
background : rgba ( 243 , 108 , 61 , 0 . 1 ) ;
color : # f36c3d ;
text-shadow : none ; }
2014-08-12 16:16:44 +09:00
/* line 197, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +09:00
. post-upvote . upvote-link . voted {
cursor : default ; }
2014-08-12 16:16:44 +09:00
/* line 199, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +09:00
. post-upvote . upvote-link . voted i . icon-up {
display : none ; }
2014-08-12 16:16:44 +09:00
/* line 202, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +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-14 10:12:02 +09:00
2014-08-12 16:16:44 +09:00
/* line 212, ../scss/modules/_posts.scss */
2014-07-14 10:12:02 +09:00
. post-meta-item {
display : inline ; }
2014-08-12 16:16:44 +09:00
/* line 214, ../scss/modules/_posts.scss */
2014-07-14 10:12:02 +09:00
. post-meta-item : after {
content : "," ; }
2014-08-12 16:16:44 +09:00
/* line 217, ../scss/modules/_posts.scss */
2014-07-14 10:12:02 +09:00
. post-meta-item : last-child : after {
content : "" ; }
2014-08-12 16:16:44 +09:00
/* line 222, ../scss/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
. empty-notice {
text-align : center ;
padding : 10px 0 ; }
2014-08-12 16:16:44 +09:00
/* line 226, ../scss/modules/_posts.scss */
2014-07-05 12:36:18 +09:00
. posts-wrapper {
2014-07-04 11:32:04 +09:00
border-radius : 3px ; }
2014-08-12 16:16:44 +09:00
/* line 230, ../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-12 16:16:44 +09:00
/* line 235, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
. post : first-child {
border-radius : 3px 3px 0px 0px ; }
2014-08-12 16:16:44 +09:00
/* line 238, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
. post : last-child {
border : none ; }
2014-08-12 16:16:44 +09:00
/* line 241, ../scss/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-08-12 16:16:44 +09:00
/* line 245, ../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-12 16:16:44 +09:00
/* line 250, ../scss/modules/_posts.scss */
2014-07-05 12:30:56 +09:00
. post-rank {
position : relative ; }
2014-08-12 16:16:44 +09:00
/* line 252, ../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-12 16:16:44 +09:00
/* line 266, ../scss/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-08-12 16:16:44 +09:00
/* line 269, ../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-12 16:16:44 +09:00
/* line 271, ../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-12 16:16:44 +09:00
/* line 277, ../scss/modules/_posts.scss */
2013-10-23 19:43:42 +09:00
. post-content . post-sticky i {
color : # b3c1c6 ; }
2014-08-12 16:16:44 +09:00
/* line 280, ../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-12 16:16:44 +09:00
/* line 285, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
. post-heading {
margin-bottom : 3px ; }
2014-07-14 11:08:38 +09:00
@ media screen and ( max-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 285, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +09:00
. post-heading {
line-height : 1 . 5 ; } }
2014-08-12 16:16:44 +09:00
/* line 290, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
. post-heading . post-title {
color : # 4a4444 ;
2014-07-14 11:08:38 +09:00
font-weight : normal ; }
@ media screen and ( max-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 290, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +09:00
. post-heading . post-title {
font-size : 15px ; } }
@ media screen and ( min-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 290, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +09:00
. post-heading . post-title {
font-size : 18px ; } }
2014-08-12 16:16:44 +09:00
/* line 299, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
. post-heading . post-title : visited {
color : # b5b0b0 ; }
2014-08-12 16:16:44 +09:00
/* line 302, ../scss/modules/_posts.scss */
2014-07-04 11:32:04 +09:00
. post-heading . post-title : hover {
color : # f36c3d ; }
2014-08-12 16:16:44 +09:00
/* line 306, ../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 ; }
2014-07-14 11:08:38 +09:00
@ media screen and ( max-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 306, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +09:00
. post-heading . post-domain {
font-size : 13px ; } }
@ media screen and ( min-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 306, ../scss/modules/_posts.scss */
2014-07-14 11:08:38 +09:00
. post-heading . post-domain {
font-size : 14px ; } }
2014-07-05 13:32:01 +09:00
2014-08-12 16:16:44 +09:00
/* line 317, ../scss/modules/_posts.scss */
2014-07-07 09:06:32 +09:00
. post-categories {
text-align : right ; }
2014-08-12 16:16:44 +09:00
/* line 321, ../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-12 16:16:44 +09:00
/* line 330, ../scss/modules/_posts.scss */
2014-07-05 13:32:01 +09:00
. post-category : hover {
background : # f36c3d ;
color : white ; }
2014-07-04 11:32:04 +09:00
2014-08-12 16:16:44 +09:00
/* line 335, ../scss/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-08-12 16:16:44 +09:00
/* line 341, ../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-12 16:16:44 +09:00
/* line 343, ../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 ;
2014-07-14 10:12:02 +09:00
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-12 16:16:44 +09:00
/* line 355, ../scss/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
. post-share > a . edit-link , . post-discuss > a . edit-link {
color : # f36c3d ; }
2014-08-12 16:16:44 +09:00
/* line 358, ../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-12 16:16:44 +09:00
/* line 362, ../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-12 16:16:44 +09:00
/* line 365, ../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-12 16:16:44 +09:00
/* line 369, ../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 {
color : # f36c3d ; }
2014-08-12 16:16:44 +09:00
/* line 373, ../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-12 16:16:44 +09:00
/* line 377, ../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-12 16:16:44 +09:00
/* line 381, ../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-12 16:16:44 +09:00
/* line 390, ../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-12 16:16:44 +09:00
/* line 395, ../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-12 16:16:44 +09:00
/* line 410, ../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-12 16:16:44 +09:00
/* line 417, ../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-12 16:16:44 +09:00
/* line 422, ../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-12 16:16:44 +09:00
/* line 426, ../scss/modules/_posts.scss */
. more-button {
padding : 0 ;
background : none ; }
/* line 429, ../scss/modules/_posts.scss */
. more-button a {
display : block ;
width : 100 % ;
height : 70px ;
background : rgba ( 0 , 0 , 0 , 0 . 1 ) ;
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 ) ; }
/* line 440, ../scss/modules/_posts.scss */
. more-button a : hover {
background : rgba ( 0 , 0 , 0 , 0 . 15 ) ; }
/* line 446, ../scss/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
. inner-table {
display : table ;
height : 100 % ; }
2014-08-12 16:16:44 +09:00
/* line 450, ../scss/modules/_posts.scss */
2014-07-04 14:07:50 +09:00
. inner-table-cell {
display : table-cell ;
vertical-align : middle ; }
2014-08-12 16:16:44 +09:00
@ media screen and ( max-width : 500px ) {
/* line 457, ../scss/modules/_posts.scss */
. posts {
padding : 0 ; }
/* line 460, ../scss/modules/_posts.scss */
. posts . post-rank {
display : none ; }
/* line 465, ../scss/modules/_posts.scss */
. post . post-content {
margin-right : 50px ;
margin-right : 0px ; }
/* line 469, ../scss/modules/_posts.scss */
. post . post-content . upvote-link {
width : 30px ; }
/* line 472, ../scss/modules/_posts.scss */
. post . post-content . post-info {
2014-08-12 17:11:36 +09:00
padding : 13px 0 ; }
2014-08-12 16:16:44 +09:00
/* line 477, ../scss/modules/_posts.scss */
. post . post-content . post-heading . post-title {
line-height : 1 . 2 ;
display : block ;
2014-08-12 17:11:36 +09:00
margin-bottom : 4px ; }
/* line 482, ../scss/modules/_posts.scss */
2014-08-12 16:16:44 +09:00
. post . post-content . post-heading . post-domain {
line-height : 1 ;
display : block ;
margin-bottom : 4px ;
font-size : 13px ; }
2014-08-12 17:11:36 +09:00
/* line 489, ../scss/modules/_posts.scss */
2014-08-12 16:16:44 +09:00
. post . post-content . post-meta {
font-size : 11px ; }
2014-08-12 17:11:36 +09:00
/* line 494, ../scss/modules/_posts.scss */
2014-08-12 16:16:44 +09:00
. post . post-content . post-meta . unit {
font-size : 0 ; }
2014-08-12 17:11:36 +09:00
/* line 496, ../scss/modules/_posts.scss */
2014-08-12 16:16:44 +09:00
. post . post-content . post-meta . unit : after {
font-size : 12px ;
2014-08-12 17:11:36 +09:00
content : "pts " ; } }
2014-08-12 16:16:44 +09:00
/* line 1, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
. 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 ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* 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 ;
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 ; }
2014-08-12 16:16:44 +09:00
/* line 44, ../scss/modules/_comments.scss */
2013-10-23 19:43:42 +09:00
. queue-container ul li . before {
position : absolute ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* 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 {
-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 ; }
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 {
color : # f36c3d ; }
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 ;
color : # f36c3d ; }
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-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* 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
2014-08-12 16:16:44 +09:00
/* line 9, ../scss/modules/_dialogs.scss */
2013-10-23 19:43:42 +09:00
. footer-notice {
text-align : center ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* 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 ;
background : # f36c3d ;
color : white ; }
2014-08-12 16:16:44 +09:00
/* line 3, ../scss/modules/_notifications.scss */
2013-10-23 19:43:42 +09:00
. notifications {
background : # f3f3f3 ;
2014-07-11 10:18:09 +09:00
-moz-transition : left 400ms ease-out 0ms ;
-o-transition : left 400ms ease-out 0ms ;
-webkit-transition : left 400ms ease-out ;
2014-07-04 15:06:35 +09:00
-webkit-transition-delay : 0ms ;
2014-07-11 10:18:09 +09:00
transition : left 400ms ease-out 0ms ;
2014-07-09 09:46:24 +09:00
z-index : 1000 ; }
2014-07-10 11:45:34 +09:00
@ media screen and ( max-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 3, ../scss/modules/_notifications.scss */
2014-07-10 11:45:34 +09:00
. notifications {
margin-bottom : 10px ; }
2014-08-12 16:16:44 +09:00
/* line 6, ../scss/modules/_notifications.scss */
2014-07-10 11:45:34 +09:00
. notifications . no-notifications {
display : none ; }
2014-08-12 16:16:44 +09:00
/* line 9, ../scss/modules/_notifications.scss */
2014-07-10 11:45:34 +09:00
. notifications . read {
display : none ; } }
@ media screen and ( min-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 3, ../scss/modules/_notifications.scss */
2014-07-10 11:45:34 +09:00
. notifications {
position : fixed ;
height : 100 % ;
width : 260px ;
top : 0px ;
left : -260px ; } }
2014-08-12 16:16:44 +09:00
/* line 23, ../scss/modules/_notifications.scss */
2013-10-23 19:43:42 +09:00
. notifications . mark-as-read {
display : block ;
text-align : center ;
padding : 10px ;
font-size : 13px ;
border-bottom : 1px solid # dfdbdb ;
background : # f3f3f3 ; }
2014-08-12 16:16:44 +09:00
/* line 30, ../scss/modules/_notifications.scss */
2013-10-23 19:43:42 +09:00
. notifications . mark-as-read : link , . notifications . mark-as-read : visited {
color : # 7ac0e4 ; }
2014-08-12 16:16:44 +09:00
/* line 34, ../scss/modules/_notifications.scss */
2013-10-23 19:43:42 +09:00
. notifications ul {
height : 100 % ;
overflow : auto ; }
2014-08-12 16:16:44 +09:00
/* line 37, ../scss/modules/_notifications.scss */
2013-10-23 19:43:42 +09:00
. notifications ul li {
padding : 10px ;
border-bottom : 1px solid # dfdbdb ;
font-size : 13px ;
background : white ; }
2014-08-12 16:16:44 +09:00
/* line 42, ../scss/modules/_notifications.scss */
2013-10-23 19:43:42 +09:00
. notifications ul li . notification-timestamp {
color : # b3c1c6 ;
font-size : 12px ; }
2014-08-12 16:16:44 +09:00
/* line 46, ../scss/modules/_notifications.scss */
2013-10-23 19:43:42 +09:00
. notifications ul li . read {
color : # b3c1c6 ;
background : # f3f3f3 ; }
2014-08-12 16:16:44 +09:00
/* line 52, ../scss/modules/_notifications.scss */
2013-10-23 19:43:42 +09:00
. 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-08-12 16:16:44 +09:00
/* line 58, ../scss/modules/_notifications.scss */
2014-07-09 09:46:24 +09:00
. notifications-toggle {
2014-07-11 10:18:09 +09:00
-moz-transition : left 400ms ease-out 0ms ;
-o-transition : left 400ms ease-out 0ms ;
-webkit-transition : left 400ms ease-out ;
-webkit-transition-delay : 0ms ;
transition : left 400ms ease-out 0ms ;
2014-07-09 09:46:24 +09:00
display : block ;
position : absolute ;
2014-07-11 10:18:09 +09:00
left : 0px ;
2014-07-09 09:46:24 +09:00
top : 80px ;
white-space : nowrap ;
background : white ;
-moz-border-radius : 0px 3px 3px 0px ;
-webkit-border-radius : 0px ;
border-radius : 0px 3px 3px 0px ;
-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 ) ;
padding : 3px 10px ;
2014-07-10 11:45:34 +09:00
font-size : 13px ;
2014-08-04 09:47:10 +09:00
z-index : 20 ; }
2014-07-10 11:45:34 +09:00
@ media screen and ( max-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 58, ../scss/modules/_notifications.scss */
2014-07-10 11:45:34 +09:00
. notifications-toggle {
display : none ; } }
2014-08-12 16:16:44 +09:00
/* line 74, ../scss/modules/_notifications.scss */
2014-07-09 09:46:24 +09:00
. notifications-toggle . no-notifications {
background : rgba ( 255 , 255 , 255 , 0 . 3 ) ;
-moz-box-shadow : none ;
-webkit-box-shadow : none ;
box-shadow : none ;
color : # b3c1c6 ; }
2014-08-12 16:16:44 +09:00
/* line 79, ../scss/modules/_notifications.scss */
2014-07-09 09:46:24 +09:00
. notifications-open . notifications-toggle {
2014-07-11 10:18:09 +09:00
-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 ) ;
left : 260px ;
2014-07-09 09:46:24 +09:00
background : white ;
color : # 4a4444 ; }
2014-08-12 16:16:44 +09:00
/* line 1, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. share-options {
position : absolute ;
padding : 10px ;
line-height : 1 ; }
2014-07-14 10:12:02 +09:00
@ media screen and ( max-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 1, ../scss/modules/_share.scss */
2014-07-14 10:12:02 +09:00
. share-options {
left : 0px ;
top : 75px ; } }
@ media screen and ( min-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 1, ../scss/modules/_share.scss */
2014-07-14 10:12:02 +09:00
. share-options {
left : -180px ;
top : 5px ; } }
2014-08-12 16:16:44 +09:00
/* line 13, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. share-options a {
display : inline-block ;
line-height : 1 ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* line 33, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. share-options : after {
border-color : rgba ( 255 , 255 , 255 , 0 ) ;
2014-07-14 10:12:02 +09:00
border-width : 10px ; }
@ media screen and ( max-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 33, ../scss/modules/_share.scss */
2014-07-14 10:12:02 +09:00
. share-options : after {
border-bottom-color : # ffffff ;
top : -20px ;
left : 50 % ;
margin-left : -11px ; } }
@ media screen and ( min-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 33, ../scss/modules/_share.scss */
2014-07-14 10:12:02 +09:00
. share-options : after {
border-left-color : # ffffff ;
top : 20px ;
margin-top : -3px ; } }
2014-08-12 16:16:44 +09:00
/* 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 ;
2014-07-14 10:12:02 +09:00
border-width : 11px ; }
@ media screen and ( max-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 48, ../scss/modules/_share.scss */
2014-07-14 10:12:02 +09:00
. share-options : before {
border-bottom-color : # f36c3d ;
top : -22px ;
left : 50 % ;
margin-left : -12px ; } }
@ media screen and ( min-width : 30em ) {
2014-08-12 16:16:44 +09:00
/* line 48, ../scss/modules/_share.scss */
2014-07-14 10:12:02 +09:00
. share-options : before {
border-left-color : # f36c3d ;
top : 20px ;
margin-top : -4px ; } }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* line 7, ../scss/partials/_mixins.scss */
2014-07-03 10:09:22 +09:00
. share-options . buttons : after {
clear : both ; }
2014-08-12 16:16:44 +09:00
/* line 66, ../scss/modules/_share.scss */
2014-08-15 11:51:30 +09:00
. share-options . buttons . button {
2014-07-03 10:09:22 +09:00
float : left ;
margin-right : 10px ;
background : transparent ;
padding : 0px ;
height : 100 % ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* 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 ; }
2014-08-12 16:16:44 +09:00
/* line 91, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. mt-google : hover {
background-color : # e15f4f ; }
2014-08-12 16:16:44 +09:00
/* line 94, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. mt-google {
background-color : # dd4b39 ; }
2014-08-12 16:16:44 +09:00
/* line 97, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. mt-linkedin : hover {
background-color : # 1087c0 ; }
2014-08-12 16:16:44 +09:00
/* line 100, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. mt-linkedin {
background-color : # 0e76a8 ; }
2014-08-12 16:16:44 +09:00
/* line 103, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. mt-twitter : hover {
background-color : # 08bbff ; }
2014-08-12 16:16:44 +09:00
/* line 106, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. mt-twitter {
background-color : # 00acee ; }
2014-08-12 16:16:44 +09:00
/* line 109, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. mt-facebook : hover {
background-color : # 4264aa ; }
2014-08-12 16:16:44 +09:00
/* line 112, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. mt-facebook {
background-color : # 3b5998 ; }
2014-08-12 16:16:44 +09:00
/* line 115, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. mt-pinterest : hover {
background-color : # dd2a30 ; }
2014-08-12 16:16:44 +09:00
/* line 118, ../scss/modules/_share.scss */
2014-07-03 10:09:22 +09:00
. mt-pinterest {
background-color : # cc2127 ; }