MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 8: | Line 8: | ||
border-color: #000000; | border-color: #000000; | ||
} | } | ||
/* Properties and sub headings */ | /* Properties and sub headings */ | ||
.portable-infobox .pi-secondary-background { | .portable-infobox .pi-secondary-background { | ||
Revision as of 15:20, 19 March 2025
.portable-infobox {
width:400px;
}
.portable-infobox .pi-title {
text-align: center;
}
.portable-infobox .pi-border-color {
border-color: #000000;
}
/* Properties and sub headings */
.portable-infobox .pi-secondary-background {
background-color:#111111;
text-align:center;
border-color: #000000;
}
/* unvisited link */
/* gold */
a:link {
color: #FFD700;
}
/* visited link */
/* golden rod */
a:visited {
color: #DAA520;
}