MediaWiki:Common.css: Difference between revisions

From neoksaal wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(14 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 */
/* CSS placed here will be applied to all skins */
body {
body {
 
    background-color: none;
}
}


mw-body h2 {
#content {
     font-size: 1.7em;
     max-width: 70%;
}
}


div#mw-panel {
#mw-panel {
  background: white;
    font-family: monospace;
    font-size: 1rem;
}
}
 
#mw-panel .vector-menu-heading {
th {
    font-family: monospace;
  vertical-align: top;
    font-size: 1rem;
}
}
 
#left-navigation a,
 
#right-navigation a {
/* toclimit */
    font-family: monospace;
.toclimit-2 .toclevel-1 ul,
    font-size: 0.8rem;
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}
}
 
#p-personal a {
code, pre, .mw_code {
     font-family: monospace;
    background-color: #dbe6f0;
     font-size: 0.8rem;
}
 
/* IRL/ONLINE markers on the Category:WordsfortheFuture page */
 
.irl,
.online{
    padding: 0.25em 1em;
    margin: 0.5em 0.25em 0 0;
    color: white;
}
.irl {
     background-color:magenta;
}
.online{
     background-color: rgb(0,168,255);
}
 
#mw-sidebar-button {
  background-color: white;
}
}

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;
}