Jump to content

User:Sohom Datta/styles.css

From Wikipedia, the free encyclopedia
/* don't display anything except the first child div */
section.ext-growthExperiments-NewImpact > div:nth-child(n+2) {
	display: none;
}


/* override the min-height now that we've got rid of a load of the other divs */
div.growthexperiments-homepage-module-impact {
	min-height: 0 !important;
}


/* get rid of the bottom whitespace now that there's only the four boxes */
.growthexperiments-homepage-module {
	padding-bottom: 0;
	padding-top: 0;
	border:0px solid #fff;
	overflow: hidden;
}

/* don't show the impact header */
.growthexperiments-homepage-module h2.growthexperiments-homepage-module-header {
	display: none !important; 
}

.ext-growthExperiments-Popover {
	display: none;
}

.ext-growthExperiments-ScoreCard {
	background: rgba(0,0,0,0);
}

.ext-growthExperiments-ScoreCards {
	display: flex;
	justify-content: center;
}
.wikipediauserbox,
.mw-babel-box{
	border: 1px solid rgba(0,0,0,0) !important;
}

a.external {
	background-image:none;
	padding: 0;
}
/*
.growthexperiments-homepage-module-impact {
	position: relative;
	display: block;
}
.growthexperiments-homepage-module-impact:before {
	content: ' ';
	animation-name: header-anim;
    animation-duration: 60s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	display: block;
	height: 200px;
	background: #eaf3ff;
	top: 0;
	z-index: -1;
	left: 0;
	position: absolute;
}
@keyframes header-anim {
	0% {
		width: 0%;
	}
	
	100% {
		width: 25%;
	}
}
*/

div.vami-quote a {
	color: inherit;
}

div.ptac-box {
	background: var(--background-color-interactive-subtle, #f2f2f2);
	padding: 10px;
	float: right;
	clear: both;
	margin-left:20px;
	margin-bottom: 5px;
}

.hatnote {
	padding: 5px 7px;
    color: var(--color-subtle,#54595d);
    font-size: 0.8125rem;
    background-color: var(--background-color-interactive-subtle,#f8f9fa);
    margin-bottom: 1px;
    overflow: hidden;
}

.hatnote a {
	color: #36c;
}

code {
	background: inherit;
	border: 0px solid #fff;
}
.mw-babel-wrapper,
.mw-babel-wrapper + table{
	border: 1px solid #f2f2f2 !important;
	background: rgba(0,0,0,0);
}
.mw-babel-footer {
	display: none;
}
html.skin-theme-clientpref-night .userpage img {
	filter: invert(0) hue-rotate(0deg);
}