MediaWiki:Common.css: Difference between revisions

From Anemos wiki
No edit summary
No edit summary
Line 57: Line 57:
     .vector-menu li, #p-personal li {
     .vector-menu li, #p-personal li {
   font-family: 'Rubik', sans-serif;
   font-family: 'Rubik', sans-serif;
     font-size: 0.875em;
     font-size: 1em;
     font-size: calc(1em * 0.875);
     font-size: calc(1em * 0.875);
     line-height:1.6;
     line-height:1.6;

Revision as of 11:33, 12 October 2022

body {
    background-color: #fff;
}

#mw-page-base {
    background-color: #fff;
    background-image: none;
}

.vector-menu-tabs li a {
    color: #00adee;
    padding-top: 12px;
    padding-left: 18px;
    padding-right: 18px;
}

a.new, #p-personal a.new {
    color: black;
}

a, .vector-menu-tabs .new a, .vector-menu-tabs .new a:visited, .portal .body li a:visited, .vector-menu-portal .body li a:visited, .portal .body li a, .vector-menu-portal .body li a, a:visited {
    color: #00adee;
}

.vector-menu-tabs li {
    background-image: none;
    background: white;  
}

.vector-menu-tabs .selected, .vector-menu-tabs li:hover {
    background-image: none;
    background: #00adee;    
}

.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited, .vector-menu-tabs a:hover, .vector-menu-tabs .new a:hover {
    color: white;
    text-decoration: none;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
    margin-bottom: 0.25em;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    line-height:1.3;
    font-weight: 100; /*normal */
}
.mw-body-content {
   	font-family: 'Rubik', sans-serif;
    font-size: 0.875em;
    font-size: calc(1em * 0.875);
    line-height:1.6
}
.vector-menu ul, #p-personal ul {
    list-style: none none;
    margin:0
    }

    .vector-menu li, #p-personal li {
   	font-family: 'Rubik', sans-serif;
    font-size: 1em;
    font-size: calc(1em * 0.875);
    line-height:1.6;
    margin-left: 0.75em;
    padding-top: 0.5em;
}