Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Make footer somewhat readable

Cette révision appartient à :
sfan5 2017-05-10 12:56:08 +02:00
Parent a4b1a057b6
révision e9a9bd2e88

Voir le fichier

@ -1,5 +1,3 @@
/* Torrent status colors */
.remake {
background-color: rgb(240, 176, 128);
@ -323,7 +321,8 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
background: #fff;
min-height: 460px;
}
/* Night mode switcher */
/* Night mode switcher */
#mainmenu a.nightswitch {
background: transparent url(/img/sun.png) no-repeat;
background-size: 24px;
@ -331,11 +330,12 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ
margin-left: 3px;
width: 24px;
}
footer {
text-align: center;
padding: 2rem;
padding-bottom: 2rem;
font-size: 2rem;
font-family: cursive;
color: #CCC;
text-shadow: 0px -1px #999999;
}
color: #616161;
text-shadow: -1px -1px #999999;
}