]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/dark.css
Merge remote-tracking branch 'upstream/master' into develop
[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 .btn, .btn:hover{
12         color: #989898;
13         border: 2px solid #0C1116;
14         background-color: #0C1116;
15         text-shadow: none;
16 }
17
18 nav { 
19         color: #989898 !important;
20         background-color: #1C2126 !important; 
21 }
22
23 nav .nav-notify {
24         background-color: #2C77AE !important
25 }
26
27 a.on {
28         color: #FFFFFF !important;
29         background-color: #2C77AE !important
30 }
31
32 aside, right_aside, .menu-popup, .fc-state-highlight, a.off, .autocomplete {
33         color: #989898 !important;
34         background-color: #252C33 !important;
35         border-right: 1px solid #D2D2D2;
36 }
37
38 body, section, blockquote, blockquote.shared_content, #profile-jot-form, 
39 .dspr, .twit, .pump, .dfrn, .tread-wrapper, code, .mail-list-wrapper, div.pager, ul.tabs {
40         color: #989898 !important;
41         background-color: #171B1F !important;
42 }
43
44 #profile-jot-acl-wrapper, #event-notice, #event-wrapper,
45 #cboxLoadedContent, .contact-photo-menu, #contact-edit-status-wrapper {
46         background-color: #252C33 !important;
47 }
48
49 div.rte, .mceContentBody {
50 background:none repeat scroll 0 0 #333333!important;
51 color:#FFF!important;
52 text-align:left;
53 }
54
55 div.pager, ul.tabs {
56   box-shadow: unset;
57   border-bottom: unset;
58 }
59
60 input, option, textarea, select {
61         color: #989898 !important;
62         border: 2px solid #0C1116 !important;
63         background-color: #0C1116 !important;
64 }
65
66 input#side-peoplefind-submit, input#side-follow-submit {
67         margin-top: 2px !important;
68 }
69
70 li :hover {
71         color: #767676 !important;
72 }
73
74 #viewcontact_wrapper-network {
75         background-color: #343434;
76 }
77
78 table.smiley-preview{
79         background-color: #252C33 !important;
80 }
81
82 /* ACL permission popup */
83  .acl-list-item.groupshow {
84         border-color: #9ade00 !important;
85 }
86
87 .acl-list-item.grouphide {
88         border-color: #ff4141 !important;
89 }
90
91 /* Notifications */
92 li.notify-unseen {
93         background-color: #252C33;
94 }
95
96 li.notify-seen {
97         background-color: #1C2126;
98 }
99
100 .photo-top-album-name {
101         background-color: #252C33;
102 }
103
104 #panel {
105         background-color: #252C33;
106         border: 3px solid #364e59;
107         color: #989898;
108 }