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/css/style.css

66 lignes
889 o
CSS
Brut Vue normale Historique

.remake {
background-color: #f0b0b0;
}
.trusted {
background-color: #98d9a8;
}
.aplus {
background-color: #60b0f0;
}
/* Copy of NyaaTorrent theme */
nav#mainmenu {
2017-05-05 12:46:47 +02:00
background: #1b1b1b;
position: fixed;
2017-05-05 12:46:47 +02:00
color: white;
width: 100%;
2017-05-05 12:46:47 +02:00
z-index: 2;
}
nav#mainmenu a {
color: white;
}
div#container {
padding-top: 10rem;
}
body {
background-color: #FBFBFB;
color: #111111;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.blockBody {
border-radius: 5px;
2017-05-05 12:46:47 +02:00
border: 1px solid black;
padding: 1rem;
}
.torrentNav {
text-align: center;
}
/* Links, Text */
a {
color: #106655;
text-decoration : none;
}
.torrent-info .name {
font-weight: bold;
overflow: hidden;
padding-bottom: 3px;
padding-top: 3px;
word-wrap: break-word;
}
.torrent-info .hash {
font-family: monospace;
}
.torrent-info .filesize {
white-space: nowrap;
2017-05-05 12:46:47 +02:00
}