Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
m (having a little trouble with this one :/) |
||
| Line 78: | Line 78: | ||
*/ this is for a niche purpose on the Assignment 53 article */ | */ this is for a niche purpose on the Assignment 53 article */ | ||
*/ made necessary due to how mediawiki handles thumbnails */ | */ made necessary due to how mediawiki handles thumbnails */ | ||
.a53 | |||
{ | |||
background-color:#aaa; color:inherit; | |||
} | |||
.a53 img | .a53 img | ||
{ | { | ||
max-width:100%; | max-width:100%; | ||
height:auto; | height:auto; | ||
border: 1 #000 solid; | |||
} | } | ||
Revision as of 13:49, 21 September 2014
/* CSS placed here will be applied to all skins */
/*HD's hallowe'en decorations
.pBody ul, ul{list-style-image:url(http://pinkpt.com/neodex/images/3/3b/Trade_accept.png);
list-style-position:inside; margin-left:-3px;}
body{background:#f9f9f9 url(http://www.pinkpt.com/images/others/hallo_bg.png);}*/
/*Hide title on main page*/
body.page-Main_Page h1.firstHeading { display:none; }
/* [[:Template:BattleInfo]] classes */
.battledome
{
border: solid 5px #ddaaaa;
}
.islanddome
{
border: solid 5px #aaddaa;
}
.snowdome
{
border: solid 5px #bbbbff;
}
.stonedome
{
border: solid 5px #ffeebb;
}
.spacedome
{
border: solid 5px #222222;
}
.waterdome
{
border: solid 5px #0000ee;
}
.tyranniandome
{
border: solid 5px #7c3709;
}
/* collapsible tables css (see also common.js) */
table.collapsed tr.collapsable {
display: none;
}
/*added in to fix collapsed button size anomaly */
table.wikitable tr th { font-size:10pt; }
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised. */
text-align: right;
width: auto;
font-family:monospace;
font-size:inherit;
}
.giveborder img
{
border: 1px solid #000;
}
.multimage
{
border:1px solid #ccc;
}
*/ this is for a niche purpose on the Assignment 53 article */
*/ made necessary due to how mediawiki handles thumbnails */
.a53
{
background-color:#aaa; color:inherit;
}
.a53 img
{
max-width:100%;
height:auto;
border: 1 #000 solid;
}