AniDB:Markup DEV: Difference between revisions

From AniDB
Jump to navigation Jump to search
No edit summary
Line 11: Line 11:
===Changes to existing classes/pages===
===Changes to existing classes/pages===


====0.1.36====
*new news/comment structure, used @ anime/agcomment/reviewcomment page:
  div.g_timedentry
  h4
  span.stamp
  p.body
*added td classes @ mynotifies list:
  div.mynotifies_list
  div.list
    table
    tr
      th (5)
    tr
      td.check
      td.name.anime
      td.type.(new|complete|group|all)
      td.date
      td.action
  div.action
  p.g_info
* added vote spans @ myplace
  div.latest_(votes|reviews)
  h4
  ul
    li
    span.(low|mid|high)
* added date span @ mylpace
  div.latest_files
  h4
  ul
    li
    span.date
* g_menu was removed from msg page. menu items moved to g_actionlist:
  div.msg_all
  ul.g_actionlist
    li.reload
    li.new
    li.inbox
    li.sent
    li.delete_sys
    li.delete_all
    li.back
* fixed <tt>div.review.(approved|unrated|disapproved)</tt> @ review page
* changed td class name <tt>lame</tt> to <tt>lamelist</tt> @ mydb:
  div.mydb_(files|..)
  ul.g_jumplist
  table.mydb_file
  tr(.lame)
    td.(..)
    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>

Revision as of 08:56, 12 June 2007

Pending Changes

See discussion.

Recent Changes

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.

Changes to existing classes/pages

0.1.36

  • new news/comment structure, used @ anime/agcomment/reviewcomment page:
 div.g_timedentry
  h4
  span.stamp
  p.body
  • added td classes @ mynotifies list:
 div.mynotifies_list
  div.list
   table
    tr
     th (5)
    tr
     td.check
     td.name.anime
     td.type.(new|complete|group|all)
     td.date
     td.action
  div.action
  p.g_info
  • added vote spans @ myplace
 div.latest_(votes|reviews)
  h4
  ul
   li
    span.(low|mid|high)
  • added date span @ mylpace
 div.latest_files
  h4
  ul
   li
    span.date
  • g_menu was removed from msg page. menu items moved to g_actionlist:
 div.msg_all
  ul.g_actionlist
   li.reload
   li.new
   li.inbox
   li.sent
   li.delete_sys
   li.delete_all
   li.back
  • fixed div.review.(approved|unrated|disapproved) @ review page
  • changed td class name lame to lamelist @ mydb:
 div.mydb_(files|..)
  ul.g_jumplist
  table.mydb_file
  tr(.lame)
   td.(..)
   td.text.lamelist

0.1.34

  • changed section names @ animepage: div.anime_all div.{section} where section is info|awards|vote|mylist|groups|episodes
  • fix: td.action.file to td.action.episode in episode list.

0.1.32

  • new user page which introduces some new css classes - userpage
  • class name for title verification: td.verified.[yes|no] (for add*title, anime, ep and latest pages)
  • estonian and ukrainian flag added
  • unknown, other, instrumental and japanese transcriptions shortname was changed (x-other, x-unk, x-jpt, x-in) CSS Example

0.1.30

  • class names of language flags have been changed from long names to short titles - CSS Example
  • ...

Newly introduced classes/pages

0.1.32

  • ...

0.1.31

  • 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)

0.1.30

  • user level display on mypage
  • 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