User

Difference between revisions of "CirTap/monobook.css"

From Joomla! Documentation

< User:CirTap
m
m
 
Line 1: Line 1:
 
/** CSS placed here will be applied to all skins [[MediaWiki:Common.css]] */
 
/** CSS placed here will be applied to all skins [[MediaWiki:Common.css]] */
 
@import url("/skins/common/docs-common.css") screen;
 
@import url("/skins/common/docs-common.css") screen;
 
/* hides headings on some pages [[MediaWiki:jdoc-hidden-titles]] [[MediaWiki:common.js]] */
 
body.no-header div#content #siteSub,
 
body.no-header div#content #contentSub,
 
body.no-header div#content h1.firstHeading { display: none; }
 
  
 
span.jcompat.vers0  { background: url(../../images/d/da/Compat_xy.png) no-repeat center center; }
 
span.jcompat.vers0  { background: url(../../images/d/da/Compat_xy.png) no-repeat center center; }
Line 13: Line 8:
 
span.jcompat.vers17 { background: url(../../images/d/da/Compat_xy.png) no-repeat center center; }
 
span.jcompat.vers17 { background: url(../../images/d/da/Compat_xy.png) no-repeat center center; }
 
span.jcompat.vers20 { background: url(../../images/d/da/Compat_xy.png) no-repeat center center; }
 
span.jcompat.vers20 { background: url(../../images/d/da/Compat_xy.png) no-repeat center center; }
 
/* "branding" */
 
body.ns-2 #content h1.firstHeading { background: url(/images/thumb/7/7f/Documentation_all_together.jpg/80px-Documentation_all_together.jpg) no-repeat right bottom; }
 

Latest revision as of 14:29, 10 May 2008

/** CSS placed here will be applied to all skins [[MediaWiki:Common.css]] */
@import url("/skins/common/docs-common.css") screen;

span.jcompat.vers0  { background: url(../../images/d/da/Compat_xy.png) no-repeat center center; }
span.jcompat.vers10 { background: url(../../images/d/d3/Compat_10.png) no-repeat center center; }
span.jcompat.vers15 { background: url(../../images/f/f2/Compat_15.png) no-repeat center center; }
span.jcompat.vers16 { background: url(../../images/d/da/Compat_xy.png) no-repeat center center; }
span.jcompat.vers17 { background: url(../../images/d/da/Compat_xy.png) no-repeat center center; }
span.jcompat.vers20 { background: url(../../images/d/da/Compat_xy.png) no-repeat center center; }