Difference between revisions of "MediaWiki:Monobook.css"

From Subscribe-HR Wiki Help
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the MonoBook skin */
 
/* CSS placed here will affect users of the MonoBook skin */
 
#p-personal h3 {
 
#p-personal h3 {
         color: white !important;
+
         display: none !important;
 
}
 
}
 
#p-navigation h3 {
 
#p-navigation h3 {
         color: white !important;
+
         display: none !important;
 
}
 
}
 
#globalWrapper #column-one h2 {
 
#globalWrapper #column-one h2 {
         color: white !important;
+
         display: none !important;
 
}
 
}
 
#p-search h3 {
 
#p-search h3 {
         color: white !important;
+
         display: none !important;
 +
}
 +
#p-cactions h3 {
 +
        display: none !important;
 +
}
 +
#p-cactions {
 +
        top: 32px !important;
 +
}
 +
#p-personal .pBody ul li a {
 +
        text-align: left !important;
 +
        padding: 10px;
 +
}
 +
#p-personal #pt-createaccount {
 +
        display: none !important;
 
}
 
}

Latest revision as of 00:25, 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 {
        display: none !important;
}
#p-cactions {
        top: 32px !important;
}
#p-personal .pBody ul li a {
        text-align: left !important;
        padding: 10px;
}
#p-personal #pt-createaccount {
        display: none !important;
}