]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/deriv/darkzero.css
wrapping up 2019.12
[friendica.git] / view / theme / duepuntozero / deriv / darkzero.css
1 /* dark variation Fabio Comuni <fabrix.xm@gmail.com> */
2
3 a:link, a:visited { color: #99CCFF; text-decoration: none; }
4 a:hover {text-decoration: underline; }
5
6 input, select, textarea {
7         background-color: #222222;
8         color: #FFFFFF !important;
9         border: 1px solid #444444;
10 }
11 .openid { background-color: #222222;}
12
13 body {  background-color: #222222; color: #cccccc; background-image: url('imgdarkzero/head.jpg'); }
14 aside{  background-image: url('imgdarkzero/border.jpg'); padding-bottom: 0px; }
15 section { background-color: #333333;    background-image: url('imgdarkzero/border.jpg'); }
16 #panel { background-color: #2e2f2e;}
17
18 .tabs { background-image: url('imgdarkzero/head.jpg'); }
19 div.wall-item-content-wrapper.shiny {  background-image: url('ingdarkzero/shiny.png'); }
20
21 nav #banner #logo-text a { color: #ffffff; }
22
23 /* Contact-Header for the Network Stream */
24 #viewcontact_wrapper-network {background-image: url('imgdarkzero/head.jpg');}
25
26 .wall-item-content-wrapper { 
27         border: 1px solid #444444; 
28         background: #444444;  
29 }
30 .wall-item-outside-wrapper.threaded > .wall-item-content-wrapper {
31         -moz-border-radius: 3px 3px 0px;
32         border-radius: 3px 3px 0px;     
33 }
34 .wall-item-tools {      background-color: #444444;   background-image: none;}
35 .comment-wwedit-wrapper{
36         background-color: #333333;
37 }
38 .comment-wwedit-wrapper.threaded {
39         border: solid #444444;
40         border-width: 0px 3px 3px;
41         -moz-border-radius: 0px 0px 3px 3px;
42         border-radius: 0px 0px 3px 3px; 
43 }
44 .editicon {
45         background-color: #333;
46 }
47 .comment-edit-preview{ color: #000000; }
48 .wall-item-content-wrapper.comment { background-color: #444444; border: 0px;}
49 .photo-top-album-name{ background-color: #333333; }
50 .photo-album-image-wrapper .caption { background-color: rgba(51, 51, 51, 0.8); color: #FFFFFF; }
51
52 .nav-selected.nav-link { color: #ffffff!important; border-bottom: 0px}
53 .nav-commlink, .nav-login-link, .nav-logout-link {background-color: #b7bab3;}
54 .nav-commlink:link, .nav-commlink:visited,
55 .nav-login-link:link, .nav-login-link:visited,
56 .nav-logout-link:link, .nav-logout-link:visited {
57         color: #ffffff;
58 }
59
60 .fakelink, .fakelink:visited {
61         color: #99CCFF;
62 }
63
64 .wall-item-name-link {
65         color: #99CCFF;
66 }
67
68 .wall-item-photo-menu li a, .contact-photo-menu {
69         color: #CCCCCC; background-color: #333333;
70 }
71
72 .wall-item-photo-menu li a:hover {
73         background-color: #CCCCCC; color: #333333;
74 }
75
76 code {
77   background:#2e2f2e !important;
78   color:#fff !important;
79 }
80
81 blockquote {
82   background:#2e2f2e !important;
83   color:#eec !important;
84 }
85
86
87 #page-footer { min-height: 1em;}
88 footer {
89         margin: 0px 10%;
90         display: block;
91         background-image: url('imgdarkzero/sectionend.jpg');
92         background-position: top left;
93         background-repeat: repeat-x;
94         height: 25px;   
95 }
96
97
98 input#dfrn-url {
99         background-color: #222222;
100         color: #FFFFFF !important;
101 }
102 .pager_first a, .pager_last a, .pager_prev a, .pager_next a, .pager_n a, .pager_current, .scroll_loader_text {
103     color: #000088;
104 }
105
106 #jot-perms-icon {
107         float: left;
108 }
109
110
111 #jot-title, #jot-category {
112         background-color: #333333;
113         border: 1px solid #333333;
114 }
115
116 #jot-title::-webkit-input-placeholder{ color: #555555!important;}
117 #jot-title:-moz-placeholder{color: #555555!important;}
118 #jot-category::-webkit-input-placeholder{ color: #555555!important;}
119 #jot-category:-moz-placeholder{color: #555555!important;}
120                 
121         
122 #jot-title:hover,
123 #jot-title:focus,
124 #jot-category:hover,
125 #jot-category:focus {
126         border: 1px solid #cccccc; 
127 }
128
129 #profile-jot-email-label, div#jot-preview-content, div.profile-jot-net {
130         color: #eec;
131 }
132 #fancybox-content{
133   background:#444;
134 }
135
136 .notify-seen {
137   background:#111;
138 }
139
140 #nav-notifications-menu {
141   background: #2e2e2f;
142 }
143
144 #nav-notifications-menu li:hover {
145   background: #444;
146 }
147
148 .acpopupitem{
149   background:#2e2f2e;
150 }
151
152 .widget .selected, .group-selected {
153   background:#2e2f2e;
154 }
155
156 /* Events */
157
158 .fc-state-highlight {
159 background: #666 !important;
160 }
161
162 .fc-state-disabled, .fc-state-disabled .fc-button-inner {
163 color: #000 !important;
164 }
165
166 /*Admin page */
167
168 #adminpage table tr:hover {
169     color: #eec;
170     background-color: #666;
171 }
172
173 .settings-widget .selected {
174 background: #666;
175 }
176
177
178 /* Stuff that doesn't seem to fit with anything else */
179
180 #datebrowse-sidebar select {
181 color:#99CCFF !important;
182 }
183
184 input#prvmail-subject {
185 background: #222 !important;
186 }