Difference between revisions of "MediaWiki:Vector.css"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 3: Line 3:
 
#left-navigation { left: 1em }
 
#left-navigation { left: 1em }
 
#mw-head-base,div#content,div#footer { margin-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;
 +
       
 +
}

Revision as of 14:28, 29 March 2020

/* 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;
        
}