MediaWiki:Common.css: Difference between revisions

From Exagear International
Jump to navigation Jump to search
m (Reverted edits by Ilya114 (talk) to last revision by Wikiadmin)
Tag: Rollback
No edit summary
Line 32: Line 32:
}
}


.mainpagechapter {
    width: fit-content(20em);
    background-color: #fff;
    border: 1px solid #c8ccd1;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    margin-bottom: 2px;
    padding: 1rem;
}


.languagebanner {
.languagebanner {
Line 43: Line 51:
     padding: 2px;
     padding: 2px;
}
}


.welcomebanner {
.welcomebanner {
Line 60: Line 67:
}
}


.main-top {
clear: both;
font-size: 1rem;
margin-top: 1rem;
padding-bottom: 1.5rem;
}


.main-top-header{
.main-top-header{
    margin-bottom: 0.6em;
border-bottom-color: transparent;
    border-bottom: 0px solid #a2a9b1;
margin-bottom: 0.25em;
   
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
}
}



Revision as of 02:21, 14 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;
}

.mainpagechapter {
    width: fit-content(20em);
    background-color: #fff;
    border: 1px solid #c8ccd1;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    margin-bottom: 2px;
    padding: 1rem;
}

.languagebanner {
    align-items: center;
    width: fit-content(20em);
    background-color: #f8f9fa;
    border: 1px solid #c8ccd1;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    margin-bottom: 2px;
    padding: 2px;
}

.welcomebanner {
    align-items: center;
    background-image: url(https://www.exagear.wiki/images/exagearwiki_welcomebanner.png);
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    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;

}

.main-top {
	clear: both;
	font-size: 1rem;
	margin-top: 1rem;
	padding-bottom: 1.5rem;
}

.main-top-header{
	border-bottom-color: transparent;
	margin-bottom: 0.25em;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	
}


.welcomebanner table{
    background-color: transparent;

}