summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-03-21 13:50:21 +0100
committerYorhel <git@yorhel.nl>2009-03-21 13:54:22 +0100
commitfac70af55b0f6af8152209760d4f32affa525deb (patch)
tree316ea8c312d93a79d03b56b938c0b5bcdfbad2dd /data
parentcbfb086feab8d06e8184f7b8d809780404d091bf (diff)
Partly removed the category system
The categories are still available for viewing and editing to aid in the transition to the tagging system, but editing has been removed.
Diffstat (limited to 'data')
-rw-r--r--data/docs/14
-rw-r--r--data/docs/213
-rw-r--r--data/style.css4
3 files changed, 10 insertions, 11 deletions
diff --git a/data/docs/1 b/data/docs/1
index 835d2070..c6d7914c 100644
--- a/data/docs/1
+++ b/data/docs/1
@@ -1,4 +1,8 @@
:TITLE:Categories
+<div class="warning">
+ The category system has been replaced with a new tagging system. This page
+ is still available for reference, but will be removed in a later site update.
+</div>
:INC:index
diff --git a/data/docs/2 b/data/docs/2
index c6428c55..2f7095df 100644
--- a/data/docs/2
+++ b/data/docs/2
@@ -63,15 +63,10 @@
:SUB:Categories
-<p>
- It is possible to select relevant categories for visual novels, where the relevance
- can be ranked using a number from 0 to 3, where 0 indicates the category does not
- apply at all, and 3 means that the category is very dominant in the game.<br />
- See <a href="/d1">Categories</a> for descriptions about each category.<br />
- Just as with the <i>Length</i> field, this information is very subjective. Just
- use the category descriptions and common sense to determine which categories to
- select and what relevance to apply.
-</p>
+<i>
+ The category system has been replaced with tags. This section is a placeholder to preserve
+ numbering.
+</i>
:SUB:Image
diff --git a/data/style.css b/data/style.css
index e5a78d92..679ca282 100644
--- a/data/style.css
+++ b/data/style.css
@@ -578,12 +578,12 @@ div.vndetails table dt {
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;