]> git.mxchange.org Git - friendica.git/blob - view/theme/darkzero/style.css
Merge branch 'master' of https://github.com/friendica/friendica
[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 { border: 1px solid #444444; }
26 .wall-item-tools {      background-color: #444444;   background-image: none;}
27 .comment-wwedit-wrapper{ background-color: #333333; }
28 .comment-edit-preview{ color: #000000; }
29 .wall-item-content-wrapper.comment { background-color: #444444; border: 0px;}
30 .photo-top-album-name{ background-color: #333333; }
31 .photo-album-image-wrapper .caption { background-color: rgba(51, 51, 51, 0.8); color: #FFFFFF; }
32
33 .nav-selected.nav-link { color: #ffffff!important; border-bottom: 0px}
34 .nav-commlink, .nav-login-link {background-color: #b7bab3;}
35 .nav-commlink:link, .nav-commlink:visited,
36 .nav-login-link:link, .nav-login-link:visited{
37         color: #ffffff;
38 }
39
40 .fakelink, .fakelink:visited {
41         color: #99CCFF;
42 }
43
44 .wall-item-name-link {
45         color: #99CCFF;
46 }
47
48 .wall-item-photo-menu li a {
49         color: #CCCCCC; background-color: #333333;
50 }
51
52 .wall-item-photo-menu li a:hover {
53         background-color: #CCCCCC; color: #333333;
54 }
55 #page-footer { min-height: 1em;}
56 footer {
57         margin: 0px 10%;
58         display: block;
59         background-image: url('sectionend.jpg');
60         background-position: top left;
61         background-repeat: repeat-x;
62         height: 25px;   
63 }
64
65
66 input#dfrn-url {
67         background-color: #222222;
68         color: #FFFFFF !important;
69 }
70 .pager_first a, .pager_last a, .pager_prev a, .pager_next a, .pager_n a, .pager_current {
71     color: #000088;
72 }
73
74 #jot-perms-icon {
75         float: left;
76 }
77
78
79 #jot-title, #jot-category {
80         background-color: #333333;
81         border: 1px solid #333333;
82 }
83
84 #jot-title::-webkit-input-placeholder{ color: #555555!important;}
85 #jot-title:-moz-placeholder{color: #555555!important;}
86 #jot-category::-webkit-input-placeholder{ color: #555555!important;}
87 #jot-category:-moz-placeholder{color: #555555!important;}
88                 
89         
90 #jot-title:hover,
91 #jot-title:focus,
92 #jot-category:hover,
93 #jot-category:focus {
94         border: 1px solid #cccccc; 
95 }
96 blockquote {
97         background: #ddd;
98         color: #000;
99 }
100
101 .acl-list-item p, #profile-jot-email-label, div#jot-preview-content, div.profile-jot-net {
102         color: #000000;
103 }
104
105 input#acl-search {
106         background-color: #aaa;
107 }