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