2014-05-19 23:55:46 -04:00
. container {
@extend . clearfix ;
margin-right : auto ;
margin-left : auto ;
2014-10-29 00:46:05 +01:00
. contents {
position : relative ;
}
2014-05-19 23:55:46 -04:00
}
. full-width {
margin-left : 12 px ;
}
2014-05-26 11:33:47 -04:00
big {
font-size : 28 px ;
}
2014-11-03 11:23:00 +11:00
small {
font-size : 10 px ;
}
2014-05-19 23:55:46 -04:00
blockquote {
background-color : scale-color-diff () ;
border-left : 5 px solid darken ( scale-color-diff () , 10 % ) ;
2014-10-16 22:45:45 -07:00
overflow : hidden ;
2014-05-19 23:55:46 -04:00
}
2014-05-26 14:17:25 +08:00
a . no-href {
2014-04-20 15:17:11 -04:00
cursor : pointer ;
}
2014-07-01 15:24:04 -04:00
html {
height : 100 % ;
}
2014-04-20 15:17:11 -04:00
body {
2014-07-01 13:39:54 -04:00
background-attachment : fixed ;
background-size : cover ;
2014-07-01 15:24:04 -04:00
min-height : 100 % ;
2014-07-01 13:39:54 -04:00
button . ok {
2014-05-06 01:50:51 -04:00
background : $success ;
color : $secondary ;
2014-04-20 15:17:11 -04:00
@include hover {
2014-05-06 01:50:51 -04:00
background : lighten ( $success , 10 % ) ;
color : $secondary ;
2014-04-20 15:17:11 -04:00
}
}
button . cancel {
2014-05-06 01:50:51 -04:00
background : $danger ;
color : $secondary ;
2014-04-20 15:17:11 -04:00
@include hover {
2014-05-06 01:50:51 -04:00
background : lighten ( $danger , 10 % ) ;
color : $secondary ;
2014-04-20 15:17:11 -04:00
}
}
2014-04-24 10:48:04 +10:00
. coldmap-high {
2014-08-14 22:27:10 -07:00
color : #91CDF5 !important ;
2014-04-20 15:17:11 -04:00
}
. coldmap-med {
2014-08-14 22:27:10 -07:00
color : #91CDF5 !important ;
2014-04-20 15:17:11 -04:00
}
. coldmap-low {
2014-08-14 22:27:10 -07:00
color : #91AFD2 !important ;
2014-04-20 15:17:11 -04:00
}
. heatmap-high {
2014-08-14 21:36:28 -07:00
color : #fe7a15 !important ;
2014-04-20 15:17:11 -04:00
}
. heatmap-med {
2014-08-14 21:36:28 -07:00
color : #cf7721 !important ;
2014-04-20 15:17:11 -04:00
}
. heatmap-low {
2014-08-14 21:36:28 -07:00
color : #9b764f !important ;
2014-04-20 15:17:11 -04:00
}
2014-08-14 09:33:41 -04:00
2014-04-20 15:17:11 -04:00
# loading-message {
position : absolute ;
font-size : 30 px ;
text-align : center ;
top : 120 px ;
left : 500 px ;
2014-05-06 01:50:51 -04:00
color : $primary ;
2014-04-20 15:17:11 -04:00
}
. top-space {
margin-top : 10 px ;
}
ul . breadcrumb {
margin : 0 10 px 0 10 px ;
}
. message {
@include border-radius-all ( 8 px ) ;
2014-05-06 01:50:51 -04:00
background-color : $secondary ;
2014-04-20 15:17:11 -04:00
padding : 14 px ;
h2 {
margin-bottom : 20 px ;
}
p {
font-size : 20 px ;
}
}
# footer {
. container {
height : 50 px ;
. contents {
padding-top : 10 px ;
a [ href ] {
2014-05-06 01:50:51 -04:00
color : $secondary ;
2014-04-20 15:17:11 -04:00
}
}
}
}
. clear-transitions {
@include transition ( none !important ) ;
}
2014-05-02 17:46:03 -04:00
. tip {
display : inline-block ;
& . good {
color : $success ;
}
& . bad {
color : $danger ;
2014-04-20 15:17:11 -04:00
}
}
2014-05-02 17:46:03 -04:00
2014-04-20 15:17:11 -04:00
# wmd-input {
resize : none ;
}
# pagedown-editor {
width : 540 px ;
2014-05-06 01:50:51 -04:00
background-color : $secondary ;
2014-04-20 15:17:11 -04:00
padding : 0 10 px 13 px 10 px ;
2014-05-19 01:17:59 -04:00
border : 1 px solid scale-color-diff () ;
2014-04-20 15:17:11 -04:00
. preview {
margin-top : 8 px ;
2014-05-19 01:17:59 -04:00
border : 1 px dashed scale-color-diff () ;
2014-04-20 15:17:11 -04:00
padding : 8 px 8 px 0 8 px ;
p {
margin : 0 0 10 px 0 ;
}
}
. preview . hidden {
display : none ;
}
}
. avatar-wrapper {
2014-05-06 01:50:51 -04:00
background-color : $secondary ;
2014-04-20 15:17:11 -04:00
display : inline-block ;
}
. profiler-results . profiler-left {
top : 60 px !important ;
}
2014-05-06 01:50:51 -04:00
2014-04-20 15:17:11 -04:00
}
2014-07-25 13:33:38 -04:00
. unread-private-messages {
2014-07-25 23:06:14 -04:00
color : $secondary ;
background : $success ;
& . badge-notification [ href ] { color : $secondary ; }
2014-07-25 13:33:38 -04:00
}
2014-08-22 10:45:51 -04:00
. fade {
opacity : 0 ;
-webkit-transition : opacity 0 .15 s linear ;
transition : opacity 0 .15 s linear ;
}
. fade . in {
opacity : 1 ;
}
2014-11-05 20:13:51 -05:00
2014-11-11 09:22:14 -05:00
@-webkit-keyframes rotate-forever {
0 % {
-webkit-transform : rotate ( 0 deg ) ;
2014-11-05 20:13:51 -05:00
}
2014-11-11 09:22:14 -05:00
100 % {
-webkit-transform : rotate ( 360 deg ) ;
2014-11-05 20:13:51 -05:00
}
2014-11-11 09:22:14 -05:00
}
2014-11-05 20:13:51 -05:00
2014-11-11 09:22:14 -05:00
@keyframes rotate-forever {
0 % {
transform : rotate ( 0 deg ) ;
2014-11-05 20:13:51 -05:00
}
2014-11-11 09:22:14 -05:00
100 % {
transform : rotate ( 360 deg ) ;
2014-11-05 20:13:51 -05:00
}
}
2014-11-13 14:15:36 -05:00
. inline-spinner {
display : inline-block ;
margin : 0 ;
}
2014-11-11 09:22:14 -05:00
. spinner {
2014-12-04 17:05:47 -05:00
margin : 20 px auto 20 px auto ;
2014-11-11 09:22:14 -05:00
position : relative ;
-webkit-animation : rotate - forever 1 s infinite linear ;
animation : rotate - forever 1 s infinite linear ;
height : 30 px ;
width : 30 px ;
border : 4 px solid dark-light-diff ( $primary , $secondary , 50 % , - 50 % ) ;
border-right-color : transparent ;
border-radius : 50 % ;
2014-11-13 14:15:36 -05:00
& . small {
width : 10 px ;
height : 10 px ;
margin : 0 ;
display : inline-block ;
}
2014-11-05 20:13:51 -05:00
}