More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
} |
} |
||
.home-logo--aomr{ |
|||
pointer-events: none; /* Disable clicking */ |
|||
width:768px; |
|||
transform: none !important; /* Disable zoom effect */ |
|||
object-position: top center; |
|||
cursor: default !important; /* Change cursor to default */ |
|||
cursor: pointer; |
|||
transition: none !important; /* Disable any transition effects */ |
|||
} |
} |
||
.citizen-body-container{ |
.citizen-body-container{ |
Revision as of 20:12, 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{
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-body-container{
background-image: url('https://aliaadam.com/wiki/images/7/75/AOMR_BG.webp');
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;
}