[themes] inline background image

This commit is contained in:
Shish 2023-12-26 02:15:42 +00:00
parent 1af62eca83
commit 532dbdc751
2 changed files with 1 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 B

View file

@ -8,7 +8,7 @@
font-size: 14px;
}
BODY {
background: url(bg.png) #ACE4A3;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAFVBMVEV8und+uXeo5aKo5qOq5aOr46Ks5KN5+6UZAAAAN0lEQVQImWNIc2FLcUhzYWBIczRLEU5zNGBwEQlxdHURCWBwdEkRcXN0SWBgVkswSgMSDDRTDADa2B2AhUf94AAAAABJRU5ErkJggg==');
margin: 0;
}
#header {
@ -209,16 +209,6 @@ SECTION>H3 {
padding: 4px;
}
div#twitter_update_list li {
list-style:none;
padding-bottom:0;
text-align:left;
margin-top:5px;
margin-bottom:5px;
border: solid 1px #000;
background: url(bg.png);
}
.username {
font-weight: bold;
}