MediaWiki:Common.css: Difference between revisions
From Eco - Meta Wiki
Fixed CSS after MediaWiki update |
No edit summary |
||
(2 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; | |||
} | } | ||
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;
}