User

Difference between revisions of "CirTap/monobook.css"

From Joomla! Documentation

< User:CirTap
m
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* grab some vertical space */
+
/** CSS placed here will be applied to all skins [[MediaWiki:Common.css]] */
#column-one .portlet h5 { display:none; }
+
@import url("/skins/common/docs-common.css") screen;
  
/* in the hope that ppl will start noticing the PREVIEW BUTTON!!! */
+
span.jcompat.vers0  { background: url(../../images/d/da/Compat_xy.png) no-repeat center center; }
input#wpSave    { font-weight:normal; border-color:#DDD; color:#E52626; }
+
span.jcompat.vers10 { background: url(../../images/d/d3/Compat_10.png) no-repeat center center; }
input#wpPreview { font-weight:bold; background-color:#61BF1A; border-color:#61BF1A; color:white; }
+
span.jcompat.vers15 { background: url(../../images/f/f2/Compat_15.png) no-repeat center center; }
input#wpDiff    { font-weight:normal; border-color:#DDD;}
+
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; }

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; }