Difference between revisions of "MediaWiki:Common.css"

From JaWiki (Jabber/XMPP wiki)
Jump to: navigation, search
(форматирование)
(комментарий.)
Line 1: Line 1:
 
  /** CSS placed here will be applied to all skins */
 
  /** CSS placed here will be applied to all skins */
  
 +
/** This block is for Template:Library, Template:Client and so on ... */
 
  .iTable  {float:right; margin:0 0 .5em 1em; width:250px; background:#fff; border-collapse:collapse; border:1px solid #777; font-size:smaller; line-height:1.5;}
 
  .iTable  {float:right; margin:0 0 .5em 1em; width:250px; background:#fff; border-collapse:collapse; border:1px solid #777; font-size:smaller; line-height:1.5;}
 
  .iHeader {color:#fff; background:#777; font-size:larger;}
 
  .iHeader {color:#fff; background:#777; font-size:larger;}

Revision as of 19:59, 10 June 2007

 /** CSS placed here will be applied to all skins */

 /** This block is for Template:Library, Template:Client and so on ... */
 .iTable   {float:right; margin:0 0 .5em 1em; width:250px; background:#fff; border-collapse:collapse; border:1px solid #777; font-size:smaller; line-height:1.5;}
 .iHeader {color:#fff; background:#777; font-size:larger;}
 .iSection {text-align: center; font-weight:normal; background:#ccc; border: 1px solid #777;}
 .iLine {vertical-align: top; font-size: smaller}
 .iParam {font-weight: bold; text-align: left}
 .iValue {vertical-align: middle;}