Difference between revisions of "MediaWiki:Vector.css"

From Kalypso
Jump to: navigation, search
Line 4: Line 4:
 
#firstHeading {
 
#firstHeading {
 
     width: 800px !important;
 
     width: 800px !important;
     width:100%;
+
     width:100% !important;
 
     text-align: center !important;
 
     text-align: center !important;
 
     font-size: 4em !important;
 
     font-size: 4em !important;
Line 22: Line 22:
 
#bodyContent {
 
#bodyContent {
 
     width: 800px !important;
 
     width: 800px !important;
width: 100% !important;
 
border:10px solid red;
 
 
     text-align: justify;
 
     text-align: justify;
 
     -moz-hyphens: auto;
 
     -moz-hyphens: auto;
Line 40: Line 38:
 
     box-shadow: 0px -10px 30px #BBB;
 
     box-shadow: 0px -10px 30px #BBB;
 
     margin: auto !important;  
 
     margin: auto !important;  
     width: 800px !important;
+
     width:100% !important;
 
+
 
     padding: 80px !important;  
 
     padding: 80px !important;  
 
     padding-top: 20px !important;
 
     padding-top: 20px !important;
     border: 1 px solid blue !important;
+
     border: 0px !important;
 
}
 
}
  

Revision as of 12:14, 12 March 2015

/* CSS placed here will affect users of the Vector skin */
body {width:100%; max-width:1100px;}

#firstHeading {
    width: 800px !important;
    width:100% !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: arial, verdana !important;
    font-size: 12pt !important;
}

/*
 * 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:100% !important;
    padding: 80px !important; 
    padding-top: 20px !important;
    border: 0px !important;
}

body {
    background: #FFFFFF !important;
}

#content {
    background: #FFF !important;    /* removes the border of the menu */
}
Personal tools
Namespaces

Variants
Actions
Anwenderhandbücher (German - Deutsch)
Development
Sonstiges
Toolbox
Manuals (English)