MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(Added infobox css) |
|||
| Regel 24: | Regel 24: | ||
padding: 0 10px; | padding: 0 10px; | ||
} | } | ||
| + | |||
| + | |||
| + | /* | ||
| + | .infobox { | ||
| + | background: url("https://hackalot.nl/images/3/33/Infobox_repeat.png"); | ||
| + | } | ||
| + | .infobox_title { | ||
| + | background: url(https://hackalot.nl/images/3/31/Infobox_top.png) #FFFFFF; | ||
| + | height: 37px; | ||
| + | vertical-align: bottom; | ||
| + | line-height: 20px; | ||
| + | } | ||
| + | .infobox_header { | ||
| + | background: url(https://hackalot.nl/images/c/cc/Infobox_repeat_dark.png); | ||
| + | } | ||
| + | */ | ||
Versie van 17 mrt 2018 22:22
.mw-body {
background-color: rgba(255,255,255,0.7);
}
body {
background-color: white !important;
background-image: url('https://hackalot.nl/images/thumb/4/49/Looping_wallpaper_mirrored.png/596px-Looping_wallpaper_mirrored.png')
}
#mw-page-base {
background-image: linear-gradient(#f6f6f6 50%, rgba(255,255,255,0) 100%);
}
.infobox {
background: #EEEEEE;
float: right;
border-collapse: collapse;
}
.infobox_title, .infobox_header {
background: #CCCCCC;
}
.infobox th {
padding: 0 10px;
}
/*
.infobox {
background: url("https://hackalot.nl/images/3/33/Infobox_repeat.png");
}
.infobox_title {
background: url(https://hackalot.nl/images/3/31/Infobox_top.png) #FFFFFF;
height: 37px;
vertical-align: bottom;
line-height: 20px;
}
.infobox_header {
background: url(https://hackalot.nl/images/c/cc/Infobox_repeat_dark.png);
}
*/