MediaWiki:Common.css: различия между версиями
Материал из Eco - Русская Wiki
Dennis (обсуждение | вклад) Нет описания правки |
StalEF (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
/* Custom | /* Custom Font */ | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | ||
/* Framework */ | |||
* { | * { | ||
font-family: 'Roboto', sans-serif; | font-family: 'Roboto', sans-serif; | ||
} | } | ||
body { | body { | ||
background-image: url(https://wiki.play.eco/cubes.png); | background-image: url(https://wiki.play.eco/cubes.png); | ||
background-color: #FAFAFA; | |||
} | } | ||
.ace_editor * { | .ace_editor * { | ||
font-family: monospace !important; | font-family: monospace !important; | ||
} | |||
.mw-specialpages-notes { | |||
float: left; | |||
} | } | ||
Строка 23: | Строка 26: | ||
} | } | ||
/* Table of Contents */ | |||
/* Table of Contents*/ | |||
.toc { | .toc { | ||
border: 5px solid #A9A9A9; | border: 5px solid #A9A9A9; | ||
Строка 42: | Строка 36: | ||
} | } | ||
/* Infoboxes*/ | /* Infoboxes */ | ||
.infobox { | .infobox { | ||
border: 5px solid #7BC2CE; | border: 5px solid #7BC2CE; | ||
Строка 53: | Строка 47: | ||
} | } | ||
.tablescroll { | |||
overflow-x: auto; | |||
. | |||
} | } | ||
.ecotable { | |||
. | display: table; | ||
white-space: normal; | |||
/*font-family: Quicksand, sans-serif;*/ | |||
border: 2px solid var(--border-color, #395684); | |||
border-radius: 3px; | |||
} | } | ||
.ecotable th, .ecoheader { | |||
. | background-color: var(--table-header-background, #305080); | ||
background- | color: var(--table-header-color, #FFFCF7); | ||
} | } | ||
.ecotable tr:nth-child(odd) { | |||
. | background-color: var(--table-row-odd, #3956844D); | ||
background- | |||
} | } | ||
.ecotable tr, .ecobody { | |||
. | background-color: var(--table-row-even, #3956841A); | ||
background- | |||
} | } | ||
. | .IconFrame { | ||
border: 5px outset #A9A9A9; | |||
background: #DCDCDC; | |||
display:inline-block; | |||
width: auto; | |||
padding: 10px; | |||
background | |||
width: | |||
margin: 10px; | margin: 10px; | ||
text-align: center; | |||
vertical-align: middle; | |||
} | } | ||
. | .card-horizontal { | ||
display: flex; | |||
flex: 1 1 auto; | |||
} | } | ||
. | .card { | ||
margin-top: 10px; | |||
} | } | ||
. | .card-img-top img { | ||
max-width: 100%; | |||
height: auto; | |||
width: auto\9; | |||
} | } |
Текущая версия от 11:54, 15 декабря 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: #FAFAFA;
}
.ace_editor * {
font-family: monospace !important;
}
.mw-specialpages-notes {
float: left;
}
/* 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;
}
.tablescroll {
overflow-x: auto;
}
.ecotable {
display: table;
white-space: normal;
/*font-family: Quicksand, sans-serif;*/
border: 2px solid var(--border-color, #395684);
border-radius: 3px;
}
.ecotable th, .ecoheader {
background-color: var(--table-header-background, #305080);
color: var(--table-header-color, #FFFCF7);
}
.ecotable tr:nth-child(odd) {
background-color: var(--table-row-odd, #3956844D);
}
.ecotable tr, .ecobody {
background-color: var(--table-row-even, #3956841A);
}
.IconFrame {
border: 5px outset #A9A9A9;
background: #DCDCDC;
display:inline-block;
width: auto;
padding: 10px;
margin: 10px;
text-align: center;
vertical-align: middle;
}
.card-horizontal {
display: flex;
flex: 1 1 auto;
}
.card {
margin-top: 10px;
}
.card-img-top img {
max-width: 100%;
height: auto;
width: auto\9;
}