2014-11-02 17:58:47 +01:00
|
|
|
/* all custom SCSS should go into here */
|
|
|
|
|
2014-11-03 12:59:55 +01:00
|
|
|
body {
|
|
|
|
overflow-y: scroll;
|
2014-11-30 23:18:46 +01:00
|
|
|
word-wrap: break-word;
|
2014-11-03 12:59:55 +01:00
|
|
|
}
|
|
|
|
|
2014-11-02 20:29:01 +01:00
|
|
|
.j2-page {
|
2014-11-02 17:58:47 +01:00
|
|
|
padding-top: 30px;
|
2014-11-03 12:59:55 +01:00
|
|
|
}
|
2014-11-17 13:19:59 +01:00
|
|
|
|
|
|
|
.centre {
|
|
|
|
text-align: center;
|
2014-11-29 22:56:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.entry-subtext {
|
|
|
|
color: $navbar-inverse-bg;
|
|
|
|
margin-top: 0px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry-text {
|
|
|
|
margin-bottom: 0px;
|
2014-11-29 23:18:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.img-answerbox {
|
2014-11-30 14:08:51 +01:00
|
|
|
min-height: 32px;
|
|
|
|
min-width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
2014-11-29 23:29:34 +01:00
|
|
|
}
|
|
|
|
|
2014-11-30 16:04:37 +01:00
|
|
|
.img-answerbox-small {
|
|
|
|
min-height: 20px;
|
|
|
|
min-width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
|
2014-11-29 23:29:34 +01:00
|
|
|
.answerbox-question-text, .answerbox-question-user {
|
|
|
|
margin-bottom: 0px;
|
2014-11-29 23:40:57 +01:00
|
|
|
}
|
|
|
|
|
2014-11-30 00:23:11 +01:00
|
|
|
.answerbox-question-text {
|
|
|
|
font-weight: bold;
|
2014-11-30 00:31:23 +01:00
|
|
|
color: $gray-darker;
|
2014-11-30 00:23:11 +01:00
|
|
|
}
|
|
|
|
|
2014-11-29 23:40:57 +01:00
|
|
|
.user-displayname {
|
2014-11-30 23:12:18 +01:00
|
|
|
margin-top: -2px;
|
2014-11-29 23:40:57 +01:00
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-username {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 2px;
|
2014-11-30 00:10:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-admin {
|
|
|
|
color: $brand-danger;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 80%;
|
2014-11-30 00:23:11 +01:00
|
|
|
}
|
|
|
|
|
2014-12-01 21:33:51 +01:00
|
|
|
.user-profiletext {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2014-11-30 14:09:45 +01:00
|
|
|
.answer-box .text-muted a, .answer-box .text-muted a:hover {
|
2014-11-30 00:31:23 +01:00
|
|
|
color: $gray-dark;
|
2014-11-30 00:23:11 +01:00
|
|
|
text-decoration: none;
|
2014-11-30 02:06:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .nav .badge {
|
|
|
|
padding: 3px 6px 3px;
|
|
|
|
background-color: $navbar-inverse-link-active-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .nav .active .badge {
|
|
|
|
padding: 3px 6px 3px;
|
|
|
|
background-color: $navbar-inverse-bg;
|
|
|
|
}
|
2014-11-30 18:27:48 +01:00
|
|
|
|
|
|
|
.panel-primary .text-muted a, .panel-primary .text-muted a:hover {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
2014-11-30 21:05:16 +01:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-primary .text-muted {
|
2014-11-30 21:09:01 +01:00
|
|
|
color: #fff;
|
2014-11-30 21:05:16 +01:00
|
|
|
opacity: 0.7;
|
2014-11-30 18:27:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-primary .answerbox-question-text {
|
|
|
|
color: #fff;
|
|
|
|
}
|