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