Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge branch 'refactor' of https://github.com/NyaaPantsu/nyaa into refactor

Cette révision appartient à :
akuma06 2017-07-20 20:55:42 +02:00
révision 669c43fb4d
4 fichiers modifiés avec 10 ajouts et 13 suppressions

Voir le fichier

@ -55,7 +55,7 @@ td.tr-le, .error-text { color: #E84C4C; }
.btn-red {
background-color: #E84C4C;
color: #E8E8E8;
color: #E8E8E8!important;
}
.btn-red:hover {

Voir le fichier

@ -20,7 +20,7 @@ a:hover { color: #444; }
.header .h-user .user-avatar {
background: #99BFD0;
border-color: #1d6d90;
border-color: #a3c7d3;
}
.header .h-user .user-menu {
background: #BDE0EF;
@ -49,7 +49,7 @@ td.tr-le, .error-text { color: #E84C4C; }
.btn-red {
background-color: #E84C4C;
color: #E8E8E8;
color: #E8E8E8!important;
}
.btn-red:hover { color: #E8E8E8; }

Voir le fichier

@ -598,7 +598,6 @@ html, body {
}
.profile-main {
display: flex;
justify-content: space-between;
}
.profile-content {
width: 77%;
@ -1013,16 +1012,12 @@ input.nav-btn {
}
.rules-drop > div {
height: auto;
padding: 0;
padding: 10px 0;
border-top: none;
}
.rules-drop > div > ul { margin-top: 11px; margin-right: 13px; }
.refine-btn {
width: 10%;
}
summary::-webkit-details-marker {
display: none
}
.rules-drop > div > ul { margin: 0; margin-right: 15px; }
summary { display: block; }
summary::-webkit-details-marker { display: none }
summary:after {
vertical-align: middle;
float: left;
@ -1035,6 +1030,7 @@ details[open] summary:after {
content: "-";
margin: -5px 5px 0 0;
}
.refine-btn { width: 30%; }
.torrent-preview-table > table { border: 3px solid #dfdeeb; }
.nyaa-cat { background: url('/img/categories.png') no-repeat; background-position-x: right!important; max-width: 80px; min-width: 67px; height: 28px; display: block; }

Voir le fichier

@ -14,7 +14,7 @@ a:hover { color: #5F89AC; }
.header .nav-btn { color: #c5c8c6; }
.header .nav-btn:hover { color: #eee; }
.box, .pagination li { background: hsla(222, 8%, 20%, 0.8); border-color: #141517 !important; }
.box, .pagination li { background: hsla(222, 8%, 20%, 0.85); border-color: #141517 !important; }
.form-input { border-color: #0C0D0E !important; background: #141517; color: #c5c8c6; }
@ -100,3 +100,4 @@ td.tr-le, .error-text { color: #cc6666; }
.form-input.language { background-color: #35363c; }
.torrent-info-box > p > a, .torrent-info-box > div > a, #description-box a { text-decoration: none; }
.torrent-info-box { border-color: #53565e; }