MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 60: | Line 60: | ||
.mw-body { | .mw-body { | ||
margin-left: 0 !important; | margin-left: 0 !important; | ||
} | |||
#mw-navigation { | |||
float: left; | |||
} | } | ||
} | } |
Revision as of 18:08, 7 September 2023
/* All CSS here will be loaded for users of the Vector skin */
html {
background: url(https://i.imgur.com/OdFMNzA.png);
}
body {
background: url(https://i.imgur.com/62e0INC.png) no-repeat;
}
#right-navigation {
background-color: #caeaff;
min-height: 40px;
}
#mw-page-base {
background-image: url(https://i.imgur.com/YnnR5XL.png);
}
.vector-menu-portal {
background-color: #ffffff;
border-radius: 5px;
margin-bottom: 15px;
border: 1px solid #a7d7f9;
}
#p-personal ul {
background-color: #ffffff;
border-radius: 5px;
padding: 1px 10px 4px 0px;
border: 1px solid #a7d7f9;
}
#right-navigation {
background-color: #caeaff;
}
#footer-places li {
background-color: #ffffff;
border-radius: 5px;
padding: 1px 8px 1px 8px;
border: 1px solid #a7d7f9;
}
#footer-info li {
float: left;
background-color: #ffffff;
border-radius: 5px;
padding: 5px 7px 4px 7px;
border: 1px solid #a7d7f9;
margin-right: 10px;
margin-bottom: 10px;
}
@media(max-width:555px){
#mw-panel {
position: relative !important;
}
.mw-body {
margin-left: 0 !important;
}
#mw-navigation {
float: left;
}
}