Jump to content

User:Exampleava/common.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Exampleava (talk | contribs) at 18:01, 22 May 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Recent Bug Fixes */
.minerva-header .search-box {
	width: 0 !important;
}
.minerva-header .branding-box {
	min-width: 0 !important;
}
.minerva-user-navigation {
	min-width: 0;
}
.banner-container, .header, .page-header-bar, .overlay-header, .content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form, #mw-mf-page-center .pointer-overlay {
	max-width: 100% !important;
}
.overlay.search-overlay .search-box, .overlay.search-overlay .search-content, .overlay.search-overlay .spinner-container, .overlay.search-overlay .results {
	margin-left: 0;
}
@media screen and (min-width: 768px) {
	.banner-container, .header, .page-header-bar, .overlay-header, .content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form, #mw-mf-page-center .pointer-overlay {
		width: 100%;
		max-width: min(90%,calc(100vw - 140px));
	}
	.page-heading {
		width: calc(100% - 330px);
	}
	.banner-container, .header, .page-header-bar, .overlay-header, .content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form {
		margin-left: auto;
		margin-right: auto;
	}
	.overlay.search-overlay .header-cancel {
	display: block;
    margin-top: 6px;
}
	.thumbimage {
		border-top-right-radius: 20px !important;h
		border-bottom-right-radius: 0px !important;
		border-top-left-radius: 20px !important;
		border-bottom-left-radius: 0px !important;
		box-shadow: none !important;
	}
	.overlay .header-container.header-chrome {
		top: 0 !important;
		z-index: 2;
		border: 0;
		padding: 0 !important;
		margin: 0 !important;
		left: 0;
		height: 55px;
		width: 100px;
		right: inherit;
		border-radius: 0px !important;
		box-shadow: none !important;
        background: transparent;
	}
	.overlay-issues {
		width: 420px;
		left: initial;
		right: 0;
	}
	.overlay-header-container {
		width: 420px;
		left: initial !important;
		right: 0;
	}
	.search-overlay .search-box .search, .minerva-header .search-box .search {
		width: 350px;
	}
	/*
	.header-container.header-chrome:hover {
		width: 350px !important;
		margin: 30px 10vw 0 0 !important;
		height: 65px !important;
		border-top-left-radius: 20px !important;
		border-top-right-radius: 20px !important;
		border-bottom-right-radius: 20px !important;
		border-bottom-left-radius: 20px !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.header-chrome:hover .branding-box img {
		width: 119px !important;
		opacity: 1 !important;
	}
	*/
	.overlay.search-overlay .overlay-content {
		max-width: 90%;
	}
	/*
	.overlay .header-container.header-chrome:hover {
		width: 100% !important;
		margin: 0px !important;
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		height: 55px !important;
	}
	*/
	.page-actions-menu__list {
		justify-content: left;
	}
	.page-actions-overflow-list {
		left: initial;
		right: initial;
	}
	/* VERTICAL NAV 
	.overlay-header > div, .minerva-header > div, .overlay-header > .navigation-drawer, .minerva-header > .navigation-drawer {
		position: relative;
    	vertical-align: middle;
    	display: table-row !important;
    	text-align: right;
	}
	.header-container {
		padding: 0 3px 0 7px;
	}
	.minerva-header .branding-box {
		width: auto !important;
	}
	.minerva-user-navigation {
		display: table-row;
	    min-width: none;
	    min-height: none;
	    height: 100%;
	    width: 40px;
	    align-items: center;
	    justify-content: flex-end;
	    position: relative;
	    padding-bottom: 10px;
	}
	/* END */