MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 42: | Line 42: | ||
margin-bottom: 1rem; | margin-bottom: 1rem; | ||
padding: 1rem; | padding: 1rem; | ||
background-image: url(https://www.exagear.wiki/images/exagearwiki_welcomebanner.png); | |||
background-position: right; | |||
background-repeat: no-repeat; | |||
} | } | ||
| Line 54: | Line 57: | ||
margin-bottom: 1rem; | margin-bottom: 1rem; | ||
padding: 1rem; | padding: 1rem; | ||
} | } | ||
Revision as of 11:35, 7 October 2022
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}
.sitenotice {
background-color: #f8f9fa;
border: 1px solid #c8ccd1;
border-radius: 2px;
box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
margin-bottom: 1rem;
padding: 1rem;
}
.welcomebanner {
background-color: #f8f9fa;
border: 1px solid #c8ccd1;
border-radius: 2px;
box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
margin-bottom: 1rem;
padding: 1rem;
background-image: url(https://www.exagear.wiki/images/exagearwiki_welcomebanner.png);
background-position: right;
background-repeat: no-repeat;
}
}
.welcomebanner td {
background-color: #f8f9fa;
border: 1px solid #c8ccd1;
border-radius: 2px;
box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
margin-bottom: 1rem;
padding: 1rem;
}