friendica/view/theme/darkness/style.css

68 lines
886 B
CSS
Raw Normal View History

@import url('../loozah/style.css');
2010-08-20 04:03:10 +02:00
2010-10-08 13:44:08 +02:00
nav {
background: #CCC;
}
footer {
background: #CCC;
}
#banner {
color: #FF0000;
}
2010-08-20 04:03:10 +02:00
body {
background: #000000;
color: #FF0000;
}
2010-09-19 06:11:18 +02:00
.nav-selected {
background: #000000 !important;
2010-10-08 13:44:08 +02:00
color: #888888 !important;
}
input:hover {
2011-01-07 13:38:30 +01:00
background-color: #800000;
2010-10-08 13:44:08 +02:00
}
input, select {
background-color: #000000;
color: #FF0000;
}
2011-10-10 15:28:34 +02:00
.nav-link:hover, .nav-commlink:hover, .tab:hover {
2010-10-08 13:44:08 +02:00
background: #DDDDDD;
color: #FF0000;
2010-09-19 06:11:18 +02:00
}
2010-08-20 04:03:10 +02:00
2011-01-07 13:45:39 +01:00
#logo-text a, #logo-text a:visited, #site-location {
color: #000000;
}
2010-10-08 13:44:08 +02:00
#page-footer {
border: none;
}
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
}
2011-10-10 15:28:34 +02:00
.tab {
2010-08-20 04:03:10 +02:00
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;
}
2011-01-07 13:45:39 +01:00