MediaWiki:Common.css: Difference between revisions
From Eco - English Wiki
icons class delete |
No edit summary |
||
Line 9: | Line 9: | ||
body { | body { | ||
background-image: url(https://wiki.play.eco/cubes.png); | background-image: url(https://wiki.play.eco/cubes.png); | ||
background-color: #F5F5F5; | |||
} | } | ||
Line 23: | Line 23: | ||
/* Table of Contents */ | /* Table of Contents */ | ||
.toc { | /*.toc { | ||
border: 5px solid #A9A9A9; | border: 5px solid #A9A9A9; | ||
padding: 10px; | padding: 10px; | ||
Line 30: | Line 30: | ||
width: 300px; | width: 300px; | ||
clear: right; | clear: right; | ||
} | }*/ | ||
/* Infoboxes */ | /* Infoboxes */ |
Revision as of 08:44, 13 May 2024
/* Custom Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* Framework */
* {
font-family: 'Roboto', sans-serif;
}
body {
background-image: url(https://wiki.play.eco/cubes.png);
background-color: #F5F5F5;
}
.ace_editor * {
font-family: monospace !important;
}
/* Banner */
.headbanner span img {
width: 100%;
height: auto;
}
/* Table of Contents */
/*.toc {
border: 5px solid #A9A9A9;
padding: 10px;
float: right;
margin: 0px 30px 30px 30px;
width: 300px;
clear: right;
}*/
/* Infoboxes */
.infobox {
border: 5px solid #7BC2CE;
padding: 0;
color: #333333;
float: right;
margin: 0px 30px 30px 30px;
width: 300px;
clear: right;
}