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