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