This is the old (read-only) version of the site running Mediwiki 1.25

Difference between revisions of "MediaWiki:Vector.css"

From Scientolipedia
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: increase Vector sidebar width: div#mw-panel { width: 12em; } div#footer, #mw-head-base, div#content { margin-l...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 
+
/* ADSENSE SIDEBAR DISPLAY */
/* increase Vector sidebar width */
+
/* force the display of the contents of the section */
div#mw-panel { width: 12em; }
+
#p-googleadsense  .body {
div#footer, #mw-head-base, div#content { margin-left: 12em; }
+
        display:block !important;
#left-navigation { margin-left: 12em; }
+
}
 +
/* 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;
 +
}

Latest revision as of 00:33, February 12, 2015

/* CSS placed here will affect users of the Vector skin */
/* ADSENSE SIDEBAR DISPLAY */
/* 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;
}