2013-09-05 14:37:07 -05:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Discourse header
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-header {
|
2018-11-21 20:21:49 -06:00
|
|
|
height: 3.66em;
|
2014-05-27 10:58:53 -05:00
|
|
|
|
2015-01-01 02:54:53 -06:00
|
|
|
// some protection for text-only site titles
|
|
|
|
.title {
|
2018-11-21 20:21:49 -06:00
|
|
|
max-width: 75%;
|
|
|
|
white-space: nowrap;
|
2015-01-01 02:54:53 -06:00
|
|
|
overflow: hidden;
|
2018-11-21 20:21:49 -06:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
-webkit-animation: fadein 0.5s;
|
|
|
|
animation: fadein 0.5s;
|
2016-03-21 20:44:55 -05:00
|
|
|
a {
|
2018-11-21 20:21:49 -06:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#site-text-logo {
|
|
|
|
margin: 0;
|
|
|
|
font-size: $font-up-1;
|
|
|
|
}
|
|
|
|
.extra-info-wrapper {
|
|
|
|
.extra-info {
|
|
|
|
// header title should not be centered if there's no tags / categories
|
|
|
|
&:not(.two-rows) {
|
|
|
|
min-height: 2.25em;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: $font-0;
|
|
|
|
}
|
|
|
|
.private-message-glyph-wrapper {
|
|
|
|
float: left;
|
|
|
|
}
|
2016-03-21 20:44:55 -05:00
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2017-09-06 10:29:43 -05:00
|
|
|
button.sign-up-button {
|
2018-06-08 04:49:31 -05:00
|
|
|
display: none;
|
2017-09-06 10:29:43 -05:00
|
|
|
}
|
2018-11-21 20:21:49 -06:00
|
|
|
// styles for mobile scroll logo / topic
|
|
|
|
.panel {
|
|
|
|
-webkit-animation: fadein 0.5s;
|
|
|
|
animation: fadein 0.5s;
|
|
|
|
}
|
|
|
|
&.scroll-down .panel {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-09-06 10:29:43 -05:00
|
|
|
}
|
2014-05-26 10:33:47 -05:00
|
|
|
|
2017-09-06 10:29:43 -05:00
|
|
|
.d-header-icons {
|
2018-01-12 16:27:38 -06:00
|
|
|
.d-icon {
|
|
|
|
line-height: $line-height-medium;
|
2014-08-14 05:04:09 -05:00
|
|
|
}
|
2017-09-06 10:29:43 -05:00
|
|
|
.active .icon {
|
2018-06-08 04:49:31 -05:00
|
|
|
&:after {
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
}
|
2015-01-01 02:54:53 -06:00
|
|
|
|
2013-09-05 14:37:07 -05:00
|
|
|
#main-outlet {
|
2018-07-27 15:49:28 -05:00
|
|
|
padding-top: 4.2857em;
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
|
2014-09-02 21:13:13 -05:00
|
|
|
.search-link .badge-category {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2018-11-07 23:12:18 -06:00
|
|
|
.search-link .topic-statuses .topic-status i {
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-0;
|
2014-09-02 21:13:13 -05:00
|
|
|
}
|