Difference between revisions of "MediaWiki:Common.css"

From DISCO4.COM Knowledge Base
Jump to: navigation, search
Line 5: Line 5:
 
font-size:85%;
 
font-size:85%;
 
line-height:1.6em;
 
line-height:1.6em;
 +
}
 +
 +
.helpblock
 +
{
 +
background-color:pink;
 +
padding:1em;
 +
padding-left:3em;
 +
background-repeat:no-repeat;
 +
background-position:1em center;
 +
}
 +
 +
.helpblock p
 +
{
 +
  margin:0;
 +
}
 +
 +
.infoblock
 +
{
 +
background-color:lightblue;
 
}
 
}

Revision as of 18:42, 7 October 2011

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

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

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

.helpblock p
{
  margin:0;
}

.infoblock
{
 background-color:lightblue;
}