AniDB:Markup DEV: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:


==Pending Changes==
==Pending Changes==
See [[AniDB_Talk:Markup_DEV|discussion]].
==Changelog==
A list of recent AniDB changes which has implications for all/some CSS styles. If you've written your own CSS style you might want to check this page periodically to ensure that your style is in sync with AniDB's continuous development.
===0.1.39-41===
* show=search
** result page was replaced with animelist
** full text search introduced (new section on top)
** more search options, including category list
* show=animelist
** new filter in <tt>div.g_filterlist</tt>
** new filter desc list: <tt>div.g_section.filters h4 ul</tt>
** mylist state in table: <tt>tr[.mylist[.complete|all_watched]]</tt>
** full text search box will appear on no results (on filtering/search)
* show=group
** mylist state in release table: <tt>tr[.mylist[.complete|all_watched]]</tt>


See [[AniDB_Talk:Markup_DEV|discussion]].
* show=latest
** new sub page: rec(ommendation)s
** filter links for anime and group in sub page for files: <tt>div.latest_files_list table.files tr td.name.[anime|group] a.filter</tt>
 
* virtual files; show=anime, show=group, show=mylist
** <tt>table.filelist tr.virtual</tt>


==Recent Changes==
* info block: changed from <tt>p.desc</tt> to <tt>div.desc</tt>


A list of recent AniDB changes which has implications for all/some CSS styles. If you've written your own CSS style you might want to check this page periodically to ensure that your style is in sync with AniDB's continuous development.
* avatar @ g_timedentry (show=main, show=agcmts, show=)
div.g_timedentry.[newsitem|comment]
  h4
  span.stamp
  '''div.avatar'''
  '''[img]'''
  div.body


===Changes to existing classes/pages===
* avatar @ review
div.review.[approved|disapproved|unrated]
  h2
  a
  a
  span.approval
    span.vote.[low|mid|high]
  span.stamp
  '''div.avatar'''
  '''[img]'''
  div.head
  div.g_definitionlist
    table
    tr.average
    tr.animation
    tr.sound
    tr.character
    tr.value
    tr.enjoyment
  div.menu
    div.usermenu
    div.reviewmenu
  div.body


====0.1.37====
===0.1.38===
*major changes @ '''latest files''', '''group''', '''group relation''' and '''profile''' page (no docu)
*fixed '''quality rating''' @ anime page: <tt>very high -> veryhigh</tt>
*moved '''parenthesis''' inside '''span.count''' @ ratings
*new '''notification popup''' markup:
div.g_content.notify_all
  h1 (0..1)
  div.g_section.new_files
  h3.[low|mid|high]
  div.[anime|group|producer]
    h4
    ul
    li (1..n)
===0.1.37===
*rating structure
*rating structure
   [td|span].rating.[anime|tmpanime|attavg|ep|group|review|my].[high|mid|low|hidden] span.count
   [td|span].rating.[anime|tmpanime|attavg|ep|group|review|my].[high|mid|low|hidden] span.count
Line 37: Line 102:
       '''td.rating[.low|mid|high|hidden]'''
       '''td.rating[.low|mid|high|hidden]'''
*latest additions
*latest additions
: see [http://wiki.anidb.info/wiki/index.php?title=AniDB:Markup&curid=2640&diff=7927&oldid=7725 diff]
: see [http://wiki.anidb.net/wiki/index.php?title=AniDB:Markup&curid=2640&diff=7927&oldid=7725 diff]
*mylist compare
*mylist compare
   div.mylist_all
   div.mylist_all
Line 60: Line 125:
     li.back
     li.back
*anime
*anime
: see [http://wiki.anidb.info/wiki/index.php?title=AniDB:Markup&curid=2640&diff=7929&oldid=7927 diff]
: see [http://wiki.anidb.net/wiki/index.php?title=AniDB:Markup&curid=2640&diff=7929&oldid=7927 diff]


====0.1.36====
===0.1.36===
*temp votes @mylist
*temp votes @mylist
   span.temp
   span.temp
Line 116: Line 181:
     td.text.lamelist
     td.text.lamelist


====0.1.34====
===0.1.34===
*changed section names @ animepage: <tt>div.anime_all div.{section}</tt> where section is <tt>info|awards|vote|mylist|groups|episodes</tt>
*changed section names @ animepage: <tt>div.anime_all div.{section}</tt> where section is <tt>info|awards|vote|mylist|groups|episodes</tt>
*fix: <tt>td.action.file</tt> to <tt>td.action.episode</tt> in episode list.
*fix: <tt>td.action.file</tt> to <tt>td.action.episode</tt> in episode list.


====0.1.32====
===0.1.32===
* new user page which introduces some new css classes - [http://anidb.info/perl-bin/animedb.pl?show=userpage userpage]
* class names of language flags have been changed from long names to short titles - [http://www.anidb.net/css/icons-flags.css CSS Example]
* new user page which introduces some new css classes - {{AniDBLink|userpage}}
* class name for title verification: <tt>td.verified.[yes|no]</tt> (for add*title, anime, ep and latest pages)
* class name for title verification: <tt>td.verified.[yes|no]</tt> (for add*title, anime, ep and latest pages)
* estonian and ukrainian flag added
* estonian and ukrainian flag added
* unknown, other, instrumental and japanese transcriptions shortname was changed (x-other, x-unk, x-jpt, x-in) [http://www.anidb.net/css/icons-flags.css CSS Example]
* unknown, other, instrumental and japanese transcriptions shortname was changed (x-other, x-unk, x-jpt, x-in) [http://www.anidb.net/css/icons-flags.css CSS Example]


====0.1.30====
===0.1.31===
* class names of language flags have been changed from long names to short titles - [http://www.anidb.net/css/icons-flags.css CSS Example]
* ...
 
===Newly introduced classes/pages===
 
====0.1.32====
* ...
 
====0.1.31====
* mass-add-to-mylist box is now generally shown on anime page
* mass-add-to-mylist box is now generally shown on anime page
* new optional column (language flags) for ep listing on anime page (profile option)
* new optional column (language flags) for ep listing on anime page (profile option)


====0.1.30====
===0.1.30===
* user level display on mypage
* user level display on mypage
* lots of anime/ep title related changes
* lots of anime/ep title related changes
* ...
==Old Changes==
Old changes can be moved down here to remove clutter.
===Changes to existing classes/pages===
===Newly introduced classes/pages===


[[Category:Development]][[Category:CSS]]
[[Category:Development]][[Category:CSS]]
staff
2,096

edits

Navigation menu

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.