MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
a, | a, .mw-list-item span, li .mw-list-item span { | ||
color: #ff5951; | color: #ff5951; | ||
} | } | ||
a:visited, a:link { | a:visited, a:link, | ||
.mw-list-item:visited span, .mw-list-item:link span, | |||
li .mw-list-item:visted span, li .mw-list-item:link span | |||
{ | |||
color: #a3332e; | color: #a3332e; | ||
} | } | ||
a:hover, | a:hover, .mw-list-item:hover span, li .mw-list-item:hover span, | ||
a:active, | a:active, .mw-list-item:active span, li .mw-list-item:active span { | ||
color: #a3332e; | color: #a3332e; | ||
text-decoration: underline; | text-decoration: underline; |
Revision as of 23:23, 26 August 2025
/* CSS placed here will be applied to all skins */
a, .mw-list-item span, li .mw-list-item span {
color: #ff5951;
}
a:visited, a:link,
.mw-list-item:visited span, .mw-list-item:link span,
li .mw-list-item:visted span, li .mw-list-item:link span
{
color: #a3332e;
}
a:hover, .mw-list-item:hover span, li .mw-list-item:hover span,
a:active, .mw-list-item:active span, li .mw-list-item: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;
}