Difference between revisions of "MediaWiki:Common.css"

From MegaGlest
Jump to navigation Jump to search
(Infoboxes float right)
 
(TT tag)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
/* Infoboxes */
 
.infobox
 
.infobox
 
{
 
{
 
float: right;
 
float: right;
 +
}
 +
 +
/* Teletype tag is used for inline code */
 +
tt
 +
{
 +
background-color: #ddd;
 +
padding-left: 0.5em;
 +
padding-right: 0.5em;
 
}
 
}

Revision as of 10:13, 11 February 2014

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

/* Infoboxes */
.infobox
{
	float: right;
}

/* Teletype tag is used for inline code */
tt
{
	background-color: #ddd;
	padding-left: 0.5em;
	padding-right: 0.5em;
}