|
|
@@ -74,21 +74,21 @@ a { |
|
|
|
|
|
|
|
#logo { |
|
|
|
box-sizing: content-box; |
|
|
|
height: 100px; |
|
|
|
padding: 10px 0px 10px; |
|
|
|
width: 180px; |
|
|
|
height: 150px; |
|
|
|
padding: 50px 0px 10px; |
|
|
|
width: 1140px; |
|
|
|
} |
|
|
|
|
|
|
|
#logo>a { |
|
|
|
background-size: contain; |
|
|
|
display: block; |
|
|
|
height: 100%; |
|
|
|
margin-top: 0 |
|
|
|
margin-top: 0; |
|
|
|
background-position: left; |
|
|
|
} |
|
|
|
|
|
|
|
#logo a:hover { |
|
|
|
/*#logo a:hover { |
|
|
|
opacity: 0.85; |
|
|
|
} |
|
|
|
}*/ |
|
|
|
|
|
|
|
body { |
|
|
|
width: 100%; |
|
|
@@ -1517,9 +1517,12 @@ div[id^="peers"]>h4 { |
|
|
|
/*left: -5px*/ |
|
|
|
} |
|
|
|
|
|
|
|
/* |
|
|
|
TODO: delete me? |
|
|
|
.filter_torrents { |
|
|
|
/*! width: 900px */ |
|
|
|
width: 900px |
|
|
|
} |
|
|
|
*/ |
|
|
|
|
|
|
|
.filter_torrents>.box { |
|
|
|
margin-top: 2px |
|
|
@@ -1625,11 +1628,11 @@ table.forum_post td.body { |
|
|
|
width: 800px; |
|
|
|
} |
|
|
|
|
|
|
|
/* Because Firefox apparently doesn't understand "100%" in tables */ |
|
|
|
|
|
|
|
/* Because Firefox apparently doesn't understand "100%" in tables |
|
|
|
TODO: delete me? |
|
|
|
#forums table.forum_post td.body>div { |
|
|
|
/*! max-width: 730px */ |
|
|
|
} |
|
|
|
max-width: 730px |
|
|
|
}*/ |
|
|
|
|
|
|
|
.last_edited { |
|
|
|
opacity: 0.6; |
|
|
|