2013-09-06 03:37:07 +08:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Discourse header
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-header {
|
|
|
|
left: 0;
|
2014-01-09 01:43:37 +08:00
|
|
|
padding-top: 3px;
|
2014-06-29 22:39:31 +08:00
|
|
|
height: 60px;
|
2017-11-24 00:14:51 +08:00
|
|
|
.d-icon-home {
|
2015-08-04 12:49:08 +08:00
|
|
|
padding:8px;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-5;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2016-03-18 12:12:55 +08:00
|
|
|
|
|
|
|
.site-text-logo {
|
|
|
|
position: relative;
|
|
|
|
top: 10px;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2014-08-06 11:31:28 +08:00
|
|
|
@media all
|
|
|
|
and (max-width : 570px) {
|
|
|
|
.extra-info-wrapper {display: none;}
|
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
#main {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-outlet {
|
2014-03-13 11:17:18 +08:00
|
|
|
padding-top: 82px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2014-09-01 15:04:40 +08:00
|
|
|
.search-link .blurb {
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-high, $secondary-medium);
|
2014-09-01 15:04:40 +08:00
|
|
|
display: block;
|
2014-09-19 10:55:15 +08:00
|
|
|
word-wrap: break-word;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-down-2;
|
2018-01-19 02:52:40 +08:00
|
|
|
line-height: $line-height-large;
|
2014-09-04 16:00:01 +08:00
|
|
|
.search-highlight {
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-high, $secondary-low);
|
2014-09-04 16:00:01 +08:00
|
|
|
}
|
2014-09-01 15:04:40 +08:00
|
|
|
}
|
2016-03-18 12:12:55 +08:00
|
|
|
|
|
|
|
header {
|
|
|
|
#site-text-logo {
|
2018-01-18 05:26:35 +08:00
|
|
|
font-size: $font-up-3;
|
2018-01-13 06:27:38 +08:00
|
|
|
margin-top: .4em;
|
|
|
|
line-height: $line-height-medium;
|
2016-03-18 12:12:55 +08:00
|
|
|
}
|
|
|
|
}
|