More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
background-repeat: no-repeat !important; |
background-repeat: no-repeat !important; |
||
background-attachment: fixed; |
background-attachment: fixed; |
||
margin-left: 30px; |
|||
} |
} |
||
Revision as of 22:08, 4 October 2024
/* Hide title and edit tools on main page */
/*.page-Main_Page .citizen-page-header,
.page-Main_Page #siteSub {
display: none!important;
} */
/* .citizen-page-header */
.page-Main_Page .citizen-page-header .citizen-page-heading{
display: none;
}
.page-Main_Page .citizen-page-header{
justify-content: flex-end;
}
.page-Main_Page .citizen-body-container{
grid-template-areas: 'content''header''afterHeader''footer';
margin: 0px;
}
.citizen-body-container{
margin: 0px;
}
.home-logo-aomr{
pointer-events: none; /* Disable clicking */
transform: none !important; /* Disable zoom effect */
cursor: default !important; /* Change cursor to default */
transition: none !important; /* Disable any transition effects */
}
.citizen-header{
background-color: rgb(11, 6, 23);
border-right-width: 1px;
border-color: #ffdf91;
}
.citizen-body-container{
background-image: url('https://aliaadam.com/wiki/images/9/93/AOMR-BG.webp');
background-position: top center;
background-size: 1920px;
background-repeat: no-repeat !important;
background-attachment: fixed;
margin-left: 30px;
}
/* Force override until skin is updated */
.skin-citizen blockquote {
margin: 0.8rem 20px;
padding: 0;
}