]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/dark.css
Merge remote-tracking branch 'upstream/develop' into 1409-shadow-items
[friendica.git] / view / theme / vier / dark.css
1 *{ 
2         box-shadow: 0 0 0 0 !important;
3         border-color: #343434 !important;
4 }
5
6 hr { background-color: #343434 !important; }
7
8 a, .wall-item-name, .fakelink { 
9         color: #989898 !important; 
10 }
11
12 nav { 
13         color: #989898 !important;
14         background-color: #1C2126 !important; 
15 }
16
17 nav .nav-notify {
18         background-color: #2C77AE !important
19 }
20
21 a.on {
22         color: #FFFFFF !important;
23         background-color: #2C77AE !important
24 }
25
26 aside, .menu-popup, .fc-state-highlight, a.off, .autocomplete { 
27         color: #989898 !important;
28         background-color: #252C33 !important;
29         border-right: 1px solid #D2D2D2;
30 }
31
32 body, section, blockquote, blockquote.shared_content, #profile-jot-form, 
33 .dspr, .twit, .pump, .dfrn, .tread-wrapper, code, .mail-list-wrapper, div.pager, ul.tabs {
34         color: #989898 !important;
35         background-color: #171B1F !important;
36 }
37
38 div.rte, .mceContentBody {
39 background:none repeat scroll 0 0 #333333!important;
40 color:#FFF!important;
41 text-align:left;
42 }
43
44 div.pager, ul.tabs {
45   box-shadow: unset;
46   border-bottom: unset;
47 }
48
49 input, option, textarea, select {
50         color: #989898 !important;
51         border: 2px solid #0C1116 !important;
52         background-color: #0C1116 !important;
53 }
54
55 input#side-peoplefind-submit, input#side-follow-submit {
56         margin-top: 2px !important;
57 }
58
59 li :hover {
60         color: #767676 !important;      
61 }