friendica/view/theme/darkness/style.css

36 lines
474 B
CSS
Raw Normal View History

2010-08-20 04:03:10 +02:00
@import url('../default/style.css');
body {
background: #000000;
color: #FF0000;
}
2010-09-19 06:11:18 +02:00
.nav-selected {
background: #000000 !important;
}
2010-08-20 04:03:10 +02:00
.nav-link {
color: #FF0000;
2010-09-19 06:11:18 +02:00
background: #444444;
2010-08-20 04:03:10 +02:00
}
.nav-commlink {
color: #FF0000;
2010-09-19 06:11:18 +02:00
background: #444444;
2010-08-20 04:03:10 +02:00
}
.profile-tabs {
color: #FF0000;
2010-09-19 06:11:18 +02:00
background: #444444;
2010-08-20 04:03:10 +02:00
}
2010-09-19 06:11:18 +02:00
a, a:visited, .fakelink, .fakelink:visited {
color: #888888;
2010-08-20 04:03:10 +02:00
text-decoration: none;
}
2010-09-19 06:11:18 +02:00
a:hover, .fakelink:hover {
2010-08-20 04:03:10 +02:00
color: #FF0000;
text-decoration: underline;
}