2014-08-12 16:16:44 +09:00
@ charset "UTF-8" ;
/* line 5, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
html , body , div , span , applet , object , iframe ,
h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre ,
a , abbr , acronym , address , big , cite , code ,
del , dfn , em , img , ins , kbd , q , s , samp ,
small , strike , strong , sub , sup , tt , var ,
b , u , i , center ,
dl , dt , dd , ol , ul , li ,
fieldset , form , label , legend ,
table , caption , tbody , tfoot , thead , tr , th , td ,
article , aside , canvas , details , embed ,
figure , figcaption , footer , header , hgroup ,
menu , nav , output , ruby , section , summary ,
time , mark , audio , video {
margin : 0 ;
padding : 0 ;
border : 0 ;
font : inherit ;
font-size : 100 % ;
vertical-align : baseline ; }
/* line 22, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
html {
line-height : 1 ; }
/* line 24, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
ol , ul {
list-style : none ; }
/* line 26, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse : collapse ;
border-spacing : 0 ; }
/* line 28, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
caption , th , td {
text-align : left ;
font-weight : normal ;
vertical-align : middle ; }
/* line 30, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
q , blockquote {
quotes : none ; }
/* line 103, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
q : before , q : after , blockquote : before , blockquote : after {
content : "" ;
content : none ; }
/* line 32, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
a img {
border : none ; }
/* line 116, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/stylesheets/compass/reset/_utilities.scss */
article , aside , details , figcaption , figure , footer , header , hgroup , main , menu , nav , section , summary {
display : block ; }
/*================ FUNCTIONS =================*/
/*================ MIXINS =================*/
/*================ CLASSES =================*/
2014-08-20 15:59:11 +09:00
/* line 111, ../scss/includes/_mixins.scss */
2014-08-12 16:16:44 +09:00
. popover {
background : white ;
2014-08-20 15:59:11 +09:00
border : 1px solid # dd3416 ;
2014-08-12 16:16:44 +09:00
-moz-border-radius : 3px ;
-webkit-border-radius : 3px ;
border-radius : 3px ;
-moz-box-shadow : 0px 1px 2px 0px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
-webkit-box-shadow : 0px 1px 2px 0px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
box-shadow : 0px 1px 2px 0px rgba ( 0 , 0 , 0 , 0 . 25 ) ;
z-index : 100 ;
-moz-transition : all , 300ms ;
-o-transition : all , 300ms ;
-webkit-transition : all , 300ms ;
transition : all , 300ms ; }
2014-08-20 15:59:11 +09:00
/* line 127, ../scss/includes/_mixins.scss */
2014-08-12 16:16:44 +09:00
. has-shadow {
-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-20 15:59:11 +09:00
/* line 130, ../scss/includes/_mixins.scss */
2014-08-12 16:16:44 +09:00
. cf {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
* zoom : 1 ; }
2014-08-20 15:59:11 +09:00
/* line 6, ../scss/includes/_mixins.scss */
2014-08-12 16:16:44 +09:00
. cf : before , . cf : after {
content : "" ;
display : table ; }
2014-08-20 15:59:11 +09:00
/* line 10, ../scss/includes/_mixins.scss */
2014-08-12 16:16:44 +09:00
. cf : after {
clear : both ; }
/*================ FLEXBOX =================*/
2014-08-20 15:59:11 +09:00
/* line 2, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form . form-block , . accounts-dialog . form-block {
background : # e7eff2 ;
border-radius : 3px ;
margin-bottom : 10px ;
padding : 10px ; }
2014-08-20 15:59:11 +09:00
/* line 9, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form > div , . accounts-dialog > div {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
* zoom : 1 ; }
2014-08-20 15:59:11 +09:00
/* line 6, ../scss/includes/_mixins.scss */
2014-08-12 16:16:44 +09:00
form > div : before , form > div : after , . accounts-dialog > div : before , . accounts-dialog > div : after {
content : "" ;
display : table ; }
2014-08-20 15:59:11 +09:00
/* line 10, ../scss/includes/_mixins.scss */
2014-08-12 16:16:44 +09:00
form > div : after , . accounts-dialog > div : after {
clear : both ; }
2014-08-20 15:59:11 +09:00
/* line 12, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form . control-group , form . form-group , . accounts-dialog . control-group , . accounts-dialog . form-group {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
* zoom : 1 ;
margin-bottom : 15px ; }
2014-08-20 15:59:11 +09:00
/* line 6, ../scss/includes/_mixins.scss */
2014-08-12 16:16:44 +09:00
form . control-group : before , form . control-group : after , form . form-group : before , form . form-group : after , . accounts-dialog . control-group : before , . accounts-dialog . control-group : after , . accounts-dialog . form-group : before , . accounts-dialog . form-group : after {
content : "" ;
display : table ; }
2014-08-20 15:59:11 +09:00
/* line 10, ../scss/includes/_mixins.scss */
2014-08-12 16:16:44 +09:00
form . control-group : after , form . form-group : after , . accounts-dialog . control-group : after , . accounts-dialog . form-group : after {
clear : both ; }
2014-08-20 15:59:11 +09:00
/* line 15, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form . control-group > label , form . form-group > label , . accounts-dialog . control-group > label , . accounts-dialog . form-group > label {
2014-08-20 15:59:11 +09:00
font-weight : bold ;
display : block ; }
@ media screen and ( max-width : 40em ) {
/* line 15, ../scss/global/_forms.scss */
form . control-group > label , form . form-group > label , . accounts-dialog . control-group > label , . accounts-dialog . form-group > label {
margin-bottom : 5px ; } }
@ media screen and ( min-width : 40em ) {
/* line 15, ../scss/global/_forms.scss */
form . control-group > label , form . form-group > label , . accounts-dialog . control-group > label , . accounts-dialog . form-group > label {
float : left ;
margin-right : 10px ; } }
/* line 26, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form . control-group . controls , form . form-group . controls , . accounts-dialog . control-group . controls , . accounts-dialog . form-group . controls {
position : relative ; }
2014-08-20 15:59:11 +09:00
@ media screen and ( min-width : 40em ) {
/* line 26, ../scss/global/_forms.scss */
form . control-group . controls , form . form-group . controls , . accounts-dialog . control-group . controls , . accounts-dialog . form-group . controls {
margin-left : 200px ; } }
/* line 31, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form . control-group . controls . inline-link , form . form-group . controls . inline-link , . accounts-dialog . control-group . controls . inline-link , . accounts-dialog . form-group . controls . inline-link {
position : absolute ;
display : block ;
top : 2px ;
right : 8px ; }
2014-08-20 15:59:11 +09:00
/* line 36, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form . control-group . controls . inline-link . loading , form . form-group . controls . inline-link . loading , . accounts-dialog . control-group . controls . inline-link . loading , . accounts-dialog . form-group . controls . inline-link . loading {
background : url ( / img / loading . gif ) center center no-repeat ;
height : 22px ;
width : 18px ;
font : 0 / 0 a ;
text-shadow : none ;
color : transparent ; }
2014-08-20 15:59:11 +09:00
/* line 43, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form . control-group . controls label , form . form-group . controls label , . accounts-dialog . control-group . controls label , . accounts-dialog . form-group . controls label {
display : block ;
margin-bottom : 5px ; }
2014-08-20 15:59:11 +09:00
/* line 47, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form . control-group . controls label . inline , form . form-group . controls label . inline , . accounts-dialog . control-group . controls label . inline , . accounts-dialog . form-group . controls label . inline {
display : inline-block ;
margin-bottom : 0 ; }
2014-08-20 15:59:11 +09:00
/* line 52, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form . control-group . inline , form . form-group . inline , . accounts-dialog . control-group . inline , . accounts-dialog . form-group . inline {
margin-bottom : 10px ; }
2014-08-20 15:59:11 +09:00
/* line 53, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form . control-group . inline . controls , form . form-group . inline . controls , . accounts-dialog . control-group . inline . controls , . accounts-dialog . form-group . inline . controls {
margin-left : 0px ;
width : 80 % ;
float : left ; }
2014-08-20 15:59:11 +09:00
/* line 58, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form . control-group . inline . submit , form . form-group . inline . submit , . accounts-dialog . control-group . inline . submit , . accounts-dialog . form-group . inline . submit {
float : right ; }
2014-08-20 15:59:11 +09:00
/* line 64, ../scss/global/_forms.scss */
form . form-actions , form . form-group , . accounts-dialog . form-actions , . accounts-dialog . form-group {
2014-08-12 16:16:44 +09:00
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
* zoom : 1 ; }
2014-08-20 15:59:11 +09:00
/* line 6, ../scss/includes/_mixins.scss */
form . form-actions : before , form . form-actions : after , form . form-group : before , form . form-group : after , . accounts-dialog . form-actions : before , . accounts-dialog . form-actions : after , . accounts-dialog . form-group : before , . accounts-dialog . form-group : after {
2014-08-12 16:16:44 +09:00
content : "" ;
display : table ; }
2014-08-20 15:59:11 +09:00
/* line 10, ../scss/includes/_mixins.scss */
form . form-actions : after , form . form-group : after , . accounts-dialog . form-actions : after , . accounts-dialog . form-group : after {
2014-08-12 16:16:44 +09:00
clear : both ; }
2014-08-20 15:59:11 +09:00
/* line 66, ../scss/global/_forms.scss */
form . form-actions a , form . form-group a , . accounts-dialog . form-actions a , . accounts-dialog . form-group a {
2014-08-12 16:16:44 +09:00
float : left ;
display : block ; }
2014-08-20 15:59:11 +09:00
/* line 70, ../scss/global/_forms.scss */
form . form-actions . button , form . form-actions . btn , form . form-group . button , form . form-group . btn , . accounts-dialog . form-actions . button , . accounts-dialog . form-actions . btn , . accounts-dialog . form-group . button , . accounts-dialog . form-group . btn {
2014-08-12 16:16:44 +09:00
float : right ; }
2014-08-20 15:59:11 +09:00
/* line 74, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form input [ type = "text" ] , form input [ type = "password" ] , form input [ type = "number" ] , form input [ type = "email" ] , form textarea , form . login-form input , form input . form-control , . accounts-dialog input [ type = "text" ] , . accounts-dialog input [ type = "password" ] , . accounts-dialog input [ type = "number" ] , . accounts-dialog input [ type = "email" ] , . accounts-dialog textarea , . accounts-dialog . login-form input , . accounts-dialog input . form-control {
display : block ;
padding : 5px 6px ;
width : 100 % ;
font-size : 14px ;
-webkit-box-sizing : border-box ;
/* Safari/Chrome, other WebKit */
-moz-box-sizing : border-box ;
/* Firefox, other Gecko */
box-sizing : border-box ;
/* Opera/IE 8+ */
border : 1px solid # b5b0b0 ;
-moz-transition : border-color 500ms ;
-o-transition : border-color 500ms ;
-webkit-transition : border-color 500ms ;
transition : border-color 500ms ; }
2014-08-20 15:59:11 +09:00
/* line 83, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form input [ type = "text" ] : focus , form input [ type = "password" ] : focus , form input [ type = "number" ] : focus , form input [ type = "email" ] : focus , form textarea : focus , form . login-form input : focus , form input . form-control : focus , . accounts-dialog input [ type = "text" ] : focus , . accounts-dialog input [ type = "password" ] : focus , . accounts-dialog input [ type = "number" ] : focus , . accounts-dialog input [ type = "email" ] : focus , . accounts-dialog textarea : focus , . accounts-dialog . login-form input : focus , . accounts-dialog input . form-control : focus {
outline : none ;
2014-08-20 15:59:11 +09:00
border-color : # dd3416 ;
-moz-box-shadow : 0px 0px 5px 0px rgba ( 221 , 52 , 22 , 0 . 3 ) ;
-webkit-box-shadow : 0px 0px 5px 0px rgba ( 221 , 52 , 22 , 0 . 3 ) ;
box-shadow : 0px 0px 5px 0px rgba ( 221 , 52 , 22 , 0 . 3 ) ; }
/* line 88, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form input [ type = "text" ] [ type = "number" ] , form input [ type = "password" ] [ type = "number" ] , form input [ type = "number" ] [ type = "number" ] , form input [ type = "email" ] [ type = "number" ] , form textarea [ type = "number" ] , form . login-form input [ type = "number" ] , form input . form-control [ type = "number" ] , . accounts-dialog input [ type = "text" ] [ type = "number" ] , . accounts-dialog input [ type = "password" ] [ type = "number" ] , . accounts-dialog input [ type = "number" ] [ type = "number" ] , . accounts-dialog input [ type = "email" ] [ type = "number" ] , . accounts-dialog textarea [ type = "number" ] , . accounts-dialog . login-form input [ type = "number" ] , . accounts-dialog input . form-control [ type = "number" ] {
width : 30 % ; }
2014-08-20 15:59:11 +09:00
/* line 92, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form input [ type = "text" ] , form input [ type = "password" ] , form input [ type = "number" ] , form . login-form input , . accounts-dialog input [ type = "text" ] , . accounts-dialog input [ type = "password" ] , . accounts-dialog input [ type = "number" ] , . accounts-dialog . login-form input {
height : 30px ;
line-height : 20px ; }
2014-08-20 15:59:11 +09:00
/* line 96, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form input [ disabled = 'disabled' ] , . accounts-dialog input [ disabled = 'disabled' ] {
color : # b3c1c6 ;
background : # e7eff2 ; }
2014-08-20 15:59:11 +09:00
/* line 100, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form textarea , . accounts-dialog textarea {
min-height : 100px ;
line-height : 1 . 4 ; }
2014-08-20 15:59:11 +09:00
/* line 104, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
form . note , . accounts-dialog . note {
padding : 5px 0 ;
color : # b3c1c6 ;
font-size : 80 % ; }
2014-08-20 15:59:11 +09:00
/* line 110, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
input [ type = "submit" ] , button , . button , . btn {
-webkit-appearance : none ;
border-radius : 3px ;
2014-08-20 15:59:11 +09:00
background : # dd3416 ;
2014-08-12 16:16:44 +09:00
color : white ;
text-align : center ;
display : block ;
2014-08-12 17:11:36 +09:00
max-width : 300px ;
2014-08-12 16:16:44 +09:00
padding : 10px 12px ;
line-height : 1 ;
border : none ;
font-size : 15px ;
cursor : pointer ;
margin : 0 ;
font-weight : normal ; }
2014-08-20 15:59:11 +09:00
/* line 127, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
input [ type = "submit" ] . disabled , button . disabled , . button . disabled , . btn . disabled {
background : # dfdbdb ;
pointer-events : none ; }
2014-08-20 15:59:11 +09:00
/* line 131, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
input [ type = "submit" ] : link , input [ type = "submit" ] : hover , input [ type = "submit" ] : active , input [ type = "submit" ] : visited , button : link , button : hover , button : active , button : visited , . button : link , . button : hover , . button : active , . button : visited , . btn : link , . btn : hover , . btn : active , . btn : visited {
color : white ; }
2014-08-20 15:59:11 +09:00
/* line 134, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
input [ type = "submit" ] . inline , button . inline , . button . inline , . btn . inline {
display : inline-block ; }
2014-08-20 15:59:11 +09:00
/* line 138, ../scss/global/_forms.scss */
input [ type = "search" ] {
font-size : 14px ; }
/* line 141, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
. twitter-signup {
margin-bottom : 20px ;
padding-bottom : 20px ;
border-bottom : 1px solid # dfdbdb ; }
2014-08-20 15:59:11 +09:00
/* line 145, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
. twitter-signup . twitter-button {
background : # 00aced ; }
2014-08-20 15:59:11 +09:00
/* line 149, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
. category-slug {
font-size : 12px ;
float : left ;
width : 80 % ;
display : block ; }
2014-08-20 15:59:11 +09:00
/* line 155, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
. ui-autocomplete {
background : white ;
width : 200px ! important ;
padding : 10px ;
font-size : 14px ;
-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-20 15:59:11 +09:00
/* line 163, ../scss/global/_forms.scss */
2014-08-12 16:16:44 +09:00
. help-block {
color : # b3c1c6 ;
margin-bottom : 15px ; }
2014-08-20 15:59:11 +09:00
/* line 1, ../scss/global/_links.scss */
a {
text-decoration : none ; }
/* line 3, ../scss/global/_links.scss */
a , a : link , a : visited , a : active {
color : # 444444 ;
font-weight : bold ; }
/* line 7, ../scss/global/_links.scss */
a : hover {
color : # dd3416 ; }
/* line 1, ../scss/global/_main.scss */
2014-08-12 16:16:44 +09:00
. hidden {
display : none ; }
2014-08-20 15:59:11 +09:00
/* line 4, ../scss/global/_main.scss */
2014-08-12 16:16:44 +09:00
. visible {
display : block ; }
2014-08-20 15:59:11 +09:00
/* line 7, ../scss/global/_main.scss */
2014-08-12 16:16:44 +09:00
. overlay {
position : fixed ;
top : 0 ;
left : 0 ;
height : 100 % ;
width : 100 % ;
z-index : 50 ; }
2014-08-20 15:59:11 +09:00
/* line 16, ../scss/global/_main.scss */
# spinner {
margin : 100px 0 ; }
/* line 19, ../scss/global/_main.scss */
. debug {
display : none ; }
/* line 23, ../scss/global/_main.scss */
. footer {
text-align : center ;
padding : 10px 0 70px 0 ;
color : rgba ( 0 , 0 , 0 , 0 . 4 ) ;
font-size : 14px ; }
/* line 28, ../scss/global/_main.scss */
. footer . absolute {
position : absolute ; }
/* line 32, ../scss/global/_main.scss */
# login-buttons . loading {
display : none ; }
/* line 35, ../scss/global/_main.scss */
# loading , . loading-page {
height : 300px ; }
/* line 39, ../scss/global/_main.scss */
2014-08-21 15:30:05 +09:00
. grid-module {
2014-08-20 15:59:11 +09:00
background : white ;
margin-bottom : 10px ;
padding : 15px ; }
/* line 44, ../scss/global/_main.scss */
. notifications-toggle {
background : white ;
margin-bottom : 10px ;
padding : 15px ; }
/* line 50, ../scss/global/_main.scss */
. search-date-header {
background : # e7eff2 ; }
/* line 52, ../scss/global/_main.scss */
. search-date-header th {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
* zoom : 1 ; }
/* line 6, ../scss/includes/_mixins.scss */
. search-date-header th : before , . search-date-header th : after {
content : "" ;
display : table ; }
/* line 10, ../scss/includes/_mixins.scss */
. search-date-header th : after {
clear : both ; }
/* line 55, ../scss/global/_main.scss */
. search-date-header . search-date {
display : block ;
float : left ;
font-weight : bold ; }
/* line 60, ../scss/global/_main.scss */
. search-date-header . search-count {
font-size : 13px ;
display : block ;
float : right ; }
/* line 2, ../scss/global/_markdown.scss */
2014-08-27 09:25:05 +09:00
. markdown ul , . markdown ol , . markdown p , . markdown pre , . markdown blockquote {
margin-bottom : 1em ;
line-height : 1 . 7 ; }
/* line 6, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown strong {
font-weight : bold ; }
2014-08-27 09:25:05 +09:00
/* line 9, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown em {
font-style : italic ; }
2014-08-27 09:25:05 +09:00
/* line 12, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown ul , . markdown ol {
padding-left : 18px ; }
2014-08-27 09:25:05 +09:00
/* line 15, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown ul {
list-style-type : disc ; }
2014-08-27 09:25:05 +09:00
/* line 18, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown ol {
list-style-type : decimal ; }
2014-08-27 09:25:05 +09:00
/* line 22, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown a : link , . markdown a : visited , . markdown a : active {
color : # 7ac0e4 ; }
2014-08-27 09:25:05 +09:00
/* line 25, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown a : hover {
color : # dd3416 ; }
2014-08-27 09:25:05 +09:00
/* line 30, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown p : last-child {
margin-bottom : 0 ; }
2014-08-27 09:25:05 +09:00
/* line 34, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown h1 , . markdown h2 , . markdown h3 , . markdown h4 , . markdown h5 {
font-weight : bold ;
margin-bottom : 0 ; }
2014-08-27 09:25:05 +09:00
/* line 38, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown h1 {
font-size : 36px ; }
2014-08-27 09:25:05 +09:00
/* line 41, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown h2 {
font-size : 24px ; }
2014-08-27 09:25:05 +09:00
/* line 44, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown h3 {
font-size : 18px ; }
2014-08-27 09:25:05 +09:00
/* line 47, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown h4 {
font-size : 16px ; }
2014-08-27 09:25:05 +09:00
/* line 50, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown h5 {
font-size : 14px ; }
2014-08-27 09:25:05 +09:00
/* line 53, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown code {
font-family : monospace ;
margin : 0 2px ;
padding : 0px 5px ;
border : 1px solid # ddd ;
background-color : # f8f8f8 ;
border-radius : 3px ; }
2014-08-27 09:25:05 +09:00
/* line 61, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown pre {
padding : 20px ;
border : 1px solid # ddd ;
background-color : # f8f8f8 ; }
2014-08-27 09:25:05 +09:00
/* line 65, ../scss/global/_markdown.scss */
2014-08-20 15:59:11 +09:00
. markdown pre code {
border : none ;
background : none ; }
2014-08-27 09:25:05 +09:00
/* line 70, ../scss/global/_markdown.scss */
. markdown blockquote {
border-left : 3px solid # eee ;
padding-left : 20px ; }
2014-08-20 15:59:11 +09:00
/* line 1, ../scss/global/_tables.scss */
table {
width : 100 % ; }
/* line 3, ../scss/global/_tables.scss */
table tr {
border-bottom : 1px solid # eee ; }
/* line 5, ../scss/global/_tables.scss */
table tr td , table tr th {
padding : 10px ; }
/* line 11, ../scss/global/_tables.scss */
table thead tr td , table thead tr th {
font-weight : bold ; }
/* line 1, ../scss/global/_typography.scss */
html , body , input , button {
font-family : "Helvetica Neue" , Helvetica , Arial , sans-serif ; }
/* line 4, ../scss/global/_typography.scss */
h1 , h2 , h3 , h4 , h5 , ul , ol , li , p , pre , div {
line-height : 1 . 5 ; }
/* line 7, ../scss/global/_typography.scss */
h1 {
font-size : 40px ; }
/* line 10, ../scss/global/_typography.scss */
h2 {
font-size : 30px ; }
/* line 13, ../scss/global/_typography.scss */
h3 {
font-size : 20px ; }
/* line 16, ../scss/global/_typography.scss */
h4 {
font-size : 16px ; }
/* line 19, ../scss/global/_typography.scss */
li {
margin : 0 0 10px 0 ; }
/* line 1, ../scss/specific/_dropdown.scss */
. has-dropdown . dropdown {
position : relative ; }
/* line 4, ../scss/specific/_dropdown.scss */
. has-dropdown . dropdown > a : after {
display : inline-block ;
position : relative ;
top : -1px ;
margin-left : 4px ;
content : "▼" ;
font-size : 8px ; }
2014-08-20 17:03:54 +09:00
/* line 14, ../scss/specific/_dropdown.scss */
2014-08-20 15:59:11 +09:00
. has-dropdown . dropdown : hover . dropdown-menu {
display : block ; }
2014-08-12 16:16:44 +09:00
2014-08-20 17:03:54 +09:00
/* line 19, ../scss/specific/_dropdown.scss */
. has-dropdown . dropdown-menu {
display : none ;
top : 10px ;
left : 10px ;
position : absolute ;
padding-top : 20px ;
z-index : 10000 ; }
/* line 26, ../scss/specific/_dropdown.scss */
. has-dropdown . dropdown-menu , . has-dropdown . dropdown-menu a , . has-dropdown . dropdown-menu a : link , . has-dropdown . dropdown-menu a : visited {
color : # 444444 ; }
/* line 29, ../scss/specific/_dropdown.scss */
. has-dropdown . dropdown-menu a . button {
color : white ; }
/* line 32, ../scss/specific/_dropdown.scss */
. has-dropdown . dropdown-menu ul {
background : white ;
padding : 10px ;
min-width : 140px ;
-moz-border-radius : 3px ;
-webkit-border-radius : 3px ;
border-radius : 3px ;
-moz-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 35 ) ;
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 35 ) ;
box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 35 ) ;
list-style-type : none ; }
/* line 39, ../scss/specific/_dropdown.scss */
. has-dropdown . dropdown-menu ul li {
2014-08-22 11:08:36 +09:00
padding-bottom : 10px ;
margin-bottom : 10px ;
border-bottom : 1px solid # eeeeee ; }
/* line 43, ../scss/specific/_dropdown.scss */
2014-08-20 17:03:54 +09:00
. has-dropdown . dropdown-menu ul li : last-child {
2014-08-22 11:08:36 +09:00
margin-bottom : 0 ;
padding-bottom : 0 ;
border-bottom : none ; }
/* line 48, ../scss/specific/_dropdown.scss */
2014-08-20 17:03:54 +09:00
. has-dropdown . dropdown-menu ul li a {
font-size : 14px ; }
/* line 1, ../scss/specific/_errors.scss */
. error {
background : # dd3416 ;
color : white ; }
/* line 3, ../scss/specific/_header.scss */
2014-08-20 15:59:11 +09:00
. header {
background : # 444444 ;
margin-bottom : 10px ;
2014-08-21 15:30:05 +09:00
padding : 15px ;
color : white ; }
2014-08-20 17:03:54 +09:00
@ media screen and ( max-width : 40em ) {
/* line 3, ../scss/specific/_header.scss */
. header {
height : 50px ;
padding : 10px ;
position : relative ; } }
2014-08-21 15:30:05 +09:00
/* line 13, ../scss/specific/_header.scss */
. header a , . header a : link , . header a : visited {
color : inherit ; }
/* line 15, ../scss/specific/_header.scss */
. header a . button , . header a : link . button , . header a : visited . button {
color : white ; }
/* line 19, ../scss/specific/_header.scss */
2014-08-20 15:59:11 +09:00
. header . nav {
list-style-type : none ; }
2014-08-21 15:30:05 +09:00
/* line 21, ../scss/specific/_header.scss */
2014-08-20 17:12:03 +09:00
. header . nav > li {
margin-bottom : 0 ;
display : inline-block ; }
2014-08-21 15:30:05 +09:00
/* line 24, ../scss/specific/_header.scss */
2014-08-20 17:12:03 +09:00
. header . nav > li : last-child . header-submodule {
margin-right : 0px ; }
2014-08-21 15:30:05 +09:00
/* line 30, ../scss/specific/_header.scss */
2014-08-20 17:03:54 +09:00
. header-module , . header-submodule {
2014-08-20 17:51:28 +09:00
display : inline-block ;
2014-08-20 17:03:54 +09:00
margin-right : 20px ; }
2014-08-21 15:30:05 +09:00
/* line 35, ../scss/specific/_header.scss */
2014-08-20 17:12:03 +09:00
. header-module : last-child {
margin-right : 0px ; }
2014-08-21 15:30:05 +09:00
/* line 39, ../scss/specific/_header.scss */
2014-08-20 15:59:11 +09:00
. logo {
vertical-align : middle ;
line-height : 1 ; }
@ media screen and ( max-width : 40em ) {
2014-08-21 15:30:05 +09:00
/* line 39, ../scss/specific/_header.scss */
2014-08-20 15:59:11 +09:00
. logo {
2014-08-20 17:03:54 +09:00
margin-right : 0 ; }
2014-08-21 15:30:05 +09:00
/* line 44, ../scss/specific/_header.scss */
2014-08-20 17:03:54 +09:00
. logo a {
font-size : 24px ;
display : block ;
position : absolute ;
width : 100 % ;
height : 50px ;
line-height : 50px ;
text-align : center ;
left : 0px ;
top : 0px ;
z-index : 10 ;
margin-right : 0 ; } }
2014-08-21 15:30:05 +09:00
/* line 60, ../scss/specific/_header.scss */
2014-08-20 15:59:11 +09:00
. logo-image a , . logo-image img {
display : block ;
height : 100 % ;
width : 100 % ; }
2014-08-21 15:30:05 +09:00
/* line 67, ../scss/specific/_header.scss */
2014-08-20 17:03:54 +09:00
. mobile-menu-button {
position : absolute ;
display : inline-block ;
padding : 4px ;
top : 50 % ;
margin-top : -17px ;
z-index : 100 ; }
2014-08-21 15:30:05 +09:00
/* line 73, ../scss/specific/_header.scss */
2014-08-20 17:03:54 +09:00
. mobile-menu-button . hamburger {
fill : white ; }
2014-08-21 15:30:05 +09:00
/* line 79, ../scss/specific/_header.scss */
2014-08-20 17:56:48 +09:00
. account-link {
display : inline-block ; }
2014-08-21 15:30:05 +09:00
/* line 82, ../scss/specific/_header.scss */
2014-08-20 17:56:48 +09:00
. sign-in {
margin-right : 20px ; }
2014-08-20 15:59:11 +09:00
/* line 1, ../scss/specific/_layout.scss */
2014-08-12 16:16:44 +09:00
* , * : before , * : after {
-moz-box-sizing : border-box ;
-webkit-box-sizing : border-box ;
box-sizing : border-box ;
line-height : 1 . 5 ; }
2014-08-20 15:59:11 +09:00
/* line 6, ../scss/specific/_layout.scss */
2014-08-12 16:16:44 +09:00
html , body , . outer-wrapper {
height : 100 % ; }
2014-08-20 15:59:11 +09:00
/* line 10, ../scss/specific/_layout.scss */
2014-08-12 16:16:44 +09:00
body {
2014-08-20 15:59:11 +09:00
background : # eee ;
2014-08-12 16:16:44 +09:00
font-size : 14px ; }
2014-08-12 17:11:36 +09:00
@ media screen and ( max-width : 40em ) {
2014-08-20 15:59:11 +09:00
/* line 10, ../scss/specific/_layout.scss */
2014-08-12 16:16:44 +09:00
body {
overflow-x : hidden ; } }
2014-08-20 15:59:11 +09:00
/* line 18, ../scss/specific/_layout.scss */
2014-08-12 16:16:44 +09:00
. outer-wrapper {
position : relative ; }
2014-08-20 15:59:11 +09:00
/* line 21, ../scss/specific/_layout.scss */
2014-08-12 16:16:44 +09:00
. content-wrapper {
padding-bottom : 20px ; }
2014-08-20 15:59:11 +09:00
/* line 24, ../scss/specific/_layout.scss */
2014-08-12 16:16:44 +09:00
. content-wrapper {
2014-08-20 15:59:11 +09:00
padding : 0 10px ;
max-width : 1000px ;
margin : 0 auto ; }
2014-08-12 17:11:36 +09:00
@ media screen and ( max-width : 40em ) {
2014-08-20 15:59:11 +09:00
/* line 24, ../scss/specific/_layout.scss */
2014-08-12 16:16:44 +09:00
. content-wrapper {
overflow-x : hidden ;
overflow-y : hidden ; } }
2014-08-20 15:59:11 +09:00
@ media screen and ( min-width : 40em ) {
/* line 3, ../scss/specific/_mobile_nav.scss */
. mobile-only {
display : none ! important ; } }
@ media screen and ( max-width : 40em ) {
/* line 8, ../scss/specific/_mobile_nav.scss */
. desktop-only {
display : none ! important ; } }
/* line 14, ../scss/specific/_mobile_nav.scss */
2014-08-12 16:16:44 +09:00
. mobile-nav {
position : fixed ;
overflow : auto ;
2014-08-12 17:11:36 +09:00
left : -200px ;
left : calc ( ( 100 % - 60px ) * -1 ) ;
width : 200px ;
width : calc ( 100 % - 60px ) ;
height : 100 % ;
2014-08-12 16:16:44 +09:00
top : 0px ;
bottom : 0px ;
background : # 444 ;
color : white ;
-moz-box-shadow : inset -3px 0px 7px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-box-shadow : inset -3px 0px 7px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
2014-08-12 17:11:36 +09:00
box-shadow : inset -3px 0px 7px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
z-index : 100 ; }
2014-08-20 15:59:11 +09:00
/* line 30, ../scss/specific/_mobile_nav.scss */
2014-08-12 17:11:36 +09:00
. mobile-nav , . inner-wrapper {
-moz-transition : all 300ms ease-out 0ms ;
-o-transition : all 300ms ease-out 0ms ;
-webkit-transition : all 300ms ease-out ;
2014-08-12 16:16:44 +09:00
-webkit-transition-delay : 0ms ;
2014-08-12 17:11:36 +09:00
transition : all 300ms ease-out 0ms ; }
2014-08-12 16:16:44 +09:00
2014-08-20 15:59:11 +09:00
/* line 34, ../scss/specific/_mobile_nav.scss */
2014-08-12 17:11:36 +09:00
. inner-wrapper {
2014-08-12 16:16:44 +09:00
position : relative ;
left : 0px ; }
2014-08-20 15:59:11 +09:00
/* line 39, ../scss/specific/_mobile_nav.scss */
2014-08-12 17:11:36 +09:00
. mobile-nav-open {
2014-08-12 16:16:44 +09:00
overflow : hidden ; }
2014-08-20 15:59:11 +09:00
/* line 41, ../scss/specific/_mobile_nav.scss */
2014-08-12 17:11:36 +09:00
. mobile-nav-open . mobile-nav {
left : 0px ; }
2014-08-20 15:59:11 +09:00
/* line 44, ../scss/specific/_mobile_nav.scss */
2014-08-12 17:11:36 +09:00
. mobile-nav-open . outer-wrapper {
overflow : hidden ; }
2014-08-20 15:59:11 +09:00
/* line 46, ../scss/specific/_mobile_nav.scss */
2014-08-12 17:11:36 +09:00
. mobile-nav-open . outer-wrapper . inner-wrapper {
left : 200px ;
left : calc ( 100 % - 60px ) ; }
@ media screen and ( max-width : 40em ) {
2014-08-20 17:03:54 +09:00
/* line 56, ../scss/specific/_mobile_nav.scss */
2014-08-12 17:11:36 +09:00
. desktop-nav {
display : none ; } }
2014-08-20 17:03:54 +09:00
/* line 63, ../scss/specific/_mobile_nav.scss */
2014-08-20 18:02:27 +09:00
. mobile-menu . header-module , . mobile-menu . header-submodule {
display : block ;
margin-right : 0px ; }
/* line 67, ../scss/specific/_mobile_nav.scss */
2014-08-20 17:03:54 +09:00
. mobile-menu > li {
2014-08-12 17:11:36 +09:00
margin-bottom : 0 ;
2014-08-20 17:03:54 +09:00
border-bottom : 1px rgba ( 255 , 255 , 255 , 0 . 2 ) solid ; }
2014-08-20 18:02:27 +09:00
/* line 70, ../scss/specific/_mobile_nav.scss */
2014-08-20 17:03:54 +09:00
. mobile-menu > li : last-child {
2014-08-12 17:11:36 +09:00
border : none ; }
2014-08-20 18:02:27 +09:00
/* line 74, ../scss/specific/_mobile_nav.scss */
2014-08-15 11:51:30 +09:00
. mobile-menu . sign-in {
2014-08-20 17:03:54 +09:00
border-bottom : 1px rgba ( 255 , 255 , 255 , 0 . 2 ) solid ;
2014-08-15 11:51:30 +09:00
margin-right : 0px ; }
2014-08-20 18:02:27 +09:00
/* line 78, ../scss/specific/_mobile_nav.scss */
2014-08-12 17:11:36 +09:00
. mobile-menu a {
display : block ;
height : auto ;
line-height : inherit ;
font-size : 15px ; }
2014-08-20 18:02:27 +09:00
/* line 83, ../scss/specific/_mobile_nav.scss */
2014-08-12 17:11:36 +09:00
. mobile-menu a , . mobile-menu a : link , . mobile-menu a : visited {
color : white ; }
2014-08-20 18:02:27 +09:00
/* line 89, ../scss/specific/_mobile_nav.scss */
2014-08-12 17:11:36 +09:00
. mobile-menu . dropdown > a : after {
display : inline-block ;
position : relative ;
top : -1px ;
margin-left : 4px ;
content : "▼" ;
font-size : 8px ; }
2014-08-20 18:02:27 +09:00
/* line 99, ../scss/specific/_mobile_nav.scss */
2014-08-20 17:03:54 +09:00
. mobile-menu . dropdown-top-level {
padding : 10px ; }
2014-08-20 18:02:27 +09:00
/* line 102, ../scss/specific/_mobile_nav.scss */
2014-08-20 17:03:54 +09:00
. mobile-menu . dropdown-menu {
background : # 333 ; }
2014-08-20 18:02:27 +09:00
/* line 104, ../scss/specific/_mobile_nav.scss */
2014-08-20 17:03:54 +09:00
. mobile-menu . dropdown-menu li {
padding : 10px ;
margin-bottom : 0 ;
border-top : 1px rgba ( 255 , 255 , 255 , 0 . 2 ) solid ; }
2014-08-20 18:02:27 +09:00
/* line 110, ../scss/specific/_mobile_nav.scss */
2014-08-20 17:03:54 +09:00
. mobile-menu . submit {
margin : 10px ; }
2014-08-12 17:11:36 +09:00
2014-08-20 18:02:27 +09:00
/* line 115, ../scss/specific/_mobile_nav.scss */
2014-08-12 17:11:36 +09:00
. mobile-submit {
padding : 10px ;
2014-08-20 17:03:54 +09:00
border-bottom : 1px rgba ( 255 , 255 , 255 , 0 . 2 ) solid ; }
2014-08-20 18:02:27 +09:00
/* line 118, ../scss/specific/_mobile_nav.scss */
2014-08-12 17:11:36 +09:00
. mobile-submit . button {
max-width : none ; }
2014-08-20 17:03:54 +09:00
/* line 1, ../scss/specific/_notifications.scss */
. notification-item {
margin-bottom : 10px ; }
2014-08-20 15:59:11 +09:00
/* line 1, ../scss/specific/_posts.scss */
. more-button {
display : block ; }
2014-08-12 16:16:44 +09:00
2014-08-20 15:59:11 +09:00
/* line 1, ../scss/specific/_users.scss */
. user-list , . user-table {
font-size : 13px ; }
/* line 4, ../scss/specific/_users.scss */
. user-list . user . user-avatar , . user-table . user . user-avatar {
height : 30px ;
width : 30px ;
background-size : 30px 30px ;
display : block ;
-moz-border-radius : 30px ;
-webkit-border-radius : 30px ;
border-radius : 30px ; }
2014-08-12 16:16:44 +09:00
2014-08-20 15:59:11 +09:00
/* line 16, ../scss/specific/_users.scss */
2014-08-12 16:16:44 +09:00
. filter-sort {
/* For modern browsers */
/* For IE 6/7 (trigger hasLayout) */
* zoom : 1 ;
padding : 15px ;
background : rgba ( 0 , 0 , 0 , 0 . 05 ) ; }
2014-08-20 15:59:11 +09:00
/* line 6, ../scss/includes/_mixins.scss */
2014-08-12 16:16:44 +09:00
. filter-sort : before , . filter-sort : after {
content : "" ;
display : table ; }
2014-08-20 15:59:11 +09:00
/* line 10, ../scss/includes/_mixins.scss */
2014-08-12 16:16:44 +09:00
. filter-sort : after {
clear : both ; }
2014-08-20 15:59:11 +09:00
/* line 20, ../scss/specific/_users.scss */
2014-08-12 16:16:44 +09:00
. filter-sort a , . filter-sort span {
display : inline-block ;
margin-right : 20px ; }
2014-08-20 15:59:11 +09:00
/* line 23, ../scss/specific/_users.scss */
2014-08-12 16:16:44 +09:00
. filter-sort a . active , . filter-sort span . active {
border-bottom : 2px solid # 7ac0e4 ; }
2014-08-20 15:59:11 +09:00
/* line 26, ../scss/specific/_users.scss */
2014-08-12 16:16:44 +09:00
. filter-sort a : last-child , . filter-sort span : last-child {
margin-right : 0 ; }
2014-08-20 15:59:11 +09:00
/* line 30, ../scss/specific/_users.scss */
2014-08-12 16:16:44 +09:00
. filter-sort . filter {
float : left ; }
2014-08-20 15:59:11 +09:00
/* line 33, ../scss/specific/_users.scss */
2014-08-12 16:16:44 +09:00
. filter-sort . sort {
float : right ; }