MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
.infobox-image { | .infobox-image { | ||
text-align:center; | text-align:center; | ||
width: | width:1000px; | ||
} | } | ||
.portable-infobox { | .portable-infobox { | ||
Revision as of 20:42, 18 March 2025
.infobox {
float:right;
width:400px;
border: 1px solid #aaa;
margin: 0 0 1em 1em;
padding: 1em;
}
.infobox-image {
text-align:center;
width:1000px;
}
.portable-infobox {
width:400px;
}
.portable-infobox .pi-title {
text-align: center;
}
.portable-infobox .pi-border-color {
border-color: #000000;
}
.portable-infobox.pi-background {
background-color: #2A2B2A;
}
/* 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;
}
body {
background-color: #1F2022;
}