MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
} | } | ||
.infobox- | .infobox-table tr { | ||
border: 1px #ff5951 solid; | border: 1px #ff5951 solid; | ||
padding: .5em; | padding: .5em; |
Revision as of 22:58, 26 August 2025
/* CSS placed here will be applied to all skins */
a, a span, li a span {
color: #ff5951;
}
a:visited, a:link {
color: #a3332e;
}
a:hover, a:hover span, li a:hover span,
a:active, a:active span, li a:active span {
color: #a3332e;
text-decoration: underline;
}
.infobox {
border: 1px #ff5951 solid;
width: 270px;
float: right;
}
.infobox-title {
text-align: center;
font-size: 1.5em;
background-color: #ff5951;
color: #111;
font-weight: bold;
}
.infobox-image {
text-align: center;
}
.infobox-table tr {
border: 1px #ff5951 solid;
padding: .5em;
}
.infobox-parameter {
text-align: left;
}