MediaWiki:Common.css: Difference between revisions

From neoksaal wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
body {
     background-color: pink;
     background-color: none;
}
}


Line 10: Line 10:
#mw-panel {
#mw-panel {
     font-family: monospace;
     font-family: monospace;
     font-size: 13px;
     font-size: 1rem;
}
}
#mw-panel .vector-menu-heading {
#mw-panel .vector-menu-heading {
     font-family: monospace;
     font-family: monospace;
     font-size: 13px;
     font-size: 1rem;
}
}
#left-navigation a,
#left-navigation a,
#right-navigation a {
#right-navigation a {
     font-family: monospace;
     font-family: monospace;
     font-size: 13px;
     font-size: 0.8rem;
}
}
#p-personal a {
#p-personal a {
     font-family: monospace;
     font-family: monospace;
     font-size: 13px;
     font-size: 0.8rem;
}
}

Latest revision as of 11:14, 23 July 2026

/* CSS placed here will be applied to all skins */
body {
    background-color: none;
}

#content {
    max-width: 70%;
}

#mw-panel {
    font-family: monospace;
    font-size: 1rem;
}
#mw-panel .vector-menu-heading {
    font-family: monospace;
    font-size: 1rem;
}
#left-navigation a,
#right-navigation a {
    font-family: monospace;
    font-size: 0.8rem;
}
#p-personal a {
    font-family: monospace;
    font-size: 0.8rem;
}