Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Hopefully working dark mode mascot swap

Cette révision appartient à :
ripdog 2017-05-10 21:21:46 +12:00
Parent d194e88074
révision fff87e87d4
2 fichiers modifiés avec 12 ajouts et 1 suppressions

Voir le fichier

@ -64,6 +64,17 @@
background-size: 75px;
}
*/
img#mascot {
display:block;
background-image: url(/img/megumin.png);
box-sizing: border-box;
height: 167px;
width: 125px;
padding-left: 125px;
}
/*The above is thanks to https://css-tricks.com/replace-the-image-in-an-img-with-css/
Used to avoid the layout bugs caused by pure css background mascots, while still avoiding
JS to switch the images.*/
body {
background-color:#282A2E;

Voir le fichier

@ -3,7 +3,7 @@
{{define "content"}}
<div class="blockBody">
<ul class="list-inline" aria-label="Page navigation">
<li><img src="/img/renchon.png" /></li>
<li><img id="mascot" src="/img/renchon.png" /></li>
<li style="padding-top: 7%;" class="pull-right"><ul class="pagination">
{{ genNav .Navigation .URL 5 }}
</ul></li>