MediaWiki: Common.css: Difference between revisions

From The Shire
Jump to: navigation, search
No edit summary
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
.VaHead {
/*.VaHead {
     padding: 16px 3px 3px;
     padding: 16px 3px 3px;
     background: #38abe3;
     background: #38abe3;
     color: #FFFFFF;
     color: #FFFFFF;
     line-height: 1;
     line-height: 1;
     height: 31px;
     height: 27px;
}
}
.VaRow {
.VaRow {
    margin: 0 auto;
     width: 960px;
     width: 960px;
   
}
.VaSiteTitle {
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-right: 6px;
}
}
.VaSiteMenu {
.VaSiteMenu {
Line 21: Line 13:
     white-space: nowrap;
     white-space: nowrap;
     white-space: nowrap;
     white-space: nowrap;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
}
}
.VaHead ol, .VaHead ul {
.VaHead ol, .VaHead ul {
Line 34: Line 27:
.VaSiteMenu a {
.VaSiteMenu a {
     color: #fff;
     color: #fff;
     font-size: 11px;
     font-size: 12px;
     padding: 6px;
     padding: 6px;
}
}
Line 45: Line 38:
     margin-top: 45px !important;
     margin-top: 45px !important;
}
}
a.mw-wiki-logo {
#p-logo {
     margin-top: 30px !important;
     top: -120px !important;
}
}
*/

Latest revision as of 02:32, 26 December 2018

/*.VaHead {
    padding: 16px 3px 3px;
    background: #38abe3;
    color: #FFFFFF;
    line-height: 1;
    height: 27px;
}
.VaRow {
    width: 960px;
}
.VaSiteMenu {
    display: inline;
    white-space: nowrap;
    white-space: nowrap;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
}
.VaHead ol, .VaHead ul {
    list-style: none;
}
.VaSiteMenu li {
    display: inline;
}
.VaSiteSearch {
    float: right;
    position: relative;
}
.VaSiteMenu a {
    color: #fff;
    font-size: 12px;
    padding: 6px;
}
.VaHead a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#mw-head {
    margin-top: 45px !important;
}
#p-logo {
    top: -120px !important;
}
*/