]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/deriv/darkzero.css
networkheader: do css work the other supported themes
[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 {background-color: #b7bab3;}
54 .nav-commlink:link, .nav-commlink:visited,
55 .nav-login-link:link, .nav-login-link:visited{
56         color: #ffffff;
57 }
58
59 .fakelink, .fakelink:visited {
60         color: #99CCFF;
61 }
62
63 .wall-item-name-link {
64         color: #99CCFF;
65 }
66
67 .wall-item-photo-menu li a, .contact-photo-menu {
68         color: #CCCCCC; background-color: #333333;
69 }
70
71 .wall-item-photo-menu li a:hover {
72         background-color: #CCCCCC; color: #333333;
73 }
74
75 code {
76   background:#2e2f2e !important;
77   color:#fff !important;
78 }
79
80 blockquote {
81   background:#2e2f2e !important;
82   color:#eec !important;
83 }
84
85
86 #page-footer { min-height: 1em;}
87 footer {
88         margin: 0px 10%;
89         display: block;
90         background-image: url('imgdarkzero/sectionend.jpg');
91         background-position: top left;
92         background-repeat: repeat-x;
93         height: 25px;   
94 }
95
96
97 input#dfrn-url {
98         background-color: #222222;
99         color: #FFFFFF !important;
100 }
101 .pager_first a, .pager_last a, .pager_prev a, .pager_next a, .pager_n a, .pager_current, .scroll_loader_text {
102     color: #000088;
103 }
104
105 #jot-perms-icon {
106         float: left;
107 }
108
109
110 #jot-title, #jot-category {
111         background-color: #333333;
112         border: 1px solid #333333;
113 }
114
115 #jot-title::-webkit-input-placeholder{ color: #555555!important;}
116 #jot-title:-moz-placeholder{color: #555555!important;}
117 #jot-category::-webkit-input-placeholder{ color: #555555!important;}
118 #jot-category:-moz-placeholder{color: #555555!important;}
119                 
120         
121 #jot-title:hover,
122 #jot-title:focus,
123 #jot-category:hover,
124 #jot-category:focus {
125         border: 1px solid #cccccc; 
126 }
127
128 .acl-list-item p, #profile-jot-email-label, div#jot-preview-content, div.profile-jot-net {
129         color: #eec;
130 }
131 #fancybox-content{
132   background:#444;
133 }
134
135 input#acl-search {
136         background-color: #aaa;
137 }
138
139
140 .notify-seen {
141   background:#111;
142 }
143
144 #nav-notifications-menu {
145   background: #2e2e2f;
146 }
147
148 #nav-notifications-menu li:hover {
149   background: #444;
150 }
151
152 .acpopupitem{
153   background:#2e2f2e;
154 }
155
156 .group-selected, .nets-selected, .fileas-selected, .categories-selected{
157   background:#2e2f2e;
158 }
159
160 /* Events */
161
162 .fc-state-highlight {
163 background: #666 !important;
164 }
165
166 .fc-state-disabled, .fc-state-disabled .fc-button-inner {
167 color: #000 !important;
168 }
169
170 /*Admin page */
171
172 #adminpage table tr:hover {
173     color: #eec;
174     background-color: #666;
175 }
176
177 .settings-widget .selected {
178 background: #666;
179 }
180
181
182 /* Stuff that doesn't seem to fit with anything else */
183
184 #datebrowse-sidebar select {
185 color:#99CCFF !important;
186 }
187
188 input#prvmail-subject {
189 background: #222 !important;
190 }