Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Revert z-index changes that made mascot appear in front of pagination & footer (#1455)

* Rollback

* color that looks more blue for alt colors

* Less blue
Cette révision appartient à :
kilo 2017-09-01 04:46:05 +02:00 révisé par ewhal
Parent 9d4bf36231
révision 2ade6fac8d
2 fichiers modifiés avec 4 ajouts et 4 suppressions

Voir le fichier

@ -37,7 +37,7 @@ body {
#mascot {
position: fixed;
z-index: 3;
z-index: 1;
bottom: 0;
right: 0;
width: 60vh;
@ -53,7 +53,7 @@ body {
}
.header {
z-index: 5;
z-index: 3;
position: fixed;
width: 100%;
top: 0;
@ -72,7 +72,7 @@ body {
.content {
position: relative;
z-index: 4;
z-index: 2;
}
.header .container {

Voir le fichier

@ -89,7 +89,7 @@ td.tr-le, .error-text {
}
.alt-colors tr:nth-child(even) {
background: hsla(255, 4%, 29%, 0.2);
background: hsla(244, 11%, 21%, 0.2);
}
.alt-colors tr:nth-child(odd) {
background: hsla(255, 31%, 6%, 0.2);