Difference between revisions of "MediaWiki:Common.css"
MediaWiki interface page
Views
Actions
Namespaces
Variants
Tools
Line 120: | Line 120: | ||
right: 0px; | right: 0px; | ||
color: white; | color: white; | ||
text-shadow: 2px 2px #000; | text-shadow: 2px 2px 2px #000; | ||
} | } | ||
Revision as of 17:14, 29 October 2022
.main { font-size: 16px; font-style: italic; } .infobox { background-color: #eee; color: black; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; border-radius: 9px; width: 250px; border-collapse: collapse; } .infobox-title { font-size: 1.5em; text-align: center; } .infobox-stationtype { font-size: 0.8em; text-align: center; } .infobox-image { text-align: center; width:250px; padding-top: 10px; padding-bottom: 10px; } .infobox-imgdesc { font-size: 0.7em; text-align: center; color: gray; } .infobox-category { text-align: center; background-color: #dadada; font-weight: bold; border-radius: 4px; width: 100%; margin-top: 20px; } .infobox table { width: 100%; } .infobox th { font-size: 14px; text-align: left; vertical-align: top; width: 90px; } .infobox td { font-size: 14px; vertical-align: top; } .infobox table { margin-top: 0px; } .mwe-popups .mwe-popups-extract { color: black !important; } .mwe-popups:active .mwe-popups-extract[dir='ltr']:after { background: transparent !important; } .mwe-popups:hover .mwe-popups-extract[dir='ltr']:after { background: transparent !important; } .mwe-popups .mwe-popups-extract[dir='ltr']:after { background: transparent !important; } .dialog-box { color: black; background-color: #FFECA8; border-radius: 6px; padding: 3px 20px 3px 20px; line-height:16px; max-width: 100%; font-size: 14px; margin-bottom: 15px; } .lc1 { width: 4px; height: 16px; display: inline-block; margin-right: 3px; vertical-align: middle; } .grid { padding-left: 10px; padding-right: 10px; width: 120px; } .grid-element { position: relative; background-color: #8b8b8b; border-top: 2px solid #353535; border-left: 2px solid #353535; border-right: 2px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; width: 36px; height: 36px; float: left; } .clear { clear: both; } .count { position: absolute; bottom: 0px; right: 0px; color: white; text-shadow: 2px 2px 2px #000; } @media screen and (max-width: 600px) { .infobox { float: none; border: none; border-radius: 0; width: 90%; margin: 0; } .infobox-image { margin: auto; } }