MediaWiki: Common.css: Difference between revisions
From The Shire
(Header CSS) |
No edit summary |
||
Line 3: | Line 3: | ||
background: #38abe3; | background: #38abe3; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
line-height: 1; | |||
} | } | ||
.VaRow { | .VaRow { | ||
Line 17: | Line 18: | ||
.VaSiteMenu { | .VaSiteMenu { | ||
display: inline; | display: inline; | ||
white-space: nowrap; | |||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
Line 22: | Line 24: | ||
list-style: none; | list-style: none; | ||
} | } | ||
. | .VaSiteMenu li { | ||
display: inline; | display: inline; | ||
} | |||
.VaSiteSearch { | |||
float: right; | |||
position: relative; | |||
} | |||
.VaSiteMenu a { | |||
color: #fff; | |||
font-size: 11px; | |||
padding: 6px; | |||
} | |||
.VaHead a { | |||
color: #FFFFFF; | |||
font-weight: bold; | |||
text-decoration: none; | |||
} | } |
Revision as of 20:39, 31 December 2015
.VaHead {
padding: 16px 3px 3px;
background: #38abe3;
color: #FFFFFF;
line-height: 1;
}
.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;
white-space: nowrap;
}
.VaHead ol, .VaHead ul {
list-style: none;
}
.VaSiteMenu li {
display: inline;
}
.VaSiteSearch {
float: right;
position: relative;
}
.VaSiteMenu a {
color: #fff;
font-size: 11px;
padding: 6px;
}
.VaHead a {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}