2014-11-02 08:58:47 -08:00
|
|
|
/* all custom SCSS should go into here */
|
|
|
|
|
2014-11-03 03:59:55 -08:00
|
|
|
body {
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
2014-11-02 11:29:01 -08:00
|
|
|
.j2-page {
|
2014-11-02 08:58:47 -08:00
|
|
|
padding-top: 30px;
|
2014-11-03 03:59:55 -08:00
|
|
|
}
|
2014-11-17 04:19:59 -08:00
|
|
|
|
|
|
|
.centre {
|
|
|
|
text-align: center;
|
2014-11-29 13:56:38 -08: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 14:18:52 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.img-answerbox {
|
2014-11-30 05:08:51 -08:00
|
|
|
min-height: 32px;
|
|
|
|
min-width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
2014-11-29 14:29:34 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.answerbox-question-text, .answerbox-question-user {
|
|
|
|
margin-bottom: 0px;
|
2014-11-29 14:40:57 -08:00
|
|
|
}
|
|
|
|
|
2014-11-29 15:23:11 -08:00
|
|
|
.answerbox-question-text {
|
|
|
|
font-weight: bold;
|
2014-11-29 15:31:23 -08:00
|
|
|
color: $gray-darker;
|
2014-11-29 15:23:11 -08:00
|
|
|
}
|
|
|
|
|
2014-11-29 14:40:57 -08:00
|
|
|
.user-displayname {
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-username {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 2px;
|
2014-11-29 15:10:23 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-admin {
|
|
|
|
color: $brand-danger;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 80%;
|
2014-11-29 15:23:11 -08:00
|
|
|
}
|
|
|
|
|
2014-11-30 05:09:45 -08:00
|
|
|
.answer-box .text-muted a, .answer-box .text-muted a:hover {
|
2014-11-29 15:31:23 -08:00
|
|
|
color: $gray-dark;
|
2014-11-29 15:23:11 -08:00
|
|
|
text-decoration: none;
|
2014-11-29 17:06:15 -08: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;
|
|
|
|
}
|