MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
#cusl-header { | #cusl-header { | ||
background: #f9f9f9; | background: #f9f9f9; | ||
margin: 1.2em 0 6px 0 | margin: 1.2em 0 6px 0; | ||
font-size: 120%; | font-size: 120%; | ||
width: 100%; | |||
width: | |||
text-align: center; | text-align: center; | ||
background-image: url('https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRAsqsbPj6FsQ-9_Z552qkeh9bg8ajiPF3HQONXhHEn1UDjRTyi'); | background-image: url('https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRAsqsbPj6FsQ-9_Z552qkeh9bg8ajiPF3HQONXhHEn1UDjRTyi'); | ||
| Line 34: | Line 31: | ||
} | } | ||
#cusl-header | #cusl-header-border { | ||
border: 1px solid #ddd; | |||
padding: 1em 0; | |||
} | } | ||
#cusl-header-title { | #cusl-header-title { | ||
color: #4479AD; | color: #4479AD; | ||
} | } | ||
| Line 55: | Line 51: | ||
#navigation li+li { | #navigation li+li { | ||
padding-left: | padding-left: 15px; | ||
} | } | ||
Revision as of 09:24, 26 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% !important;
height:auto;
}
.slideshow div {
max-width: 100% !important;
}
#cusl-header {
background: #f9f9f9;
margin: 1.2em 0 6px 0;
font-size: 120%;
width: 100%;
text-align: center;
background-image: url('https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRAsqsbPj6FsQ-9_Z552qkeh9bg8ajiPF3HQONXhHEn1UDjRTyi');
background-repeat: no-repeat;
background-position: right center;
background-size: contain;
}
#cusl-header-border {
border: 1px solid #ddd;
padding: 1em 0;
}
#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;
}