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

Шаблон используемый на Wikimeat
мНет описания правки
мНет описания правки
 
(не показано 155 промежуточных версий этого же участника)
Строка 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-wrap: wrap;
}
.card {
margin: 0 0.2rem 0.4rem 0.2rem;
display: flex;
flex-grow: 1;
flex-direction: column;
flex-direction: column;
justify-content: space-between;
justify-content: space-between;
box-sizing: border-box;
border: transparent; /* 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__value {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0475), 0 6px 6px rgba(0, 0, 0, 0.0575);
font-size: 2.5rem;
font-weight: 800;
}
}


.card-caption {
.home-stats__unit {
font-size: 0.875rem;
margin-top: 0.2rem;
font-weight: 600;
color: var( --color-base--subtle );
}
}


.card-image a {
/* Navigation */
display: flex;
height: 100%;
justify-content: center;
overflow: hidden;
background: none !important;
}


.card-image a img {
#home-nav {
transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1.0);
margin-top: 2.4rem;
}
}


.card:hover .card-image a img {
#home-nav .home-card__background:after {
transform: scale(1.1);
position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
}
}


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


.card .byline {
/* Search */
margin: 0 0 0.2rem 0;
color: #72777d;
font-size: 0.825rem;
}


.card p {
.keyboard-text {
font-size: 0.875rem;
padding: 0 5px;
border: 1px solid;
margin: 0 2px;
border-radius: 4px;
}
}


.card-text {
/* OLD */
padding: 1.2rem;
}


.card-button {
.mainpage-row {
background: #72777d;
display: flex;
transition: background 0.2s ease,
width: 100%;
opacity 0.2s ease;
flex-wrap: wrap;
}
 
.card-button:hover {
opacity: .8;
}
 
.card-button a {
padding: 0.6rem;
display: block;
background: none!important;
color: white;
text-align: center;
font-size: 0.875rem;
font-weight: 600;
}
 
.card-link ul {
margin: 0;
padding: 1.2rem 1.2rem 1.2rem 2.8rem;
font-size: 0.875rem;
}
 
/* Header */
 
.mainpage-header {
justify-content: center;
vertical-align: middle;
text-align: center;
}
 
.mainpage-header .mw-headline span {
white-space: nowrap;
}
}
/* Featured Article */


#featured_article.card {
#featured_article.card {
width: calc(100% / 2 - 0.4rem);
min-width: calc(860px / 2 - 0.4rem);
height: 220px;
flex-direction: row;
}
#featured_article .card-image {
width: 150px;
height: 220px;
}
#featured_article .card-image img {
height: 100%;
width: auto;
position: relative;
/* Edit thumbnail offset here */
/* margin-left: 100%; */
}
#wikimeat_intro.card {
width: calc(100% / 6 * 5 - 0.4rem);
flex-direction: row;
}
#wikimeat_intro .card-image {
width: 50%;
overflow: hidden;
}
#wikimeat_intro .card-image img {
height: 100%;
width: auto;
position: relative;
}
/*Cards*/
#discord.card,
#contribute.card {
width: calc(100% / 3 - 0.4rem);
min-width: calc(860px/4 - 0.4rem);
/*contribute = background-color: #00af89;*/
/*contribute = border-color: #00af89;*/
/*discord = background-color: #7289da;*/
/*discord = border-color: #7289da;*/
}
#contribute .card-button {
background: #c1272d;
}
#discord .card-button {
background: #697ec4;
}
#wiki_stats.card {
width: calc(100% / 3 - 0.4rem);
width: calc(100% / 3 - 0.4rem);
min-width: calc(860px / 3 - 0.4rem);
min-width: calc(860px / 3 - 0.4rem);
text-align: center;
max-height: 400px;
}
}


/* Overlay */
#featured_article .card-image a img {
 
object-fit: cover;
.overlay-foreground {
width: 320px;
margin-top: -100px;
height: 260px;
z-index: 1;
position: relative;
}
}


.overlay-background {
#featured_article .card-text {
background: white;
max-height: 120px;
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 0;
}
}
/* Navigation */


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


.mainpage-navigation .card-caption {
@media ( hover: none ) {
    padding: 0.4rem;
.desktoponly {
    text-align: center;
display: none;
}
}
}


.mainpage-navigation .card-image {
/* Breakpoints */
    height: 180px;
 
    overflow: hidden;
/* @media ( max-width: 485px ) {
.home-header__bg {
right: 0;
}
} */
 
@media ( min-width: 682px ) {
.home-header__search {
text-align: center;
}
}
}


Строка 217: Строка 110:
flex-wrap: nowrap;
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;
}
}
}

Текущая версия от 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 для того, чтобы сделать ваш опыт использования сайта лучше и анализа использования сайта