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

74 lignes
1,3 Kio
CSS
Brut Vue normale Historique

/*Don't make changes to layout here, only colours*/
2017-05-06 17:06:22 +02:00
/* Torrent status colors */
.remake {
background-color: #795c46;
2017-05-06 17:06:22 +02:00
}
.trusted {
background-color: #3d743e;
2017-05-06 17:06:22 +02:00
}
.aplus {
background-color: #487589;
2017-05-06 17:06:22 +02:00
}
/* modified copy of NyaaTorrent theme */
#mainmenu {
background: #263238;
color: #f2f2f2;
border: 0px solid #263238;
}
#mainmenu a {
color: #eff5f5;
}
#container {
2017-05-07 18:19:37 +02:00
background-color: #29363d;
2017-05-06 17:06:22 +02:00
}
#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;
2017-05-06 17:06:22 +02:00
}
body {
2017-05-08 02:51:54 +02:00
background-color:#282A2E;
2017-05-06 17:06:22 +02:00
color: #eff5f5;
}
.pagination > .active > a {
2017-05-07 20:54:05 +02:00
background: #ececec;
2017-05-06 17:06:22 +02:00
border-color: #ececec;
color: #337ab7; /* restore usual text color */
}
/* Links, Text */
a {
2017-05-08 02:51:54 +02:00
color: #81a2be;
2017-05-06 17:06:22 +02:00
text-decoration : none;
}
2017-05-08 02:51:54 +02:00
.btn-success {
color: #fff;
background-color: #b294bb;
border-color: #b294bb;
}
2017-05-06 17:06:22 +02:00
.comment-row {
border-top: 1px solid #ddd;
}
2017-05-08 06:49:00 +02:00
:target {
background-color: #585b4f;
}
/* style the dropdown member menu */
2017-05-09 07:27:18 +02:00
.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;
}