MediaWiki:Vector.css: Difference between revisions

From CUSL
Jump to navigation Jump to search
HeYing (talk | contribs)
No edit summary
HeYing (talk | contribs)
No edit summary
Line 25: Line 25:
     display: table;  
     display: table;  
     width: 98%;
     width: 98%;
    text-align: center;
}
}


#cusl-header div {
#cusl-header div {
     display: table-cell;
     display: block;
}
}


#cusl-header-title {
#cusl-header-title {
     color: #4479AD;
     color: #4479AD;
    width: 560px;
}
}


#navigation {
#navigation {
     list-style-type: none;
     list-style-type: none;
     padding-left: 0.5em;
     margin: 20px 0 0 0;
    margin: 0 auto;
     padding-left: 0;
     text-align: left;
}
}


#navigation li {
#navigation li {
     display: inline;
     display: inline;
     padding-right: 15px;
}
 
#navigation li+li {
     padding-left: 15px;
}
}

Revision as of 08:47, 25 June 2015

/* CSS placed here will affect users of the Vector skin */
body {
background-color: #fff;
}

#mw-page-base {
background-image: none;
}

#firstHeading, #contentSub { 
    display:none;
}
.fullwidthimage {
    max-width:100%; 
    width:100%;
    height:auto;
}

#cusl-header {
    background: #f9f9f9; 
    margin: 1.2em 0 6px 0; 
    padding: 1em 0.5em; 
    font-size: 120%; 
    border: 1px solid #ddd;
    display: table; 
    width: 98%;
    text-align: center;
}

#cusl-header div {
    display: block;
}

#cusl-header-title {
    color: #4479AD;
}

#navigation {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding-left: 0;
}

#navigation li {
    display: inline;
}

#navigation li+li {
    padding-left: 15px;
}