MediaWiki:Vector.css

From Linuxintro
Revision as of 14:28, 29 March 2020 by imported>ThorstenStaerk

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Vector skin */
div#mw-panel { display: none }
#left-navigation { left: 1em }
#mw-head-base,div#content,div#footer { margin-left: 1em }

#top-wrap {
  background-image: url(images/e/e8/ArduinoPedia_Banner.jpg);
  /* http://stackoverflow.com/questions/4772906/css-is-it-possible-to-add-a-black-outline-around-each-character-in-text */
  font-size: 24px;
  color: #fff;
  text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
}

/* change uppercase to none - title not transformed to uppercase */
h1 {
   text-transform: none;
   
}


/* changing header - title */
#top-wrap h1 {
        text-decoration: none;
        font-size: 3em;
        line-height: 1.3;
        
}