MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 37: | Line 37: | ||
background-size: cover; | background-size: cover; | ||
} | } | ||
#bodyContent {background-color: #131a21;} | |||
Revision as of 02:31, 18 March 2025
.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-image: url("https://divinitywiki.com/images/4/4a/Divinity_Original_Sin_Wallpaper.jpg");
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
#bodyContent {background-color: #131a21;}