]> git.mxchange.org Git - friendica.git/blob - view/theme/easterbunny/style.css
ab2e07053f6b3a33c93c179b47a86e8a97e9701d
[friendica.git] / view / theme / easterbunny / style.css
1 @import url('../duepuntozero/style.css');
2
3 .vcard .fn {
4         color: orange !important;
5 }
6
7 .vcard .title {
8         color: #00BB00 !important;
9 }
10
11 .wall-item-content-wrapper {
12         border: 1px solid red;
13         background: #FFDDFF;
14 }
15
16 .wall-item-content-wrapper.comment {
17         background: #FFCCAA;
18 }
19
20 .comment-edit-wrapper {
21         background: yellow;
22 }
23
24 body {  background-image: url('head.jpg'); }
25 section { background: #EEFFFF; }
26
27 a, a:visited { color: #0000FF; text-decoration: none; }
28 a:hover {text-decoration: underline; }
29
30
31 aside(  background-image: url('border.jpg'); }
32 .tabs { background-image: url('head.jpg'); }
33 div.wall-item-content-wrapper.shiny {  background-image: url('shiny.png'); }
34
35
36 .nav-commlink, .nav-login-link {
37         background-color: #aed3b2;
38
39 }
40
41 .fakelink, .fakelink:visited {
42         color: #0000FF;
43 }
44
45 .wall-item-name-link {
46         color: #0000FF;
47 }
48