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