AniDB talk:Markup DEV: Difference between revisions
Epoximator (talk | contribs) m (AniDB talk:Markup moved to AniDB talk:Markup DEV) |
m (→MyNotifies) |
||
Line 37: | Line 37: | ||
=== MyNotifies === | === MyNotifies === | ||
* div.mynotifies_all div.list table | * <tt>div.mynotifies_all div.list table | ||
** td''[.name]'' | ** td''[.name]'' | ||
** td''[.new | .complete | .group | .all]'' | ** td''[.new | .complete | .group | .all]'' | ||
** td''[.date]'' | ** td''[.date]''</tt> | ||
--[[User:Zak|Zak]] 03:36, 18 May 2007 (UTC) | --[[User:Zak|Zak]] 03:36, 18 May 2007 (UTC) | ||
Revision as of 18:41, 20 May 2007
This page exists to discuss possible changes to the AniDB.net HTML markup
Inconsistencies are bolded
missing stuff is italicized
New
Due next update
Main page news items
I would like to see the news items be grouped separately, so instead of
<h4 /> <span.stamp /> <div>text</div> <h4 /> <span.stamp /> <div>text</div> ...
we would have
<div> <h4 /> <span.stamp /> text </div> <div> <h4 /> <span.stamp /> text </div> ...
- i would like that too. i also want it to be a generic solution so it'll apply to animegroup and review comments too. g_timedentry or something --Epoximator 18:55, 16 May 2007 (UTC)
MyNotifies
- div.mynotifies_all div.list table
- td[.name]
- td[.new | .complete | .group | .all]
- td[.date]
--Zak 03:36, 18 May 2007 (UTC)
My Place
- div.latest_votes li
- span[.high | .low]
- div.latest_reviews li
- span[.high | .low]
- div.latest_files li
- <span.date />
--Zak 03:55, 18 May 2007 (UTC)
MyDbEntries (pages that contain Lameness)
- div.mydb_all
current situation:
all contain one that is of the classes 'text' & 'lame' the lame entries' are of the class 'lame' too the problem with that is, that by using the selector #layout-content div.mydb_all tr.lame all are affected (checked with firefox&opera)
- div.mydb_all table.mydb_animetitle
- tr[.verified]
- td.verified[.yes | .no]
Messages
- div.msg_all
- ul has no class
- li[.g_odd]
- ul has no class
--Zeromind 01:10, 20 May 2007 (UTC)