Шаблон:Wikimeat/styles.css: различия между версиями

Шаблон используемый на Wikimeat
мНет описания правки
мНет описания правки
 
(не показана 171 промежуточная версия этого же участника)
Строка 1: Строка 1:
.mainpage-body {
/* Benefits */
    width: 100%;
    margin: 1.2rem -0.2rem 0 -0.2rem;
    display: flex;
    flex-direction: column;
}


.mainpage-row {
#home-benefits {
    display: flex;
display: flex;
    width: 100%;
flex-direction: column;
    flex-wrap: wrap;
justify-content: space-between;
}
}


.card {
.home-stats__value {
    margin: 0 0.2rem 0.4rem 0.2rem;
font-size: 2.5rem;
    display: flex;
font-weight: 800;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease;
}
}


.card:hover {
.home-stats__unit {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0475), 0 6px 6px rgba(0, 0, 0, 0.0575);
margin-top: 0.2rem;
color: var( --color-base--subtle );
}
}


.card-caption {
/* Navigation */
    font-size: 0.875rem;
    font-weight: 600;
}


.card-image a {
#home-nav {
    display: flex;
margin-top: 2.4rem;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    background: none !important;
}
}


.card-image a img {
#home-nav .home-card__background:after {
     transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1.0);
position: absolute;
    pointer-events: none;
     top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
}
}


.card:hover .card-image a img {
#home-nav .home-card__foreground {
     transform: scale(1.1);
pointer-events: none;
height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
     font-weight: 500;
}
}


.card h3 {
/* Search */
    margin-top: 0;
    line-height: 1.2;
    font-weight: 600;
}


.card .byline {
.keyboard-text {
    margin: 0 0 0.2rem 0;
padding: 0 5px;
    color: #72777d;
border: 1px solid;
    font-size: 0.825rem;
margin: 0 2px;
border-radius: 4px;
}
}


.card .numdata {
/* OLD */
    margin-top: 0.8rem;
}


.card p {
.mainpage-row {
    font-size: 0.875rem;
display: flex;
width: 100%;
flex-wrap: wrap;
}
}


.card-text {
#featured_article.card {
    padding: 1.2rem;
width: calc(100% / 3 - 0.4rem);
min-width: calc(860px / 3 - 0.4rem);
max-height: 400px;
}
}


.card-button {
#featured_article .card-image a img {
    background: #72777d;
object-fit: cover;
    transition: background 0.2s ease,
width: 320px;
        opacity 0.2s ease;
height: 260px;
}
}


.card-button:hover {
#featured_article .card-text {
opacity: .8;
max-height: 120px;
}
}


.card-button a {
.mainpage-navigation .card {
     padding: 0.6rem;
     width: calc(100%/4 - 0.4rem);
     display: block;
     min-width: calc(860px/4 - 0.4rem);
    background: none!important;
    color: white;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
}
}


.card-link ul {
@media ( hover: none ) {
    margin: 0;
.desktoponly {
    padding: 1.2rem 1.2rem 1.2rem 2.8rem;
display: none;
    font-size: 0.875rem;
}
}
}


/* Header */
/* Breakpoints */


.mainpage-header h1 {
/* @media ( max-width: 485px ) {
    line-height: 1.2;
.home-header__bg {
}
right: 0;
}
} */


.mainpage-header .mw-headline span {
@media ( min-width: 682px ) {
    font-weight: 600;
.home-header__search {
    white-space: nowrap;
text-align: center;
}
}
}


/*Contribute*/
@media only screen and (max-width: 720px) {
 
.mainpage-row {
#contribute.card {
width: auto;
width: calc(100% / 3 - 0.4rem);
margin: 0 -20px;
min-width: calc(860px/4 - 0.4rem);
padding: 0 20px;
/*background-color: #00af89;*/
overflow: auto;
/*border-color: #00af89;*/
flex-wrap: nowrap;
}
    }
 
#contribute.card h3 {
/*color: #fff;*/
}
 
#contribute.card p {
/*color: #eaecf0;*/
}
}


#contribute .card-button {
@media only screen and ( max-width: 800px ) {
background: #c1272d;
.home-header {
/*background: #14866d;*/
flex-direction: column-reverse;
}
.home-header__column {
padding: 0 20px;
}
}
}


/*Discord*/
@media only screen and (max-width: 980px) {
 
#home-banner {
#discord.card {
display: none;
width: calc(100% / 3 - 0.4rem);
}
min-width: calc(860px/4 - 0.4rem);
/*background-color: #7289da;*/
/*border-color: #7289da;*/
}
 
#discord.card h3 {
/*color: #fff;*/
}
 
#discord.card p {
/*color: #eaecf0;*/
}
 
#discord .card-button {
background: #697ec4;
}
 
@media only screen and (max-width: 720px) {
    .mainpage-row {
        width: auto;
        margin: 0 -20px;
        padding: 0 20px;
        overflow: auto;
        flex-wrap: nowrap;
    }
}
}

Текущая версия от 22:03, 4 мая 2023

/* Benefits */

#home-benefits {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-stats__value {
	font-size: 2.5rem;
	font-weight: 800;
}

.home-stats__unit {
	margin-top: 0.2rem;
	color: var( --color-base--subtle );
}

/* Navigation */

#home-nav {
	margin-top: 2.4rem;
}

#home-nav .home-card__background:after {
	position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
}

#home-nav .home-card__foreground {
	pointer-events: none;
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-weight: 500;
}

/* Search */

.keyboard-text {
	padding: 0 5px;
	border: 1px solid;
	margin: 0 2px;
	border-radius: 4px;
}

/* OLD */

.mainpage-row {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

#featured_article.card {
	width: calc(100% / 3 - 0.4rem);
	min-width: calc(860px / 3 - 0.4rem);
	max-height: 400px;
}

#featured_article .card-image a img {
	object-fit: cover;
	width: 320px;
	height: 260px;
}

#featured_article .card-text {
	max-height: 120px;
}

.mainpage-navigation .card {
    width: calc(100%/4 - 0.4rem);
    min-width: calc(860px/4 - 0.4rem);
}

@media ( hover: none ) {
	.desktoponly {
		display: none;
	}
}

/* Breakpoints */

/* @media ( max-width: 485px ) {
	.home-header__bg {
		right: 0;
	}
} */

@media ( min-width: 682px ) {
	.home-header__search {
		text-align: center;
	}
}

@media only screen and (max-width: 720px) {
	.mainpage-row {
		width: auto;
		margin: 0 -20px;
		padding: 0 20px;
		overflow: auto;
		flex-wrap: nowrap;
    }
}

@media only screen and ( max-width: 800px ) {
	.home-header {
		flex-direction: column-reverse;
	}
	.home-header__column {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 980px) {
	#home-banner {
		display: none;
	}
}
🍪 Наш веб-сайт использует файлы cookie для того, чтобы сделать ваш опыт использования сайта лучше и анализа использования сайта