More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
.citizen-body-container{ |
.citizen-body-container{ |
||
background-image: url('https://aliaadam.com/wiki/images/e/e6/Greek.jpg'); |
background-image: url('https://aliaadam.com/wiki/images/e/e6/Greek.jpg'); |
||
background-position: center; |
background-position: top center; |
||
background-size: 1920px; |
background-size: 1920px; |
||
background-repeat: no-repeat !important; |
background-repeat: no-repeat !important; |
Revision as of 17:11, 1 October 2024
/* Hide title and edit tools on main page */
.page-Main_Page .citizen-page-header,
.page-Main_Page #siteSub {
display: none!important;
}
.citizen-body-container{
background-image: url('https://aliaadam.com/wiki/images/e/e6/Greek.jpg');
background-position: top center;
background-size: 1920px;
background-repeat: no-repeat !important;
background-attachment: scroll;
}
/* Force override until skin is updated */
.skin-citizen blockquote {
margin: 0.8rem 20px;
padding: 0;
}