MediaWiki:Common.css: Difference between revisions
From Eco - Meta Wiki
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
background: url(https://wiki.play.eco/cubes.png); | background: url(https://wiki.play.eco/cubes.png); | ||
/*background-color: #F5F5F5;*/ | /*background-color: #F5F5F5;*/ | ||
} | |||
.ace_editor * { | |||
font-family: monospace !important; | |||
} | } | ||
/* Banner */ | /* Banner */ | ||
.headbanner { | .headbanner span img { | ||
width: 100%; | width: 100%; | ||
height: auto; | 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;
}