|
|
@@ -1,5 +1,5 @@ |
|
|
|
#logo a { |
|
|
|
background: url('https://img3.sugoimusic.me/permanent-cache/auth/63mqMMaHXYQKGOpX5Jzv6fPaLHfZ3BPF9jJpVOaJsws%3D/orig-url/https%3A%2F%2Fi.imgur.com%2FRfVO5qu.png/image') no-repeat center center; |
|
|
|
background: url('https://img3.sugoimusic.me/permanent-cache/auth/mCV5aEeuQaQNXH8S1174yuBeLbHGmNLlh7RL9UF64rs%3D/orig-url/https%3A%2F%2Fptpimg.me%2Fzswigv.jpg/image') no-repeat center center; |
|
|
|
} |
|
|
|
|
|
|
|
/* We're going to opt for the category icon method for now, tags_* is also available */ |
|
|
@@ -38,6 +38,27 @@ |
|
|
|
width: 32px; /* Ensures that the column is always as tight as possible */ |
|
|
|
} |
|
|
|
|
|
|
|
/* Reduced, normalised sizes for all torrent list views */ |
|
|
|
.tiny_cats_col .cats_album { width: 21px; height: 21px; } |
|
|
|
.tiny_cats_col .cats_single { width: 21px; height: 21px; } |
|
|
|
.tiny_cats_col .cats_ep { width: 21px; height: 21px; } |
|
|
|
.tiny_cats_col .cats_bluray { width: 19px; height: 19px; } |
|
|
|
.tiny_cats_col .cats_dvd { width: 19px; height: 19px; } |
|
|
|
.tiny_cats_col .cats_tvmusic { width: 16px; height: 16px; } |
|
|
|
.tiny_cats_col .cats_tvvariety { width: 16px; height: 16px; } |
|
|
|
.tiny_cats_col .cats_tvdrama { width: 16px; height: 16px; } |
|
|
|
.tiny_cats_col .cats_musicperformance { width: 16px; height: 16px; } |
|
|
|
.tiny_cats_col .cats_pv { width: 16px; height: 16px; } |
|
|
|
.tiny_cats_col .cats_pictures { width: 16px; height: 16px; } |
|
|
|
.tiny_cats_col .cats_misc { width: 19px; height: 19px; } |
|
|
|
|
|
|
|
.tiny_cats_col { |
|
|
|
padding: 2px; |
|
|
|
width: 16px; /* Ensures that the column is always as tight as possible */ |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.box h3 { |
|
|
|
font-size: 140%; |
|
|
|
} |
|
|
|