95173a0f33
* Should fix old uploader name in torrent view * Fix "save changes" in modtools * Modtool more colorful * Fix search bar placement in modpanel * Make colors more consistent; less would be super helpful tbqach fam * Display the old username if it's there * Fix some admin index html * Add custom icons and remove png code from all CSS * Move a good amount of cosmetic code from main to classic * Fix some weird bug with point-events; add some global icon formatting; fix mascot fucking up * Spruce up admin panel with icons on smaller viewports, along with adding trash icon * 404 redesign ;^) * Mufuyu mascot on all themes; says something slightly lewd * Fix weird user menu bug where shit would overflow
73 lignes
1,9 Kio
CSS
73 lignes
1,9 Kio
CSS
/* This is a placeholder so the classic theme can be used */
|
|
/* Ideally, the decorative parts of main.css would be here instead of there. This will have to do for now though */
|
|
body { color: #333; background: #ededed; }
|
|
|
|
.header, .box, .pagination li, .user-menu { box-shadow: 1px 3px 4px rgba(0,0,0,0.1) }
|
|
|
|
|
|
a {
|
|
color: #196759;
|
|
pointer-events: auto;
|
|
}
|
|
a:hover { color: #238BC7; }
|
|
|
|
.header {
|
|
background: #111; /* Old browsers */
|
|
background: -moz-linear-gradient(bottom, #222 0%, #111 100%);
|
|
background: -webkit-linear-gradient(bottom, #222 0%, #111 100%);
|
|
background: linear-gradient(to top, #222 0%, #111 100%);
|
|
border-color: #444;
|
|
}
|
|
.header .nav-btn { color: #ccc; }
|
|
.header .nav-btn:hover { color: #d5d5d5; }
|
|
|
|
.box, .pagination li {
|
|
background: rgba(255,255,255, 0.8);
|
|
border-color: #BBC9CF !important;
|
|
}
|
|
|
|
|
|
.form-input { border-color: #BBC9CF !important; background: #fafafa; color: #666; }
|
|
|
|
.btn:hover, .up-btn:hover { background: rgba(192,192,192,0.2); }
|
|
|
|
.form-input:focus { box-shadow: 0 0 5px #fff; }
|
|
|
|
|
|
select:after {
|
|
content: "AAAAA";
|
|
}
|
|
|
|
.header .h-user .user-avatar {
|
|
background: #111;
|
|
border-color: #444;
|
|
}
|
|
|
|
table thead { background: #fff; }
|
|
|
|
|
|
th a { color: #6E96AA; }
|
|
th { border-color: #ddd !important; }
|
|
td { border-color: #ccc !important; }
|
|
|
|
td.tr-se, .success-text { color: #22A243; }
|
|
td.tr-le, .error-text, { color: #E84C4C; }
|
|
|
|
.btn-red {
|
|
background-color: #E84C4C;
|
|
}
|
|
|
|
/* Original Nyaa colors, do NOT change! */
|
|
.aplus, .btn-blue { background: #60B0F0; }
|
|
.trusted, .btn-green { background: #98D9A8; }
|
|
.remake, .btn-orange { background: #F0B080; }
|
|
|
|
.pagination .active { background: #d5d5d5; color: #222; }
|
|
.pagination .disabled { color: #d5d5d5; cursor: unset; }
|
|
|
|
.sukebei { color: #9C7575; }
|
|
.sukebei a { color: #893636; }
|
|
.sukebei a:hover { color: #C7235D; }
|
|
.sukebei th { color: #9C7575; }
|
|
.sukebei th a { color: #893636; }
|
|
.sukebei #mascot { background-image: url('/img/mafuyu.svg'); background-size: 100%; }
|