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