]> git.mxchange.org Git - friendica.git/blob - view/theme/darkbubble/style.css
make 'PHP "register_argc_argv"' easier to translate, may require fix for po2php
[friendica.git] / view / theme / darkbubble / style.css
1 @import url('../testbubble/style.css');
2
3 .icon {
4         background-image: url('dbicons.png');
5 }
6
7 body {
8         background: #000000;
9         color: #dddddd;
10 }
11
12 .info-message {
13         color: #444444;
14 }
15
16 #id_openid_url {
17         background: url(../testbubble/login-bg.gif) no-repeat #ffffff;
18         background-position: 0 50%;
19         padding-left: 18px;
20         width: 385px;
21         color: #000000;
22 }
23
24 .vevent, .eventcal {
25         color: #000000;
26 }
27 .event-list-date {
28         color: #DDDDDD;
29 }
30
31 .fortunate {
32         color: #8888FF !important;
33 }