|
@@ -5,12 +5,16 @@
|
5
|
5
|
}
|
6
|
6
|
|
7
|
7
|
/* We're going to opt for the category icon method for now, tags_* is also available */
|
8
|
|
-.cats_anime { width: 28px; height: 28px; background: url('images/anime.png') no-repeat center center; }
|
9
|
|
-.cats_movies { width: 28px; height: 28px; background: url('images/movies.png') no-repeat center center; }
|
10
|
|
-.cats_manga { width: 28px; height: 28px; background: url('images/manga.png') no-repeat center center; }
|
11
|
|
-.cats_games { width: 28px; height: 28px; background: url('images/games.png') no-repeat center center; }
|
12
|
|
-.cats_audio { width: 28px; height: 28px; background: url('images/audiobook.png') no-repeat center center; }
|
13
|
|
-.cats_other { width: 28px; height: 28px; background: url('images/other.png') no-repeat center center; }
|
|
8
|
+.cats_dna { width: 38px; height: 38px; background: url('images/dna.png') no-repeat center center; }
|
|
9
|
+.cats_rna { width: 38px; height: 38px; background: url('images/rna.png') no-repeat center center; }
|
|
10
|
+.cats_protein { width: 38px; height: 38px; background: url('images/protein.png') no-repeat center center; }
|
|
11
|
+.cats_other { width: 38px; height: 38px; background: url('images/other.png') no-repeat center center; }
|
|
12
|
+/* Unused categories
|
|
13
|
+.cats_ebooks { width: 28px; height: 28px; background: url('images/ebook.png') no-repeat center center; }
|
|
14
|
+.cats_elearningvideos { width: 28px; height: 28px; background: url('images/elearning.png') no-repeat center center; }
|
|
15
|
+.cats_music { width: 28px; height: 28px; background: url('images/music.png') no-repeat center center; }
|
|
16
|
+*/
|
|
17
|
+
|
14
|
18
|
/* Global */
|
15
|
19
|
* {
|
16
|
20
|
padding: 0em;
|