MediaWiki:Common.css: Unterschied zwischen den Versionen

MediaWiki-Schnittstellenseite
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 37: Zeile 37:
     background: var(--background-color-framed);
     background: var(--background-color-framed);
     border: 1px solid var(--border-color-base--darker);
     border: 1px solid var(--border-color-base--darker);
    border-radius: 10px;
     box-shadow:  0 1px 2px 1px rgba(0,0,0,0.02);
     box-shadow:  0 1px 2px 1px rgba(0,0,0,0.02);
     position: relative;
     position: relative;

Version vom 14. April 2021, 16:41 Uhr

#p-logo img {
	width: 243px;
    padding-top: 15px;
}
.ve-init-mw-desktopArticleTarget-toolbar {
    margin: 0px -20px 20px -20px !important;
}

.mw-footer, #footer-bottom { margin-top:10px; }
#footer-sitetitle { margin-top:30px; }

header.mw-header div.mw-header-siteinfo a.mw-wiki-title span.mythopedia-logo-span { position:absolute; top:10px; left:130px;}

.mythopedia-logo { height:50px;}

footer.mw-footer div#footer-content h2#footer-sitetitle { height: 20px;}
footer.mw-footer div#footer-content h2#footer-sitetitle span.mythopedia-logo-span { position: relative; left: 150px; top: -45px; }

@media ( max-width: 800px ) {
	header.mw-header div.mw-header-siteinfo a.mw-wiki-title span.mythopedia-logo-span {
		display: none;
	}
}

nav#footer-info { display:none; }

.category-tiles {
	display: flex;
	flex-wrap: wrap;
}

.category-tiles .category-container {
	flex: 1 0 49%;
}

.category-container {
    background: var(--background-color-framed);
    border: 1px solid var(--border-color-base--darker);
    border-radius: 10px;
    box-shadow:  0 1px 2px 1px rgba(0,0,0,0.02);
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.category-container img {
    margin: auto;
margin-top:10px;
}