X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkbubble%2Fstyle.css;h=9336dc01b452b5d97c3d19e7544301f08e0ba2bd;hb=ad287914c796c1512c3ff2385873ad111aa72d89;hp=03434d7f8a3b5603730f662d1f70d04929ecc6bc;hpb=50c4077c5be4828c67f71504f32dd74d96aec23e;p=friendica.git diff --git a/view/theme/darkbubble/style.css b/view/theme/darkbubble/style.css index 03434d7f8a..9336dc01b4 100644 --- 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