MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 205: | Line 205: | ||
.skill-potionmaking .skill-icon { background-color: #98b7f9; } | .skill-potionmaking .skill-icon { background-color: #98b7f9; } | ||
.skill-smithing .skill-icon { background-color: #ff7cf1; } | .skill-smithing .skill-icon { background-color: #ff7cf1; } | ||
.tile-halves { | |||
background: #5b4d48; | |||
border: none; | |||
} | |||
.mainpage-social { | |||
border: none; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.3); | |||
} | |||
.tile-halves { | |||
display: flex; | |||
flex-flow: row wrap; | |||
background: var(--tile-background-color); | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1); | |||
} | |||
.mainpage-social.mainpage-discord .tile-top { | |||
background: #5865f2; | |||
} | |||
.mainpage-social .tile-top { | |||
display: flex; | |||
align-items: center; | |||
padding: 1em 1.5em; | |||
} | |||
.tile-top { | |||
width: 100%; | |||
padding: 1.3rem 1.5rem 0.6rem; | |||
} | |||
.mainpage-social .social-icon { | |||
margin-right: 0.75em; | |||
text-align: center; | |||
width: 60px; | |||
} | |||
.mainpage-social .arrow { | |||
position: absolute; | |||
top: calc(50% - .5em); | |||
right: 0; | |||
height: 1em; | |||
width: 0.7em; | |||
background-size: 0.7em 1em; | |||
transition: 0.3s ease-out; | |||
transition-duration: 0.3s; | |||
} | |||
.arrow { | |||
background: url(/images/White-chevron.svg?3ff4d) no-repeat; | |||
background-size: auto; | |||
display: inline-block; | |||
height: 0.7rem; | |||
width: 0.45rem; | |||
vertical-align: middle; | |||
} | |||
.mainpage-social .social-header { | |||
color: #fff; | |||
font-weight: bold; | |||
font-size: 1.15em; | |||
margin: 0.5em 0 -0.15em; | |||
} | |||
.mainpage-social .server-tagline { | |||
color: rgba(255,255,255,0.9); | |||
margin-bottom: 0.5em; | |||
} | |||
.mainpage-social.mainpage-discord .tile-bottom { | |||
background: #525ee0; | |||
} | |||
.mainpage-social .tile-bottom p { | |||
color: #fff; | |||
font-weight: bold; | |||
font-size: 0.9em; | |||
text-align: center; | |||
text-transform: uppercase; | |||
letter-spacing: 0.03em; | |||
margin: 0; | |||
} |