Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

11px bigger website & small css stuff (#1473)

* 11px bigger website

* Lighter green for alt-colors

* Rollback previous change but change trusted td border color

* Fix torrent preview category image being cropped too much at some very specific resolutions

* pink color for refine button on sukebei
Cette révision appartient à :
kilo 2017-09-03 07:49:11 +02:00 révisé par ewhal
Parent e4767d42b5
révision 6f6f03f7ba
2 fichiers modifiés avec 11 ajouts et 4 suppressions

Voir le fichier

@ -51,6 +51,10 @@ a:hover {
border-color: #6eb9d6!important;
color: white;
}
.sukebei .form-input.refine {
background: #e2b2e2;
border-color: #f1bef1!important;
}
.header .h-user .user-avatar {
background: #99BFD0;
@ -124,6 +128,9 @@ td.tr-le, .error-text {
.alt-colors tr:nth-child(even).trusted {
background: hsla(100,100%,63%,0.2)!important;
}
.alt-colors .trusted td {
border-color: #d1f3c8!important;
}
.alt-colors tr:nth-child(even).remake {
background: hsla(30, 100%, 62%, 0.2) !important;
}

Voir le fichier

@ -66,7 +66,7 @@ body {
}
.container, .modtools {
max-width: 1100px;
max-width: 1111px;
margin: 0 auto;
}
@ -708,7 +708,7 @@ html, body {
width: 11.7%;
}
.torrent-preview-table .tr-cat {
width: 9.1%;
width: 9.7%;
}
th, .home-td, .user-td {
padding: 2px 0.3%!important;