Модуль:Песочница/Vavilexxx/styles.css

Материал из Википедии — свободной энциклопедии
Перейти к навигации Перейти к поиску
/* <templatestyles src="Модуль:Песочница/Vavilexxx/styles.css" /> */

:root {
	/*--white-color: #ffffff;*/
	/*--primaryFont: #0018ED;*/
	/*--mainFont: #2D2E3A;*/
	/*--greyFont: #696C74;*/
}

/*#white-id {*/
/*   color: var(--white-color);*/
/*}*/

* {
	box-sizing: border-box;
	/*-webkit-font-smoothing: antialiased;*/
	/*-moz-osx-font-smoothing: grayscale;*/
}

a.external[href*="//ru.wikipedia.org/"] {
    background: none !important;
    padding-right: 0 !important;
}

td:hover, 
div > div > div:hover {
	background: #fef6e7;
}

div[style*=position]:hover {
	background: none;
}

a:focus {
	font-size: 1.2em;
	background: #fee7e6;
}

/*a:activ {*/
/*	font-weight: 800;*/
/*	background: #d5fdf4;*/
/*}*/

@media screen and (max-width: 600px) {
	.card-stats {
		flex-wrap: wrap;
		row-gap: 20px;
		flex: 1;
	}

	.card-stat {
		flex: 0 1 calc(100% / 2 - 12px);
	}
}

@media screen and (max-width: 360px) {
	.card-stat {
		flex: 0 1 100%;
	}
}