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

Update classic.css

Cette révision appartient à :
kilo 2017-10-31 04:21:44 +01:00 révisé par GitHub
Parent a4b9b34f9b
révision 30c6993df2
Signature inconnue de Forgejo
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 15 ajouts et 1 suppressions

Voir le fichier

@ -726,7 +726,15 @@ span.tag {
.torrent-info-data #subscribe-link::before, .torrent-info-data #subscribe-link:: after {
color: #111111;
}
.content > p:first-child+div.centered+div.refine+div #reportPopup {
top: 145px;
}
.content > p:first-child+div#announce+div.refine+div #reportPopup {
top: 110px;
}
.content > div#announce:first-child+div.refine+div #reportPopup {
top: 67px;
}
#reportPopup {
text-decoration: underline dotted;
height: auto!important;
@ -737,9 +745,15 @@ span.tag {
top: 103px;
right: 11px;
}
.sukebei #reportPopup {
color: #660000;
}
#reportPopup:hover {
text-decoration: underline;
}
.modal-header {
background: linear-gradient(to bottom, #33ca98 0%, #337372 72%);
}
.modal-footer{
background: #26332e;
}