891
pakeitimas
SNėra keitimo santraukos |
SNėra keitimo santraukos |
||
| 470 eilutė: | 470 eilutė: | ||
body.rootpage-Earth_Wiki .page-actions-menu { | body.rootpage-Earth_Wiki .page-actions-menu { | ||
display: none; | display: none; | ||
} | |||
.mainpage-body .tile-row { | |||
width: inherit; | |||
} | |||
.mainpage-left .tile { | |||
padding: 2.5em 1.75em 2em; | |||
} | |||
.mainpage-left .tile h2 { | |||
padding: 0; | |||
margin: 0.65em 0.5em; | |||
} | |||
.mainpage-left .tile-halves h2 { | |||
padding: 0; | |||
margin: 0.65em 0.5em; | |||
} | |||
.mainpage-recent-updates { | |||
padding: 1.5em 1em 2.5em; | |||
} | |||
.mainpage-recent-updates::before { | |||
content: 'Recent updates'; | |||
display: block; | |||
margin-left: 1.5em; | |||
color: var(--byline-color); | |||
font-weight: bold; | |||
text-transform: uppercase; | |||
letter-spacing: 0.025em; | |||
grid-column: 1 / 4; | |||
} | |||
.mainpage-recent-updates .tile-halves { | |||
display: inline-block; | |||
width: 100%; | |||
white-space: initial; | |||
flex: unset; | |||
} | |||
.mainpage-recent-updates .tile-halves:nth-child(1) { | |||
animation: 0.9s 0.2s both slide-up; | |||
} | |||
.mainpage-recent-updates .tile-halves:nth-child(2) { | |||
animation: 0.9s 0.4s both slide-up; | |||
} | |||
.mainpage-recent-updates .tile-halves:nth-child(3) { | |||
animation: 0.9s 0.6s both slide-up; | |||
} | |||
.mainpage-recent-updates .tile-top { | |||
height: 9em; | |||
overflow: hidden; | |||
} | |||
.mainpage-recent-updates .tile-bottom { | |||
padding-bottom: 0.5rem; | |||
} | |||
.mainpage-recent-updates .byline { | |||
margin: 0; | |||
} | |||
.mainpage-recent-updates .byline + h2 { | |||
margin: 0.025em 0 0; | |||
padding: 0; | |||
} | |||
@media only screen and (max-width: 720px) { | |||
.mainpage-recent-updates::before { | |||
text-align: center; | |||
margin: 0; | |||
grid-column: auto; | |||
} | |||
} | |||
.mainpage-contents { | |||
background: var(--body-mid); | |||
padding: 55px 1em 2em 2.5em; | |||
overflow-x: auto; | |||
grid-template-columns: repeat(6, 1fr) !important; | |||
position: relative; | |||
scroll-snap-align: center; | |||
} | |||
.mainpage-contents::before { | |||
content: 'Explore'; | |||
margin: 1em; | |||
position: absolute; | |||
top: 0; | |||
color: inherit; | |||
font-weight: bold; | |||
text-transform: uppercase; | |||
letter-spacing: 0.025em; | |||
grid-column: 1 / 6; | |||
} | |||
.mainpage-contents .tile-halves { | |||
border: none; | |||
background: none; | |||
box-shadow: none; | |||
width: 200px; | |||
} | |||
.mainpage-contents .tile-top { | |||
padding: 0; | |||
height: initial; | |||
} | |||
.mainpage-contents .tile-bottom { | |||
border: none; | |||
} | |||
.mainpage-contents h2 { | |||
width: 100%; | |||
} | |||
@media only screen and (max-width: 1000px) { | |||
.mainpage-skills .tile-top ul { | |||
margin: 0; | |||
} | |||
} | |||
.mainpage-wikinews::before { | |||
content: 'From the wiki'; | |||
margin-left: 0.75em; | |||
color: var(--byline-color); | |||
font-weight: bold; | |||
text-transform: uppercase; | |||
letter-spacing: 0.025em; | |||
} | |||
.mainpage-discord .tile-top { | |||
padding: 1em 2em; | |||
height: 70px; | |||
} | |||
.mainpage-discord .tile-top .partner-icon { | |||
margin-right: 1em; | |||
} | |||
.mainpage-discord .tile-top .server-name { | |||
margin: 0; | |||
} | |||
.mainpage-discord .tile-top .server-tagline { | |||
margin: 0; | |||
} | |||
.mainpage-twitter { | |||
margin-bottom: 0; | |||
} | |||
.mainpage-twitter .tile-top { | |||
padding: 1em 2em; | |||
height: 70px; | |||
} | |||
.mainpage-twitter .tile-top .twitter-logo { | |||
margin-right: 1em; | |||
} | |||
.mainpage-twitter .tile-top .twitter-name { | |||
margin: 0; | |||
} | |||
.mainpage-twitter .tile-top .twitter-tagline { | |||
margin: 0; | |||
} | } | ||