MediaWiki:Common.css: Difference between revisions
From Eco - Meta Wiki
Fixed CSS after MediaWiki update |
No edit summary |
||
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, .ace_editor * { | |||
font-family: monospace !important; | |||
} | } | ||
Revision as of 08:27, 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, .ace_editor * {
font-family: monospace !important;
}
/* Banner */
.headbanner span img {
width: 100%;
height: auto;
}