Difference between revisions of "MediaWiki:Monobook.css"

From Subscribe-HR Wiki Help
Jump to: navigation, search
Line 14: Line 14:
 
#p-cactions h3 {
 
#p-cactions h3 {
 
         visibility: hidden !important;
 
         visibility: hidden !important;
 +
}
 +
#p-cactions {
 +
        top: 25px !important;
 
}
 
}
 
#p-personal .pBody ul li a {
 
#p-personal .pBody ul li a {

Revision as of 00:19, 30 November 2023

/* CSS placed here will affect users of the MonoBook skin */
#p-personal h3 {
        display: none !important;
}
#p-navigation h3 {
        display: none !important;
}
#globalWrapper #column-one h2 {
        display: none !important;
}
#p-search h3 {
        display: none !important;
}
#p-cactions h3 {
        visibility: hidden !important;
}
#p-cactions {
        top: 25px !important;
}
#p-personal .pBody ul li a {
        text-align: left !important;
        padding: 10px;
}
#p-personal #pt-createaccount {
        display: none !important;
}