MediaWiki:Citizen.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin loaded on desktop */
/* All CSS here will be loaded for users of the Citizen skin loaded on desktop */
html {
    --width-layout: 1030px;
}
.citizen-body-container {
  margin: var(--space-xl) 56px 200px 55px;
}
.citizen-body-container {
  margin: var(--space-xl) 56px 200px 55px;
}
.citizen-body {
    padding: 5px 6px;
}
.citizen-header {
    --header-button-size: calc(var(--header-size) * 1.54 - var(--space-xs) * 2);
}
/*.citizen-header__logo {
    background: pink;
    position: relative;
    left: 100px;
}
.citizen-header__logo img {
    display: none;
}*/
.mw-body-header {
    width: 109%;
    margin-left: -2.9%;
    padding: 12px;
    flex-wrap: nowrap;
}
.citizen-toc {
    width: 227px;
}

Revision as of 17:32, 2 March 2024

/* All CSS here will be loaded for users of the Citizen skin loaded on desktop */