|
|
| Line 1: |
Line 1: |
| /* Site logo container */
| |
| .mw-logo {
| |
| /* adjust size/spacing here */
| |
| }
| |
|
| |
|
| /* Sticky header bar */
| |
| .vector-header {
| |
| background-color: #1a56db;
| |
| }
| |
|
| |
| /* Search box */
| |
| .vector-search-box {
| |
| border-radius: 20px;
| |
| }
| |
|
| |
| /* Login / Register button (top right) */
| |
| #p-personal a {
| |
| background-color: #d6336c;
| |
| color: #fff;
| |
| border-radius: 20px;
| |
| padding: 6px 14px;
| |
| }
| |
|
| |
| /* Sidebar section headers (the clickable collapsible ones) */
| |
| .vector-menu-heading {
| |
| font-weight: 600;
| |
| text-transform: uppercase;
| |
| font-size: 12px;
| |
| }
| |
|
| |
| /* Sidebar width */
| |
| #mw-panel {
| |
| width: 280px;
| |
| }
| |