Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/public/css/style-night.css

73 lignes
1,3 Kio
CSS

/*Don't make changes to layout here, only colours*/
/* Torrent status colors */
.remake {
background-color: #795c46;
}
.trusted {
background-color: #3d743e;
}
.aplus {
background-color: #487589;
}
/* modified copy of NyaaTorrent theme */
#mainmenu {
background: #263238;
color: #f2f2f2;
border: 0px solid #263238;
}
#mainmenu a {
color: #eff5f5;
}
#container {
background-color: #29363d;
}
#container.cont-home {
background: #29363d url(/img/megumin.png) no-repeat;
}
#container.cont-view {
background: #29363d url(/img/megumin.png) no-repeat;
background-size: 75px;
}
body {
background-color:#282A2E;
color: #eff5f5;
}
.pagination > .active > a {
background: #ececec;
border-color: #ececec;
color: #337ab7; /* restore usual text color */
}
/* Links, Text */
a {
color: #81a2be;
text-decoration : none;
}
.btn-success {
color: #fff;
background-color: #b294bb;
border-color: #b294bb;
}
.comment-row {
border-top: 1px solid #ddd;
}
:target {
background-color: #585b4f;
}
/* style the dropdown member menu */
.nav > .dropdown.open, .profile-image[aria-expanded="true"], .nav ul.dropdown-menu {
background: #282A2E !important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
background: #263238;
}