Good evening, second attempt. This one, I took the homepage as template. You'll find the patch and a screenshot attached. For me it looks nicer, now.
However, feedback is always appreciated :) Regards, Ryuno-Ki
0001-homepage-like-design-of-torrent-page.patch
Description: Binary data
/* Global */
html {
font-size: 100%;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
body {
font-family: Verdana,sans-serif,"Times New Roman";
background-color: #D8D8D8;
}
h3 {
width: 100%;
background-image: linear-gradient(bottom, #212222 46%, #111111 73%);
background-image: -o-linear-gradient(bottom, #212222 46%, #111111 73%);
background-image: -moz-linear-gradient(bottom, #212222 46%, #111111 73%);
background-image: -webkit-linear-gradient(bottom, #212222 46%, #111111 73%);
background-image: -ms-linear-gradient(bottom, #212222 46%, #111111 73%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.46, #212222),
color-stop(0.73, #111111)
);
/* background-color: #111111; */
color: #EEEEEE;
text-align: center;
}
li {
background-color: #FFFFFF;
color: #000000;
list-style: none;
padding-left: 0.5em;
}
li:first-child {
-webkit-border-radius: 5px 5px 0px 0px;
-khtml-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
li:last-child {
-webkit-border-radius: 0px 0px 5px 5px;
-khtml-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}
table {
border-top: 1px solid #A0522D;
border-left: 1px solid #A0522D;
/* border-spacing: 8px; */
width: 80 %;
background-color: #FFFFFF;
color: #000000;
}
th, td {
border-right: 1px solid #A0522D;
border-bottom: 1px solid #A0522D;
background-color: #FFFFFF;
color: #000000;
width: 100%;
padding: 0.3em;
text-overflow: ellipsis;
white-space: nowrap;
}
th {
background-color: #2364CD;
text-align: center;
}
table {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
tr:last-child td:last-child {
-webkit-border-radius: 0px 0px 5px 0px;
-khtml-border-radius: 0px 0px 5px 0px;
-moz-border-radius: 0px 0px 5px 0px;
border-radius: 0px 0px 5px 0px;
}
tbody > tr:last-child > td {
font-weight: bold;
}
/*
code {
display: block;
padding: 0;
max-width: 5em;
overflow: auto;
background-color: yellow;
} */
td:hover {
background-color: #CACACA;
}
a {
display: block;
}
a,
a:link,
a:visited,
a:active
{
color: #083671;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
