summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-11-26 02:33:53 +0100
committerYorhel <git@yorhel.nl>2015-11-26 02:37:40 +0100
commit6a4311639390e3e7321e3e0725ef33575ad45ec0 (patch)
tree6d5e764655e8b4ea48c58fb8b557b3121db2fadf /data
parent15fa37550f10f103e20bddfcb2c064b640ab54da (diff)
Handler::VNPage: Move staff tab into main VN page + some styling changes
The styling of the staff info can be a bit awkward at times, but it looks slightly better than a table, IMO. I didn't really know what to do with the the seiyuu info - it wastes a lot of screen space in its current implementation, but I can't think of anything better at the moment.
Diffstat (limited to 'data')
-rw-r--r--data/lang.txt48
-rw-r--r--data/style.css8
2 files changed, 6 insertions, 50 deletions
diff --git a/data/lang.txt b/data/lang.txt
index 663b4ed4..2ce45fe5 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -6242,18 +6242,6 @@ tr*:
uk*:
it*:
-:_staff_col_credit
-en : Credit
-ru*:
-cs*:
-hu*:
-nl*:
-de :
-es*:
-tr*:
-uk*:
-it*:
-
:_staff_col_note
en : Note
ru*:
@@ -15586,18 +15574,6 @@ tr : karakterler
uk : персонажі
it : personaggi
-:_vnpage_tab_staff
-en : staff
-ru*:
-cs*:
-hu*:
-nl*:
-de : Stab
-es*:
-tr*:
-uk*:
-it*:
-
:_vnpage_rel
en : Releases
ru : Выпуски
@@ -15733,30 +15709,6 @@ tr*:
uk*:
it*:
-:_vnpage_staff_add
-en : add staff
-ru*:
-cs*:
-hu*:
-nl*:
-de : Stab hinzufügen
-es*:
-tr*:
-uk*:
-it*:
-
-:_vnpage_staff_edit
-en : edit staff
-ru*:
-cs*:
-hu*:
-nl*:
-de : Stab bearbeiten
-es*:
-tr*:
-uk*:
-it*:
-
:_vnpage_rel_add
en : add release
ru : добавить выпуск
diff --git a/data/style.css b/data/style.css
index f42d2a3a..e3404883 100644
--- a/data/style.css
+++ b/data/style.css
@@ -604,9 +604,13 @@ table.aliases td { padding: 0 5px; }
table.aliases td.key { padding: 0 5px 0 0; width: auto }
-/***** Staff display *****/
+/***** Staff display on VN pages *****/
-div.staff td { white-space: nowrap; padding-left: 20px; padding-right: 20px; }
+div.staff ul { list-style: none; margin: 5px 15px; float: left; min-width: 300px }
+div.staff li b.grayedout { margin-left: 10px }
+
+div.staff td.tc1,
+div.staff td.tc2 { white-space: nowrap; padding-left: 20px; padding-right: 20px; }
/***** Staff edit *****/