]> git.mxchange.org Git - friendica.git/blob - view/theme/goldenrod/style.css
theme cleanup
[friendica.git] / view / theme / goldenrod / style.css
1 @import url('../default/style.css');
2
3 body { 
4         background: #FFDDAA;
5         color: #444444;
6 }
7
8 .nav-link {
9         color: #444444;
10         background: #FFCC55;
11 }
12
13 .nav-commlink {
14         color: #444444;
15         background: #FFCC55;
16 }
17
18 .nav-selected {
19         background: #FFDDAA !important;
20 }
21
22 .profile-tabs {
23         color: #444444;
24         background: #FFCC55;
25
26 }
27
28 a, a:visited {
29         color: #8888FF;
30         text-decoration: none;
31 }
32
33 a:hover {
34         color: #0000FF;
35         text-decoration: underline;
36 }
37
38 .fakelink, .fakelink:visited {
39         color: #8888FF;
40 }
41
42 .fakelink:hover {
43         color: #0000FF;
44 }
45
46
47
48 .wall-item-content-wrapper.comment {
49         background: #FFCC55;
50 }
51
52 .comment-edit-wrapper {
53         background: #FFCC55;
54 }
55
56 .comment-wwedit-wrapper {
57         background: #FFCC55;
58 }
59
60 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
61         color: #8888FF;
62 }
63
64 #photos-upload-perms-menu:hover {
65         color: #0000FF;
66 }
67 #settings-default-perms-menu, #settings-default-perms-menu:visited {
68         color: #8888FF;
69 }
70
71 #settings-default-perms-menu:hover {
72         color: #0000FF;
73 }