MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 36: | Line 36: | ||
.welcomebanner { | .welcomebanner { | ||
align-items: center; | |||
background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e3/Wikipedia_logo_letters_banner.svg); | |||
background-image: url(https:// | |||
background-position: right; | background-position: right; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
display: flex; | |||
margin-bottom: 1.5rem; | |||
margin-top: 0.5rem; | |||
padding-bottom: 0; | |||
padding-left: 0; | |||
padding-top: 0; | |||
} | } | ||
Revision as of 11:37, 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 {
align-items: center;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e3/Wikipedia_logo_letters_banner.svg);
background-position: right;
background-repeat: no-repeat;
display: flex;
margin-bottom: 1.5rem;
margin-top: 0.5rem;
padding-bottom: 0;
padding-left: 0;
padding-top: 0;
}
}
.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;
}