2013-09-06 03:37:07 +08:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Discourse header
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-header {
|
|
|
|
|
2014-05-27 23:58:53 +08:00
|
|
|
#site-logo {
|
2015-07-26 16:55:12 +08:00
|
|
|
max-width: 125px;
|
2014-05-27 23:58:53 +08:00
|
|
|
}
|
|
|
|
|
2015-01-01 16:54:53 +08:00
|
|
|
// some protection for text-only site titles
|
|
|
|
.title {
|
2015-07-26 16:55:12 +08:00
|
|
|
max-width: 130px;
|
2015-08-04 12:49:08 +08:00
|
|
|
height: 39px;
|
2015-01-01 16:54:53 +08:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
text-overflow: clip;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-05-26 23:33:47 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.icons {
|
|
|
|
.badge-notification {
|
2015-07-09 19:18:46 +08:00
|
|
|
top: -5px;
|
2014-07-26 11:06:14 +08:00
|
|
|
color: $secondary;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-05-26 23:33:47 +08:00
|
|
|
|
|
|
|
.active .icon {
|
|
|
|
&:after { margin-top: -1px; }
|
2014-08-14 18:25:48 +08:00
|
|
|
}
|
2014-08-14 18:04:09 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
button.sign-up-button {
|
|
|
|
display:none;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
}
|
2015-01-01 16:54:53 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
#main-outlet {
|
|
|
|
padding-top: 60px;
|
|
|
|
}
|
|
|
|
|
2014-09-03 10:13:13 +08:00
|
|
|
.search-link .badge-category {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-link .topic-statuses .topic-status i {
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1em;
|
2014-09-03 10:13:13 +08:00
|
|
|
}
|