Difference between revisions of "MediaWiki:Common.css"

From Conceptual Reconstructionism Project
Line 4: Line 4:
     background-color: deepskyblue;
     background-color: deepskyblue;
     transition: all 1s linear;
     transition: all 1s linear;
    scroll-margin-top: 150px;
}
}



Revision as of 13:48, 5 December 2021

/* CSS placed here will be applied to all skins */

:target {
    background-color: deepskyblue;
    transition: all 1s linear;
    scroll-margin-top: 150px;
}


.meta-def {
	position: relative;
	left: -0.1em;
	font-weight: bold;
	font-style: italic;
	font-size: 0.7em;
	vertical-align: sub;
}

.meta-def a {
	color: black;
}