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