MediaWiki:Common.css: Difference between revisions
From Eco - Meta Wiki
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
} | } | ||
.ace_editor | .ace_editor { | ||
font-family: monospace !important; | font-family: monospace !important; | ||
} | } |
Revision as of 08:28, 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;
}