]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/dark.css
wrapping up 2019.12
[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 .wall-item-content a {
13         font-weight: bold;
14 }
15
16 .mail-conv-body a {
17         font-weight: bold;
18 }
19
20 .btn, .btn:hover{
21         color: #989898;
22         border: 2px solid #0C1116;
23         background-color: #0C1116;
24         text-shadow: none;
25 }
26
27 nav { 
28         color: #989898 !important;
29         background-color: #1C2126 !important; 
30 }
31
32 nav .nav-notify {
33         background-color: #2C77AE !important
34 }
35
36 a.on {
37         color: #FFFFFF !important;
38         background-color: #2C77AE !important
39 }
40
41 aside, right_aside, .menu-popup, .fc-state-highlight, a.off, .autocomplete {
42         color: #989898 !important;
43         background-color: #252C33 !important;
44         border-right: 1px solid #D2D2D2;
45 }
46
47 body, section, blockquote, blockquote.shared_content, #profile-jot-form, 
48 .dspr, .twit, .pump, .dfrn, .tread-wrapper, code, .mail-list-wrapper, div.pager, ul.tabs {
49         color: #989898 !important;
50         background-color: #171B1F !important;
51 }
52
53 #profile-jot-acl-wrapper, #event-notice, #event-wrapper,
54 #cboxLoadedContent, .contact-photo-menu, #contact-edit-status-wrapper {
55         background-color: #252C33 !important;
56 }
57
58 div.rte, .mceContentBody {
59 background:none repeat scroll 0 0 #333333!important;
60 color:#FFF!important;
61 text-align:left;
62 }
63
64 div.pager, ul.tabs {
65   box-shadow: unset;
66   border-bottom: unset;
67 }
68
69 input, option, textarea, select {
70         color: #989898 !important;
71         border: 2px solid #0C1116 !important;
72         background-color: #0C1116 !important;
73 }
74
75 input#side-peoplefind-submit, input#side-follow-submit {
76         margin-top: 2px !important;
77 }
78
79 li :hover {
80         color: #767676 !important;
81 }
82
83 #viewcontact_wrapper-network {
84         background-color: #343434;
85 }
86
87 table.smiley-preview{
88         background-color: #252C33 !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 }