MediaWiki:Common.css: Difference between revisions
From Eco - Meta Wiki
Created page with "@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); * { font-family: 'Roboto', sans-serif; }" |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Custom font */ | |||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | ||
/* Framework */ | |||
* { | * { | ||
font-family: 'Roboto', sans-serif; | font-family: 'Roboto', sans-serif; | ||
} | |||
body { | |||
background: url(https://wiki.play.eco/cubes.png); | |||
/*background-color: #F5F5F5;*/ | |||
} | |||
.ace_editor * { | |||
font-family: monospace !important; | |||
} | |||
/* Banner */ | |||
.headbanner span img { | |||
width: 100%; | |||
height: auto; | |||
} | } |
Latest revision as of 08:29, 30 August 2023
/* Custom font */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* Framework */
* {
font-family: 'Roboto', sans-serif;
}
body {
background: url(https://wiki.play.eco/cubes.png);
/*background-color: #F5F5F5;*/
}
.ace_editor * {
font-family: monospace !important;
}
/* Banner */
.headbanner span img {
width: 100%;
height: auto;
}