MediaWiki:Common.css: Difference between revisions

From StrategyWiki, the video game walkthrough and strategy guide wiki
move styles to TemplateStyles
(move achievement template css to TemplateStyles)
(move styles to TemplateStyles)
Line 1,259: Line 1,259:
.t_sys_header > span {
.t_sys_header > span {
float: right;
float: right;
}
/* Archive template */
.archive_box {
background-color: #f9f9f9;
border: 1px solid #aaa;
float: right;
padding: 0.25em;
text-align: center;
}
.archive_box > .archive_heading {
font-size: large;
line-height: 110%;
margin: 0;
padding: 0;
width: 200px;
border-bottom: 1px solid #aaa;
}
.archive_box > div {
padding-right: 0.5em;
padding-left: 0.5em;
text-align: justify;
}
}