MediaWiki:Common.css: Difference between revisions
From PMDOWiki
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
width: 1.25em; | width: 1.25em; | ||
vertical-align: text-top; | vertical-align: text-top; | ||
} | |||
.statbar-table { | |||
text-align: right; | |||
} | } | ||
Revision as of 21:46, 22 August 2022
/* CSS placed here will be applied to all skins */
.infobox {
float: right;
margin-left: 1em;
}
.infobox img, .sprite {
image-rendering: crisp-edges;
}
.inline-icon {
width: 1.25em;
vertical-align: text-top;
}
.statbar-table {
text-align: right;
}
.statbar-container {
width: 15em;
}
.statbar-filled {
float: left;
height: .75em;
background-color: black;
}
.statbar-empty {
float: left;
height: .75em;
background-color: #eee;
border: 1px solid #ccc;
border-left: 1px solid #eee;
}
.stat-hp {
border: 1px solid #dfb600;
background-color: #fff900;
}
.stat-atk {
border: 1px solid #d03800;
background-color: #f88058;
}
.stat-def {
border: 1px solid #58c030;
background-color: #88f860;
}
.stat-spa {
border: 1px solid #a868b0;
background-color: #d090d8;
}
.stat-spd {
border: 1px solid #a8b0b8;
background-color: #d0d8d8;
}
.stat-spe {
border: 1px solid #1898e0;
background-color: #88d8f8;
}
