X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkbubble%2Fstyle.css;h=9336dc01b452b5d97c3d19e7544301f08e0ba2bd;hb=43df068d2e005d8f19ba202160f507eba4adaa04;hp=03434d7f8a3b5603730f662d1f70d04929ecc6bc;hpb=60e0f79b9f9e94b19cc412eac41e5d8f8fec2383;p=friendica.git diff --git a/view/theme/darkbubble/style.css b/view/theme/darkbubble/style.css old mode 100644 new mode 100755 index 03434d7f8a..9336dc01b4 --- a/view/theme/darkbubble/style.css +++ b/view/theme/darkbubble/style.css @@ -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