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