]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkbubble/style.css
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
[friendica.git] / view / theme / darkbubble / style.css
index 03434d7f8a3b5603730f662d1f70d04929ecc6bc..9336dc01b452b5d97c3d19e7544301f08e0ba2bd 100644 (file)
@@ -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