MediaWiki:Common.css: Difference between revisions

From LANCommander
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@media screen and (min-width: 1000px) {
.vector-feature-page-tools-enabled .mw-body {
/*grid-template: none*/
}
}
.mw-logo-container {
.mw-logo-container {
     display: none;
     display: none;
Line 8: Line 14:
}
}


.mt-highlight pre {
.mw-highlight pre {
     font-size: 90%;
     font-size: 80%;
}
 
.template-infobox {
    float: right;
    padding: 6px 14px;
    margin-left: 11px;
    background-color: #f8f9fa;
    max-width: 250px;
}
 
.template-infobox th {
    text-align: left;
    border-top: 1px solid #eaecf0;
}
 
.template-infobox span + p span,
.template-infobox span + span,
.template-infobox p + span,
.template-infobox p {
    display: inline;
}
 
.template-infobox td span::after {
    content: ',';
}
 
.template-infobox td span:last-child::after,
.template-infobox td p span:last-child::after {
    content: '';
}
 
.vector-main-menu-action-opt-out {
    display: none;
}
 
ul.gallery.gallery.gallery.mw-gallery-slideshow {
margin: 0;
}
}

Latest revision as of 08:53, 30 December 2023

/* CSS placed here will be applied to all skins */
@media screen and (min-width: 1000px) {
	.vector-feature-page-tools-enabled .mw-body {
		/*grid-template: none*/
	}
}

.mw-logo-container {
    display: none;
}

.mw-logo-icon {
    width: auto;
}

.mw-highlight pre {
    font-size: 80%;
}

.template-infobox {
    float: right;
    padding: 6px 14px;
    margin-left: 11px;
    background-color: #f8f9fa;
    max-width: 250px;
}

.template-infobox th {
    text-align: left;
    border-top: 1px solid #eaecf0;
}

.template-infobox span + p span,
.template-infobox span + span,
.template-infobox p + span,
.template-infobox p {
    display: inline;
}

.template-infobox td span::after {
    content: ',';
}

.template-infobox td span:last-child::after,
.template-infobox td p span:last-child::after {
    content: '';
}

.vector-main-menu-action-opt-out {
    display: none;
}

ul.gallery.gallery.gallery.mw-gallery-slideshow {
	margin: 0;
}