Skip to content

Commit

Permalink
[themes] inline background image
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Dec 26, 2023
1 parent 1af62ec commit 532dbdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Binary file removed themes/rule34v2/bg.png
Binary file not shown.
12 changes: 1 addition & 11 deletions themes/rule34v2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 532dbdc

Please sign in to comment.