MediaWiki:Vector.css: Difference between revisions

From Kalypso
Jump to navigation Jump to search
Created page with "CSS placed here will affect users of the Vector skin: #firstHeading { width: 800px !important; text-align: center !important; font-size: 4em !important; ..."
 
Blanked the page
 
(28 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */


#firstHeading {
    width: 800px !important;
    text-align: center !important;
    font-size: 4em !important;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-weight: bold !important;
    text-shadow: 4px 4px 0 #DDD;
}
#firstHeading i:first-child {
    font-style: normal !important;
}
#firstHeading, h1, h2, h3, h4 {
    font-family: Palatino !important;
}
#bodyContent {
    width: 800px !important;
    text-align: justify;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-family: Palatino !important;
    font-size: 12pt !important;
background:red;
}
/*
* border around the article
*/
#content {
    -moz-box-shadow: 0px -10px 30px #BBB;
    -webkit-box-shadow: 0px -10px 30px #BBB;
    box-shadow: 0px -10px 30px #BBB;
    margin: auto !important;
    width: 800px !important;
    padding: 80px !important;
    padding-top: 20px !important;
    border: 0 !important;
}
body {
    background: #FFFFFF !important;
}
#content {
    background: #FFF !important;    /* removes the border of the menu */
}

Latest revision as of 18:14, 12 March 2015