5e8b2b5cb4
* Each selector on its own line when using multiple selectors in one rule * Space before opening brace * Space after : in props * Blank line between rules * Avoid end of line comments
185 lignes
2,7 Kio
CSS
185 lignes
2,7 Kio
CSS
/*Don't make changes to layout here, only colours*/
|
|
/* Torrent status colors */
|
|
.remake {
|
|
/*270,13%,28%*/
|
|
background-color: #473e50;
|
|
}
|
|
|
|
.trusted {
|
|
/*150,17%,27%*/
|
|
background-color: #395045;
|
|
}
|
|
|
|
.aplus {
|
|
/*205,30%,34%*/
|
|
background-color: #3c5b71;
|
|
}
|
|
|
|
.remake a {
|
|
/*270,26%,81%*/
|
|
color: #cfc2dc;
|
|
}
|
|
|
|
.trusted a {
|
|
/*170,36%,81%*/
|
|
color: #bde0db;
|
|
}
|
|
|
|
.remake a:hover {
|
|
color: #cf9fff;
|
|
}
|
|
|
|
.trusted a:hover {
|
|
color: #6ae3d1;
|
|
}
|
|
|
|
.table > tbody > tr > td,
|
|
.table > tbody > tr > th,
|
|
.table > tfoot > tr > td,
|
|
.table > tfoot > tr > th,
|
|
.table > thead > tr > td,
|
|
.table > thead > tr > th {
|
|
border-color: hsla(200,60%,70%,0.15);
|
|
}
|
|
|
|
.pagination > li > a,
|
|
.pagination > li > span {
|
|
color: #fff;
|
|
background-color: #b294bb;
|
|
border-color: #b294bb;
|
|
}
|
|
|
|
.pagination > .active > a,
|
|
.pagination > .active > a:focus,
|
|
.pagination > .active > a:hover,
|
|
.pagination > .active > span,
|
|
.pagination > .active > span:focus,
|
|
.pagination > .active > span:hover {
|
|
background-color: #a2c9dd;
|
|
border-color: #a2c9dd;
|
|
}
|
|
|
|
#mainmenu {
|
|
background: #263238;
|
|
color: #f2f2f2;
|
|
border: 0px solid #263238;
|
|
}
|
|
|
|
#mainmenu a {
|
|
color: #eff5f5;
|
|
}
|
|
|
|
#container {
|
|
background-color: #29363d;
|
|
}
|
|
|
|
#mascot {
|
|
background-image: url(/img/megumin.png);
|
|
}
|
|
|
|
body,
|
|
footer {
|
|
background-color: #282A2E;
|
|
color: #eff5f5;
|
|
}
|
|
|
|
.pagination > .active > a {
|
|
background: #ececec;
|
|
border-color: #ececec;
|
|
/* restore usual text color */
|
|
color: #337ab7;
|
|
}
|
|
|
|
/* Links, Text */
|
|
a {
|
|
color: #a2c9dd;
|
|
}
|
|
|
|
a:hover {
|
|
color: #55c5ff;
|
|
text-shadow: 1px 1px 0 #000;
|
|
}
|
|
|
|
.btn-success {
|
|
color: #fff;
|
|
background-color: #b294bb;
|
|
border-color: #b294bb;
|
|
}
|
|
|
|
:target {
|
|
background-color: #b294bb;
|
|
}
|
|
|
|
.form-control,
|
|
pre {
|
|
color: #fff;
|
|
background-color: #29363d
|
|
}
|
|
|
|
/* style the dropdown member menu */
|
|
.nav > .dropdown.open,
|
|
.profile-image[aria-expanded="true"],
|
|
.nav ul.dropdown-menu {
|
|
background: #282A2E;
|
|
}
|
|
|
|
.dropdown-menu > li > a:focus,
|
|
.dropdown-menu > li > a:hover {
|
|
background: #263238;
|
|
}
|
|
|
|
/* Profile Content */
|
|
.profile-content {
|
|
background: #29363d;
|
|
}
|
|
|
|
/* Night mode switcher */
|
|
#mainmenu a.nightswitch {
|
|
background-image: url(/img/moon.png);
|
|
}
|
|
|
|
/* Force images on description to fit width */
|
|
#description img {
|
|
display: block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
/* fix dark-on-dark */
|
|
.captcha-container img {
|
|
background: #fff;
|
|
border-radius: .4em .4em 0 0;
|
|
border-bottom: .5em solid #fff;
|
|
margin-bottom: -.5em;
|
|
}
|
|
|
|
.modal-content {
|
|
background: #29363d;
|
|
}
|
|
|
|
.modal-content .close {
|
|
color: #fff;
|
|
}
|
|
|
|
.text-error {
|
|
background: #29363d;
|
|
color: #cf9fff;
|
|
}
|
|
|
|
/*Comments*/
|
|
.commentList .commentData {
|
|
color: #fff;
|
|
}
|
|
|
|
.commentList .commentBody {
|
|
background: #29363d;
|
|
color: #fff;
|
|
}
|
|
|
|
textarea.torrent-desc {
|
|
background: none;
|
|
}
|
|
|
|
.md-editor > textarea:focus {
|
|
background: none;
|
|
}
|