friendica/view/theme/darkness/style.css

68 lines
886 B
CSS
Raw Normal View History

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