Changes: * Hashes use a monospaced font, since they have the same text-width; * Filesize does not wrap (stay always on the same line)
65 lignes
Pas d'EOL
914 o
CSS
65 lignes
Pas d'EOL
914 o
CSS
.remake {
|
|
background-color: #f0b0b0;
|
|
}
|
|
.trusted {
|
|
background-color: #98d9a8;
|
|
}
|
|
.aplus {
|
|
background-color: #60b0f0;
|
|
}
|
|
|
|
|
|
/* Copy of NyaaTorrent theme */
|
|
nav#mainmenu {
|
|
background: url(/img/topbar.png) repeat-x black;
|
|
position: fixed;
|
|
color:white;
|
|
width: 100%;
|
|
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;
|
|
border: 2px 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;
|
|
} |