]> git.mxchange.org Git - friendica.git/blobdiff - 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
old mode 100644 (file)
new mode 100755 (executable)
index 03434d7..9336dc0
@@ -1,7 +1,33 @@
 @import url('../testbubble/style.css');
 
+.icon {
+       background-image: url('dbicons.png');
+}
+
 body {
        background: #000000;
        color: #dddddd;
 }
 
+.info-message {
+       color: #444444;
+}
+
+#id_openid_url {
+       background: url(../testbubble/login-bg.gif) no-repeat #ffffff;
+       background-position: 0 50%;
+       padding-left: 18px;
+       width: 385px;
+       color: #000000;
+}
+
+.vevent, .eventcal {
+       color: #000000;
+}
+.event-list-date {
+       color: #DDDDDD;
+}
+
+.fortunate {
+       color: #8888FF !important;
+}
\ No newline at end of file