summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/global.pl51
-rw-r--r--data/style.css33
2 files changed, 0 insertions, 84 deletions
diff --git a/data/global.pl b/data/global.pl
index a4cf9fbf..673c3777 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -74,57 +74,6 @@ our %S = (%S,
[ 'Long', '30 - 50 hours', 'Tsukihime' ],
[ 'Very long', '> 50 hours', 'Clannad' ],
],
- categories => {
- g => [ 'Gameplay', {
- aa => 'NVL', # 0..1
- ab => 'ADV', # 0..1
- ac => "Action",
- rp => 'RPG',
- st => 'Strategy',
- si => 'Simulation',
- }, 2 ],
- p => [ 'Plot', { # 0..1
- li => 'Linear',
- br => 'Branching',
- }, 3 ],
- e => [ 'Elements', {
- ac => 'Action',
- co => 'Comedy',
- dr => 'Drama',
- fa => 'Fantasy',
- ho => 'Horror',
- my => 'Mystery',
- ro => 'Romance',
- sc => 'School Life',
- sf => 'SciFi',
- sj => 'Shoujo Ai',
- sn => 'Shounen Ai',
- }, 1 ],
- t => [ 'Time', { # 0..1
- fu => 'Future',
- pa => 'Past',
- pr => 'Present',
- }, 4 ],
- l => [ 'Place', { # 0..1
- ea => 'Earth',
- fa => "Fantasy world",
- sp => 'Space',
- }, 5 ],
- h => [ 'Protagonist', { # 0..1
- fa => 'Male',
- fe => "Female",
- }, 6 ],
- s => [ 'Sexual content', {
- aa => 'Sexual content',
- be => 'Bestiality',
- in => 'Incest',
- lo => 'Lolicon',
- sh => 'Shotacon',
- ya => 'Yaoi',
- yu => 'Yuri',
- ra => 'Rape',
- }, 7 ],
- },
anime_types => [
# AniDB anime type starts counting at 1, 0 = unknown
# we start counting at 0, with NULL being unknown
diff --git a/data/style.css b/data/style.css
index e272ea7f..95a7c81e 100644
--- a/data/style.css
+++ b/data/style.css
@@ -602,11 +602,6 @@ div.vndetails table dd {
margin-left: 90px;
}
-.catlvl_0, .catlvl_1, .catlvl_2, .catlvl_3 { font-style: normal; }
-.catlvl_1 { color: $catlevel1$!important }
-.catlvl_2 { color: $catlevel2$!important }
-.catlvl_3 { color: $catlevel3$!important }
-
div.vndetails td.relations dt {
float: none;
font-style: normal;
@@ -802,34 +797,6 @@ a.addnew {
margin-right: 3px;
}
-ul#catselect, ul#catselect ul {
- list-style-type: none;
- padding: 0;
- margin: 0;
-}
-ul#catselect li {
- display: block;
- width: 170px;
- float: left;
- clear: none;
- font-weight: bold;
-}
-ul#catselect li li {
- display: list-item;
- width: auto;
- float: none;
- clear: left;
- font-weight: normal;
- padding: 0 0 0 18px;
- margin: 0;
- cursor: pointer;
- list-style-type: none;
- background: url(/f/select.png) no-repeat;
-}
-ul#catselect li li.inc { background-position: 0px -16px; color: $statok$; }
-ul#catselect li li.exc { background-position: 0px -33px; color: $statnok$; }
-
-