]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/dark.css
Merge develop into 0602_contact_profile
[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, right_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 #profile-jot-acl-wrapper, #event-notice, #event-wrapper,
39 #cboxLoadedContent, .contact-photo-menu {
40         background-color: #252C33 !important;
41 }
42
43 div.rte, .mceContentBody {
44 background:none repeat scroll 0 0 #333333!important;
45 color:#FFF!important;
46 text-align:left;
47 }
48
49 div.pager, ul.tabs {
50   box-shadow: unset;
51   border-bottom: unset;
52 }
53
54 input, option, textarea, select {
55         color: #989898 !important;
56         border: 2px solid #0C1116 !important;
57         background-color: #0C1116 !important;
58 }
59
60 input#side-peoplefind-submit, input#side-follow-submit {
61         margin-top: 2px !important;
62 }
63
64 li :hover {
65         color: #767676 !important;
66 }
67
68 #viewcontact_wrapper-network {
69         background-color: #343434;
70 }
71
72 table.smiley-preview{
73         background-color: #252C33 !important;
74 }
75
76 /* ACL permission popup */
77  .acl-list-item.groupshow {
78         border-color: #9ade00 !important;
79 }
80
81 .acl-list-item.grouphide {
82         border-color: #ff4141 !important;
83 }
84
85 /* Notifications */
86 li.notify-unseen {
87         background-color: #252C33;
88 }
89
90 li.notify-seen {
91         background-color: #1C2126;
92 }
93
94 .photo-top-album-name {
95         background-color: #252C33;
96 }
97
98 #panel {
99         background-color: #252C33;
100         border: 3px solid #364e59;
101         color: #989898;
102 }