More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
} |
} |
||
.citizen-body-container{ |
|||
background-image: url(' |
background-image: url('[[File:AOMR BG.webp|thumb|Main page background image]]'); |
||
background-position: top center; |
background-position: top center; |
||
background-size: 1920px; |
background-size: 1920px; |
||
background-repeat: no-repeat !important; |
background-repeat: no-repeat !important; |
||
background-attachment: fixed; |
background-attachment: fixed; |
||
} |
} |
||
/* Force override until skin is updated */ |
/* Force override until skin is updated */ |
Revision as of 19:23, 3 October 2024
/* Hide title and edit tools on main page */
.page-Main_Page .citizen-page-header,
.page-Main_Page #siteSub {
display: none!important;
}
.home-logo--aomr{
width:768px;
padding: 100px;
object-position: left center;
}
.citizen-body-container{
background-image: url('[[File:AOMR BG.webp|thumb|Main page background image]]');
background-position: top center;
background-size: 1920px;
background-repeat: no-repeat !important;
background-attachment: fixed;
}
/* Force override until skin is updated */
.skin-citizen blockquote {
margin: 0.8rem 20px;
padding: 0;
}