Code:
body {
background-color:#0f0f0f;
font-family:arial;
font-size:14px;
color:#dbdbdb;
}
form {
display:inline;
vertical-align:middle;
}
div {
background-color:#242424;
border-radius:5px;
}
div.header, div.sidebar, div.info, div.releases, div.faq {
border:1px solid #4d4d4d;
}
tr:nth-child(even) {
background: #0f0f0f;
}
table, th, td {
border-color:#1a1a1a;
border-collapse: collapse;
white-space: nowrap;
}
td.wrap {
padding:5px;
word-break:break-all;
white-space:normal;
}
tr.hover:hover {
background-color:#0f0f0f;
}
table {
width:100%;
}
table td, table th {
border:1px solid;
border-color:#4d4d4d;
}
table tr:first-child th {
border-top: 0;
}
table tr td:first-child,
table tr th:first-child {
padding:5px;
border-left: 0;
}
table tr td:last-child,
table tr th:last-child {
padding: 5px;
border-right: 0;
}
a {
color:#d5d5d5;
text-decoration:none;
}
a:hover {
color:#EE4A4A;
}
div.faq {
width:calc(100% - 40px);
float:left;
margin-top:10px;
padding-top:10px;
padding-bottom:20px;
padding-left:40px;
}
div.header {
height:80px;
width:100%;
float:left;
}
div.footer {
background:none;
width:100%;
float:left;
margin-top:10px;
margin-bottom:10px;
text-align:center;
font-weight:bold;
}
div.headerleft {
margin-left:20px;
float:left;
}
div.headerright {
float:right;
margin-top:17px;
margin-right:20px;
text-align:right;
}
div.body {
width:98%;
background-color:none;
min-width:800px;
margin:auto;
}
div.sidebar {
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
width:130px;
float:left;
margin-top:10px;
font-weight:bold;
line-height:1.5;
}
div.sidebar-sub {
padding-left:17px;
font-weight:normal;
}
div.info {
text-align:center;
width:calc(100% - 164px);
float:right;
margin-top:10px;
padding-top:3px;
padding-bottom:3px;
}
div.releases {
margin-top:10px;
width:calc(100% - 164px);
float:right;
}
div.newer {
float:left;
font-weight:bold;
margin-left:20px;
margin-top:8px;
margin-bottom:8px;
}
div.older {
float:right;
font-weight:bold;
margin-right:20px;
margin-top:8px;
margin-bottom:8px;
}
input.search {
width:200px;
}
select.category {
width:138px;
}
h1 {
margin:0px;
font-size:45px;
font-family:Impact;
}