-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
PantsuDev
committed
Jul 23, 2017
1 parent
3c34b0a
commit a931b47
Showing
17 changed files
with
1,875 additions
and
1,023 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,162 @@ | ||
/* 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) } | ||
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; | ||
color: #196759; | ||
pointer-events: auto; | ||
} | ||
|
||
a:hover { | ||
color: #238BC7; | ||
} | ||
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; | ||
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; | ||
.header .nav-btn { | ||
color: #ccc; | ||
} | ||
|
||
.header .nav-btn:hover { | ||
color: #d5d5d5; | ||
} | ||
|
||
.form-input { border-color: #BBC9CF !important; background: #fafafa; color: #666; } | ||
.box, .pagination li { | ||
background: rgba(255, 255, 255, 0.8); | ||
border-color: #BBC9CF !important; | ||
} | ||
|
||
.btn:hover, .up-btn:hover { background: rgba(192,192,192,0.2); } | ||
.form-input { | ||
border-color: #BBC9CF !important; | ||
background: #fafafa; | ||
color: #666; | ||
} | ||
|
||
.form-input:focus { box-shadow: 0 0 5px #fff; } | ||
.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"; | ||
content: "AAAAA"; | ||
} | ||
|
||
.header .h-user .user-avatar { | ||
background: #111; | ||
border-color: #444; | ||
background: #111; | ||
border-color: #444; | ||
} | ||
|
||
table thead { background: #fff; } | ||
table thead { | ||
background: #fff; | ||
} | ||
|
||
th a { | ||
color: #6E96AA; | ||
} | ||
|
||
th a { color: #6E96AA; } | ||
th { border-color: #ddd !important; } | ||
td { border-color: #ccc !important; } | ||
th { | ||
border-color: #ddd !important; | ||
} | ||
|
||
td.tr-se, .success-text { color: #22A243; } | ||
td.tr-le, .error-text { color: #E84C4C; } | ||
td { | ||
border-color: #ccc !important; | ||
} | ||
|
||
td.tr-se, .success-text { | ||
color: #22A243; | ||
} | ||
|
||
td.tr-le, .error-text { | ||
color: #E84C4C; | ||
} | ||
|
||
.btn-red { | ||
background-color: #E84C4C; | ||
color: #E8E8E8!important; | ||
background-color: #E84C4C; | ||
color: #E8E8E8!important; | ||
} | ||
|
||
.btn-red:hover { | ||
color: #E8E8E8; | ||
color: #E8E8E8; | ||
} | ||
|
||
.torrent-info-box>p>a, .torrent-info-box>div>a, #description-box a { | ||
color: #1fa4d0; | ||
} | ||
|
||
.torrent-info-box > p > a, .torrent-info-box > div > a, #description-box a { | ||
.torrent-info-box>p>a:hover, .torrent-info-box>div>a:hover, #description-box a:hover { | ||
color: #1fa4d0; | ||
} | ||
.torrent-info-box > p > a:hover, .torrent-info-box > div > a:hover, #description-box a:hover { color: #1fa4d0; } | ||
|
||
|
||
/* 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; } | ||
.aplus, .btn-blue { | ||
background: #60B0F0; | ||
} | ||
|
||
.trusted, .btn-green { | ||
background: #98D9A8; | ||
} | ||
|
||
.remake, .btn-orange { | ||
background: #F0B080; | ||
} | ||
|
||
.pagination .active { | ||
background: #d5d5d5; | ||
color: #222; | ||
} | ||
|
||
.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%; } | ||
.pagination .disabled { | ||
color: #d5d5d5; | ||
cursor: unset; | ||
} | ||
|
||
.sukebei { | ||
color: #9C7575; | ||
} | ||
|
||
.form-input.language { background-color: #f5f5f5; } | ||
.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%; | ||
} | ||
|
||
.form-input.language { | ||
background-color: #f5f5f5; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
background: url('flags.png') no-repeat; | ||
} | ||
|
||
|
||
.flag.flag-zh { | ||
background-position: -16px 0; | ||
} | ||
|
Oops, something went wrong.