Difference between revisions of "MediaWiki:Common.css"
MediaWiki interface page
Views
Actions
Namespaces
Variants
Tools
m (Fix infobox text overflowing) |
|||
(41 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
padding: 1em; | padding: 1em; | ||
border-radius: 9px; | border-radius: 9px; | ||
width: | max-width: 21rem; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
Line 18: | Line 18: | ||
font-size: 1.5em; | font-size: 1.5em; | ||
text-align: center; | text-align: center; | ||
margin: auto; | |||
max-width: 16rem; | |||
} | } | ||
.infobox-stationtype { | .infobox-stationtype { | ||
Line 26: | Line 28: | ||
text-align: center; | text-align: center; | ||
width:250px; | width:250px; | ||
margin: auto; | |||
padding-top: 10px; | padding-top: 10px; | ||
padding-bottom: 10px; | padding-bottom: 10px; | ||
Line 36: | Line 39: | ||
.infobox-category { | .infobox-category { | ||
text-align: center; | text-align: center; | ||
background-color: # | background-color: #dadada; | ||
font-weight: bold; | font-weight: bold; | ||
border-radius: 4px; | border-radius: 4px; | ||
Line 49: | Line 52: | ||
text-align: left; | text-align: left; | ||
vertical-align: top; | vertical-align: top; | ||
width: | width: 90px; | ||
} | } | ||
.infobox td { | .infobox td { | ||
Line 72: | Line 75: | ||
.mwe-popups .mwe-popups-extract[dir='ltr']:after { | .mwe-popups .mwe-popups-extract[dir='ltr']:after { | ||
background: transparent !important; | 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; | |||
} | |||
.mw-footer::before, #mw-data-after-content::before { | |||
pointer-events: none; | |||
} | |||
@media screen and (max-width: 600px) { | |||
.infobox { | |||
float: none; | |||
border: none; | |||
border-radius: 0; | |||
width: 90%; | |||
margin: 0; | |||
} | |||
.infobox-image { | |||
margin: auto; | |||
} | |||
} | } |
Latest revision as of 22:57, 31 January 2024
.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; max-width: 21rem; border-collapse: collapse; } .infobox-title { font-size: 1.5em; text-align: center; margin: auto; max-width: 16rem; } .infobox-stationtype { font-size: 0.8em; text-align: center; } .infobox-image { text-align: center; width:250px; margin: auto; 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; } .mw-footer::before, #mw-data-after-content::before { pointer-events: none; } @media screen and (max-width: 600px) { .infobox { float: none; border: none; border-radius: 0; width: 90%; margin: 0; } .infobox-image { margin: auto; } }