MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 6,740: | Line 6,740: | ||
width:50px; | width:50px; | ||
height:50px; | height:50px; | ||
} | |||
.mainpage-events .tile-top { | |||
background-color: #4f348b; | |||
color: #fff; | |||
padding-bottom: 0; | |||
} | |||
.mainpage-events .tile-top h2 { | |||
margin-bottom: 0; | |||
padding-bottom: 0; | |||
} | |||
.mainpage-events .tile-top a, | |||
.mainpage-events .tile-top a:visited, | |||
.mainpage-events .tile-top h2 a { | |||
color: rgba(255, 255, 255, 0.9); | |||
text-decoration: none; | |||
} | |||
.mainpage-events .tile-top .note { | |||
color: rgba(255, 255, 255, 0.5); | |||
font-style: italic; | |||
} | |||
.mainpage-events .tile-top .note a, | |||
.mainpage-events .tile-top .note a:visited { | |||
color: rgba(255, 255, 255, 0.5); | |||
} | |||
.mainpage-events .tile-top ul { | |||
list-style: none; | |||
margin-top: 1em; | |||
margin-left: 0; | |||
} | |||
.mainpage-events .tile-top li { | |||
padding-bottom: 0.6em; | |||
overflow: auto; | |||
} | |||
.mainpage-events .tile-top li img { | |||
max-width: 32px; | |||
width: auto; | |||
height: auto; | |||
} | |||
.mainpage-events .tile-top li a:hover, | |||
.mainpage-events .tile-top li a:focus { | |||
text-decoration: underline; | |||
} | |||
.mainpage-events .tile-top li a { | |||
float: left; | |||
} | |||
.mainpage-events .tile-top li a:first-child { | |||
width: 30px; | |||
} | |||
.mainpage-events .tile-top li a:last-child { | |||
padding-left: 1.5em; | |||
line-height: 1.5; | |||
} | |||
.mainpage-events .tile-bottom { | |||
border: none; | |||
padding: 1em 1.75em; | |||
background-color: #3d276b; | |||
color: #fff; | |||
font-weight: bold; | |||
font-size: 0.9em; | |||
text-align: center; | |||
text-transform: uppercase; | |||
letter-spacing: 0.03em; | |||
margin: 0; | |||
} | |||
body.wgl-darkmode .mainpage-events .tile-bottom { | |||
background-color: #3d276b; | |||
color: #fff; | |||
} | |||
.mainpage-events .tile-bottom a, | |||
.mainpage-events .tile-bottom a:visited { | |||
color: #fff; | |||
text-decoration: none; | |||
} | |||
.mainpage-events .tile-bottom .arrow { | |||
margin-left: 0.2em; | |||
} | } | ||