2013-03-03 16:28:29 +01:00
|
|
|
@import "base";
|
|
|
|
|
|
|
|
@-moz-document url("https://github.com/"), url("https://github.com/dashboard") {
|
|
|
|
#dashboard {
|
|
|
|
.filter-bar {
|
2013-04-23 00:29:39 +02:00
|
|
|
background: @dblack !important;
|
|
|
|
border-bottom-color: @dwhite !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
|
|
|
|
li a.filter_selected {
|
2013-04-23 00:29:39 +02:00
|
|
|
color: @dwhite !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.repos {
|
2013-04-23 00:29:39 +02:00
|
|
|
border-color: @dwhite !important;
|
|
|
|
background-color: @dblack !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
|
|
|
|
.bottom-bar {
|
2013-04-23 00:29:39 +02:00
|
|
|
background-color: @dblack !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.top-bar {
|
2013-04-23 00:29:39 +02:00
|
|
|
background: @dblack !important;
|
|
|
|
border-bottom-color: @dwhite !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
color: inherit !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.repo_list li {
|
|
|
|
&.private {
|
2013-04-23 00:29:39 +02:00
|
|
|
background: @dwhite !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
border-width: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
text-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button .minibutton {
|
2013-04-23 00:29:39 +02:00
|
|
|
background: @dblack !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
2013-04-23 00:29:39 +02:00
|
|
|
background: @dwhite !important;
|
|
|
|
color: @lblack !important;
|
|
|
|
border-bottom-color: @dblack !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
text-shadow: none !important;
|
|
|
|
|
|
|
|
.divider-vertical {
|
2013-04-23 00:29:39 +02:00
|
|
|
background: @dblack !important;
|
|
|
|
border-right-color: @dwhite !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.top-nav a,
|
|
|
|
.topsearch a#advanced_search,
|
|
|
|
#user-links a {
|
2013-04-23 00:29:39 +02:00
|
|
|
color: @lblack !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown-body {
|
|
|
|
code, tt {
|
2013-04-23 00:29:39 +02:00
|
|
|
background-color: @dwhite !important;
|
|
|
|
border-color: @dblack !important;
|
|
|
|
color: @lblack !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
font-family: @monospace-font !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.minibutton.dark-grey {
|
2013-04-23 00:29:39 +02:00
|
|
|
backgrond: @dwhite !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.news {
|
|
|
|
.alert {
|
2013-04-23 00:29:39 +02:00
|
|
|
border-top-color: @dwhite !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
|
|
|
|
.branch-info,
|
|
|
|
.pull-info {
|
2013-04-23 00:29:39 +02:00
|
|
|
background: @dblack !important;
|
|
|
|
color: @lblack !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.gravatar {
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.simple .title {
|
2013-04-23 00:29:39 +02:00
|
|
|
color: @lblack !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.commits li img {
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
2013-04-23 00:29:39 +02:00
|
|
|
color: @lblack !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagehead .container > ul.tabs {
|
2013-04-23 00:29:39 +02:00
|
|
|
background: @dblack !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
border: none !important;
|
|
|
|
|
|
|
|
li a {
|
|
|
|
text-shadow: none !important;
|
|
|
|
border: none !important;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&.selected {
|
2013-04-23 00:29:39 +02:00
|
|
|
background: @dwhite !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagehead-actions a.feed {
|
2013-04-23 00:29:39 +02:00
|
|
|
background: @dwhite !important;
|
|
|
|
border: @dblack !important;
|
|
|
|
color: @lorange !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.pagination {
|
2013-04-23 00:29:39 +02:00
|
|
|
background: @dwhite !important;
|
|
|
|
border-color: @dblack !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
|
|
|
|
a {
|
|
|
|
text-shadow: none !important;
|
2013-04-23 00:29:39 +02:00
|
|
|
border-bottom-color: @dwhite !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
|
|
|
|
&:hover {
|
2013-04-23 00:29:39 +02:00
|
|
|
background: @dblack !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2013-04-23 00:29:39 +02:00
|
|
|
color: @lorange !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
|
|
|
|
&:visited {
|
2013-04-23 00:29:39 +02:00
|
|
|
color: @lmagenta !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&.header-logo-blacktocat {
|
|
|
|
&, &:visited {
|
2013-04-23 00:29:39 +02:00
|
|
|
color: @dwhite !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: @background !important;
|
2013-04-23 00:29:39 +02:00
|
|
|
color: @foreground !important;
|
2013-03-03 16:28:29 +01:00
|
|
|
}
|
|
|
|
}
|