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

81 lignes
1,6 Kio
CSS
Brut Vue normale Historique

2017-05-05 14:29:14 +02:00
/* Torrent status colors */
.remake {
2017-05-05 14:29:14 +02:00
background-color: rgb(240, 176, 128);
}
.trusted {
2017-05-05 14:29:14 +02:00
background-color: #a3e9a4;
}
.aplus {
2017-05-05 14:29:14 +02:00
background-color: #81d3fa;
}
2017-05-05 14:29:14 +02:00
/* modified copy of NyaaTorrent theme */
nav#mainmenu {
2017-05-05 14:29:14 +02:00
background: #263238;
position: fixed;
2017-05-05 12:46:47 +02:00
color: white;
width: 100%;
2017-05-05 13:19:36 +02:00
z-index: 3;
}
2017-05-05 14:29:14 +02:00
nav#mainmenu a {
color: white;
}
2017-05-05 14:29:14 +02:00
div#container {
2017-05-05 14:29:14 +02:00
padding-top: 1.25em;
background: white;
}
body {
2017-05-05 14:29:14 +02:00
background-color: #ececec;
color: #111111;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
2017-05-05 14:29:14 +02:00
/*.blockBody {
padding: 1rem;
2017-05-05 14:29:14 +02:00
}*/
.torrentNav {
text-align: center;
}
2017-05-05 14:29:14 +02:00
.pagination > .active > a {
background: #ececec;
border-color: #ececec;
color: #337ab7; /* restore usual text color */
}
/* 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
}
div.container div.blockBody:nth-of-type(2) table{table-layout:fixed;}
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:first-of-type, div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:nth-of-type(5){width:10%;}
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:nth-of-type(3){width:15%;}
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:nth-of-type(4){width:19%;}
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-type{width:6%;}
tr.torrent-info td.hash,tr.torrent-info td.date{word-wrap:break-word;}