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