boinc/html/user/custom_dark.css

51 lines
907 B
CSS
Raw Normal View History

2016-11-28 23:22:17 +00:00
# fixes to dark-backround themes to increase legibility
body, navbar-text, panel {
color:white;
}
table a:not(.btn), .table a:not(.btn), a:not(.btn) {
color: sandybrown;
2016-11-28 23:22:17 +00:00
text-decoration: none;
}
table a:hover, .table a:hover, a:hover {
color: sandybrown;
2016-11-28 23:22:17 +00:00
text-decoration: underline;
}
table a:visited:not(.btn), .table a:visited:not(.btn), a:visited:not(.btn) {
color: sandybrown;
text-decoration: underline;
}
.nav.navbar-nav li a, .nav.navbar-nav li a:hover, .nav.navbar-nav li a:visited {
2016-11-28 23:22:17 +00:00
color: white;
}
.navbar-default .navbar-header, .navbar-brand {
color: white !important;
2016-11-28 23:22:17 +00:00
}
.navbar-default .navbar-header a:hover {
color: white;
}
hr {
border-color: #d0d0d0;
}
img.icon {
padding: 3px;
background-color: lightgray;
2016-11-28 23:22:17 +00:00
}
blockquote {
font-size: 15px;
border-color: gray;
2016-11-28 23:22:17 +00:00
}
pre, code {
color:white;
background-color: #333;
}