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