2013-09-06 03:37:07 +08:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Discourse header
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-header {
|
|
|
|
left: 0;
|
|
|
|
z-index: 1000;
|
2014-01-09 01:43:37 +08:00
|
|
|
padding-top: 3px;
|
2014-06-29 22:39:31 +08:00
|
|
|
height: 60px;
|
2013-12-10 05:27:49 +08:00
|
|
|
.fa-home {
|
2014-01-09 01:43:37 +08:00
|
|
|
padding-right: 3px;
|
|
|
|
padding-top: 3px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
.current-username {
|
|
|
|
a {
|
2014-03-11 08:22:37 +08:00
|
|
|
display:block;
|
|
|
|
margin-top: 10px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-05-07 21:12:51 +08:00
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2014-05-14 13:27:04 +08:00
|
|
|
/* needs to be global, used in user-drop down and user page too */
|
|
|
|
.unread-private-messages {
|
|
|
|
background-color: $success;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
// Dropdowns
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-dropdown {
|
2014-04-29 21:50:02 +08:00
|
|
|
width: 320px;
|
|
|
|
overflow: auto;
|
2013-09-06 03:37:07 +08:00
|
|
|
// Common
|
|
|
|
|
|
|
|
.heading {
|
2014-05-19 13:17:59 +08:00
|
|
|
border-top: 1px solid scale-color-diff();
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
// Categories
|
|
|
|
|
|
|
|
.category {
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2014-02-12 09:56:49 +08:00
|
|
|
|
|
|
|
.btn {
|
|
|
|
padding: 2px 8px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
.fa {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|