Difference between revisions of "User:Razfahd/timeless.css"
Jump to navigation
Jump to search
m (Razfahd a déplacé la page User:Razfahd/Timeless.css vers User:Razfahd/timeless.css) |
|||
Line 2: | Line 2: | ||
body { | body { | ||
font: 16px/21px "Exo 2"; | font: 16px/21px "Exo 2"; | ||
+ | } | ||
+ | #mw-header-container { | ||
+ | height: 50px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | #mw-header-nav-hack { | ||
+ | display: none; | ||
+ | } | ||
+ | #mw-content-container { | ||
+ | margin-top: 50px; | ||
} | } |
Revision as of 07:33, 19 December 2023
@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');
body {
font: 16px/21px "Exo 2";
}
#mw-header-container {
height: 50px;
min-height: 50px;
}
#mw-header-nav-hack {
display: none;
}
#mw-content-container {
margin-top: 50px;
}