Difference between revisions of "MediaWiki:Common.css"

From DISCO4.COM Knowledge Base
Jump to: navigation, search
Line 30: Line 30:
 
.warnblock
 
.warnblock
 
{
 
{
  background-color:lightgold;
+
  background-color:LemonChiffon;
 
  background-image:url('http://disco3.co.uk/forum/templates/vbnew/images/icons/error.png');
 
  background-image:url('http://disco3.co.uk/forum/templates/vbnew/images/icons/error.png');
 
}
 
}

Revision as of 19:19, 7 October 2011

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

#bodyContent
{
font-size:85%;
line-height:1.6em;
}

.helpblock
{
 margin-top:1em;
 background-color:pink;
 padding:1em;
 padding-left:3em;
 background-repeat:no-repeat;
 background-position:1em center;
}

.helpblock p
{
  margin:0;
}

.infoblock
{
 background-color:lightblue;
 background-image:url('http://www.disco3.co.uk/forum/templates/vbnew/images/icons/information.png');
}

.warnblock
{
 background-color:LemonChiffon;
 background-image:url('http://disco3.co.uk/forum/templates/vbnew/images/icons/error.png');
}

.stopblock
{
  background-color:pink;
  background-image:url('http://disco3.co.uk/forum/templates/vbnew/images/icons/stop.png');
}