MediaWiki: Common.css: Difference between revisions

From The Shire
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: .VaHead { padding: 16px 3px 3px; background: #38abe3; color: #FFFFFF; }")
 
(Header CSS)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
.VaHead {
.VaHead {
     padding: 16px 3px 3px;
     padding: 16px 3px 3px;
     background: #38abe3;
     background: #38abe3;
     color: #FFFFFF;
     color: #FFFFFF;
}
.VaRow {
    margin: 0 auto;
    width: 960px;
   
}
.VaSiteTitle {
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-right: 6px;
}
.VaSiteMenu {
    display: inline;
    white-space: nowrap;
}
.VaHead ol, .VaHead ul {
    list-style: none;
}
.SiteMenu li {
    display: inline;
}
}

Revision as of 20:31, 31 December 2015

.VaHead {
    padding: 16px 3px 3px;
    background: #38abe3;
    color: #FFFFFF;
}
.VaRow {
    margin: 0 auto;
    width: 960px;
    
}
.VaSiteTitle {
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-right: 6px;
}
.VaSiteMenu {
    display: inline;
    white-space: nowrap;
}
.VaHead ol, .VaHead ul {
    list-style: none;
}
.SiteMenu li {
    display: inline;
}