friendica/view/theme/greenzero/style.css

37 lines
954 B
CSS
Raw Normal View History

@import url('../duepuntozero/style.css');
/* green variation by Tobias Diekershoff <tobias.diekershoff@gmx.net> */
2011-03-25 13:03:30 +01:00
a:link, a:visited { color: #549f4f; text-decoration: none; }
a:hover {text-decoration: underline; }
.nav-selected.nav-link { color: #549f4f!important; border-bottom: 0px}
.nav-commlink, .nav-login-link {background-color: #aed3b2;}
.nav-commlink:link, .nav-commlink:visited,
.nav-login-link:link, .nav-login-link:visited{
color: #ffffff;
}
2011-07-19 01:42:39 +02:00
.icon {
display: block; width: 16px; height: 16px;
background-image: url('greenicons.png');
}
body { background-image: url(head.jpg); }
2012-01-13 08:33:20 +01:00
aside { background-image: url(border.jpg); }
section { background-image: url(border.jpg); }
2011-10-10 15:28:34 +02:00
.tabs { background-image: url(head.jpg); }
div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); }
2012-01-13 08:33:20 +01:00
.fakelink, .fakelink:visited, .fakelink:hover, .fakelink:link {
color: #549f4f !important;
}
.wall-item-name-link {
color: #549f4f;
}