Difference between revisions of "MediaWiki:Common.css"

From MegaGlest
Jump to navigation Jump to search
(TT tag)
Line 5: Line 5:
 
{
 
{
 
float: right;
 
float: right;
 +
border: 1px solid black;
 
}
 
}
  
Line 13: Line 14:
 
padding-left: 0.5em;
 
padding-left: 0.5em;
 
padding-right: 0.5em;
 
padding-right: 0.5em;
 +
}
 +
 +
/* Make sure the logo is the right width */
 +
#p-logo a
 +
{
 +
width: 160px;
 +
}
 +
 +
/* Gallery formatting */
 +
.gallerybox .thumb div
 +
{
 +
margin: 5px;
 
}
 
}

Revision as of 14:22, 11 February 2014

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

/* Infoboxes */
.infobox
{
	float: right;
	border: 1px solid black;
}

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

/* Make sure the logo is the right width */
#p-logo a
{
	width: 160px;
}

/* Gallery formatting */
.gallerybox .thumb div
{
	margin: 5px;
}