MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 5,656: | Line 5,656: | ||
.mainpage-twitter .arrow { | .mainpage-twitter .arrow { | ||
position: absolute; | |||
top: calc(50% - .5em); | |||
right: 0; | |||
height: 1em; | |||
width: 0.7em; | |||
background-size: 0.7em 1em; | |||
transition: 0.3s ease-out; | |||
} | |||
.mainpage-valence { | |||
border: none; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3); | |||
} | |||
.mainpage-valence .tile-top { | |||
display: flex; | |||
align-items: center; | |||
background: #15202b; | |||
padding: 1em 1.75em; | |||
} | |||
.mainpage-valence .tile-top a { | |||
flex: 1; | |||
position: relative; | |||
text-decoration: none; | |||
} | |||
.mainpage-valence .tile-top a:hover .arrow { | |||
transform: translateX(50%); | |||
} | |||
.mainpage-valence .tile-bottom { | |||
background: #121c26; | |||
border: none; | |||
padding: 1em 1.75em; | |||
} | |||
.mainpage-valence .tile-bottom p { | |||
color: #fff; | |||
font-weight: bold; | |||
font-size: 0.9em; | |||
text-align: center; | |||
text-transform: uppercase; | |||
letter-spacing: 0.03em; | |||
margin: 0; | |||
} | |||
.mainpage-valence .valence-logo { | |||
margin-right: 0.75em; | |||
} | |||
.mainpage-valence .valence-name { | |||
color: #fff; | |||
font-weight: bold; | |||
font-size: 1.25em; | |||
margin: 0.5em 0 -0.15em; | |||
} | |||
.mainpage-valence .valence-tagline { | |||
color: rgba(255, 255, 255, 0.9); | |||
margin-bottom: 0.5em; | |||
} | |||
.mainpage-valence .arrow { | |||
position: absolute; | position: absolute; | ||
top: calc(50% - .5em); | top: calc(50% - .5em); |