MediaWiki:Common.css: Difference between revisions
Tag: Undo |
No edit summary |
||
Line 1: | Line 1: | ||
/* New background */ | /* New background */ | ||
.mw-body-container { | .mw-body-container { | ||
background-color: rgba(255, 255, 255, 0. | background-color: rgba(255, 255, 255, 0.9); | ||
} | } | ||
Revision as of 21:48, 12 August 2023
/* New background */
.mw-body-container {
background-color: rgba(255, 255, 255, 0.9);
}
body {
background: url(https://starfieldfans.com/images/d/d6/Starfield_background1.jpeg);
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-position: top center;
background-size: cover;
}
/* frontpage styles */
.frontpage.table {
margin-bottom: 0.8rem;
}
/* make the header text in each frontpage section larger */
.frontpage .head {
font-size: 16px
}
/* control the position of text in the body of the welcome message on the frontpage */
.frontpage.welcome .body {
padding-left:2rem;
padding-right:2rem;
text-align: left;
}
/* .table styles */
.table {
border:1px solid #304c7a;
}
/* Old Infobox template style */
.infobox {
border: 1px solid #020202;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #020202;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
/* remove header on main page (AI ML Wiki) */
body.page-Starfield_Wiki header.mw-body-header {
display: none;
}
/* remove the empty space below the search bar and above the content */
div.vector-sitenotice-container {
display: none;
}
.action-view .mw-body-subheader {
display:none!important;
}