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; border-color: #6eb9d6!important;
color: white; color: white;
} }
.sukebei .form-input.refine {
background: #e2b2e2;
border-color: #f1bef1!important;
}
.header .h-user .user-avatar { .header .h-user .user-avatar {
background: #99BFD0; background: #99BFD0;
@ -122,7 +126,10 @@ td.tr-le, .error-text {
background: hsla(200, 90%, 56%, 0.2) !important; background: hsla(200, 90%, 56%, 0.2) !important;
} }
.alt-colors tr:nth-child(even).trusted { .alt-colors tr:nth-child(even).trusted {
background: hsla(100, 100%, 63%, 0.2) !important; background: hsla(100,100%,63%,0.2)!important;
}
.alt-colors .trusted td {
border-color: #d1f3c8!important;
} }
.alt-colors tr:nth-child(even).remake { .alt-colors tr:nth-child(even).remake {
background: hsla(30, 100%, 62%, 0.2) !important; background: hsla(30, 100%, 62%, 0.2) !important;

Voir le fichier

@ -12,7 +12,7 @@ a {
text-decoration: none; text-decoration: none;
} }
body, .container, .modtools { min-width: 400px;} body, .container, .modtools { min-width: 400px; }
.header, .pagination { .header, .pagination {
-webkit-user-select: none; -webkit-user-select: none;
@ -66,7 +66,7 @@ body {
} }
.container, .modtools { .container, .modtools {
max-width: 1100px; max-width: 1111px;
margin: 0 auto; margin: 0 auto;
} }
@ -708,7 +708,7 @@ html, body {
width: 11.7%; width: 11.7%;
} }
.torrent-preview-table .tr-cat { .torrent-preview-table .tr-cat {
width: 9.1%; width: 9.7%;
} }
th, .home-td, .user-td { th, .home-td, .user-td {
padding: 2px 0.3%!important; padding: 2px 0.3%!important;