2013-09-05 15:37:07 -04:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Discourse header
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-header {
|
|
|
|
|
2014-05-27 11:58:53 -04:00
|
|
|
#site-logo {
|
2015-02-18 23:55:04 -08:00
|
|
|
max-width: 135px;
|
2014-05-27 11:58:53 -04:00
|
|
|
}
|
|
|
|
|
2015-01-01 00:54:53 -08:00
|
|
|
// some protection for text-only site titles
|
|
|
|
.title {
|
2015-02-18 23:55:04 -08:00
|
|
|
max-width: 140px;
|
|
|
|
height: 39px;
|
2015-01-01 00:54:53 -08:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
text-overflow: clip;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-05-26 11:33:47 -04:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
.icons {
|
|
|
|
.badge-notification {
|
2015-07-09 19:18:46 +08:00
|
|
|
top: -5px;
|
2014-07-25 23:06:14 -04:00
|
|
|
color: $secondary;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-05-26 11:33:47 -04:00
|
|
|
|
|
|
|
.active .icon {
|
|
|
|
&:after { margin-top: -1px; }
|
2014-08-14 03:25:48 -07:00
|
|
|
}
|
2014-08-14 03:04:09 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
button.sign-up-button {
|
|
|
|
display:none;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
2015-01-01 00:54:53 -08:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
#main-outlet {
|
|
|
|
padding-top: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Dropdowns
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-dropdown {
|
|
|
|
width: 290px;
|
|
|
|
margin-top: -1px;
|
|
|
|
|
|
|
|
// Common
|
|
|
|
|
|
|
|
.heading {
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
2013-09-05 15:37:07 -04:00
|
|
|
font-weight: bold;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 0.857em;
|
2013-09-05 15:37:07 -04:00
|
|
|
line-height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Search
|
|
|
|
|
2014-11-05 20:13:51 -05:00
|
|
|
.searching {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 25px;
|
|
|
|
}
|
2015-01-01 00:54:53 -08:00
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
input[type='text'] {
|
2014-08-14 03:04:09 -07:00
|
|
|
width: 265px;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 1.143em;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2014-02-11 20:56:49 -05:00
|
|
|
&#user-dropdown {
|
2014-02-13 14:43:07 -05:00
|
|
|
width: 155px;
|
2014-02-11 20:56:49 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
padding: 2px 8px;
|
|
|
|
.fa {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-09-03 12:13:13 +10:00
|
|
|
|
|
|
|
.search-link .badge-category {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-link .topic-statuses .topic-status i {
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 1em;
|
2014-09-03 12:13:13 +10:00
|
|
|
}
|
2014-10-18 14:27:33 +11:00
|
|
|
|
2014-10-31 12:12:25 -07:00
|
|
|
.d-dropdown#search-dropdown .heading {
|
|
|
|
padding: 0;
|
2014-11-05 20:13:51 -05:00
|
|
|
}
|