Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect users of the Vector skin: #content, #footer { margin-left: 11em; } #left-navigation { left: 11em; }") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
| − | + | /* force the display of the contents of the section */ | |
| − | # | + | #p-googleadsense .body { |
| − | + | display:block !important; | |
} | } | ||
| − | # | + | /* Option 1: hide the header */ |
| − | + | #p-googleadsense h3 { | |
| + | display:block; | ||
| + | } | ||
| + | /* Option 2: just hide the arrow in the header */ | ||
| + | #p-googleadsense h3 { | ||
| + | background:none !important; | ||
} | } | ||
Revision as of 01:24, 6 August 2019
/* CSS placed here will affect users of the Vector skin */
/* force the display of the contents of the section */
#p-googleadsense .body {
display:block !important;
}
/* Option 1: hide the header */
#p-googleadsense h3 {
display:block;
}
/* Option 2: just hide the arrow in the header */
#p-googleadsense h3 {
background:none !important;
}