MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tags: Manual revert Reverted |
No edit summary Tags: Manual revert Reverted |
||
| Line 481: | Line 481: | ||
} | } | ||
/* | /* Type table (Option A integrated) */ | ||
table.spiritvale - skill - infobox.sv - type - table { | |||
table.spiritvale - skill - infobox.sv - type - | |||
width: 100 % !important; | width: 100 % !important; | ||
margin: 0!important; | margin: 0!important; | ||
padding: 0.75em 0.9em; | padding: 0.75em 0.9em; | ||
border: 0!important; | |||
border - collapse: collapse!important; | |||
background: transparent!important; | |||
table - layout: fixed; | |||
} | } | ||
table.spiritvale - skill - infobox.sv - type - | table.spiritvale - skill - infobox.sv - type - table th, | ||
table.spiritvale - skill - infobox.sv - type - table td { | |||
background: transparent!important; | |||
padding: 0.2em 0; | |||
vertical - align: top; | |||
line - height: 1.25; | |||
padding: 0. | |||
} | } | ||
table.spiritvale - skill - infobox.sv - type - table th { | |||
table.spiritvale - skill - infobox.sv - type - | width: 6.75em; | ||
font - weight: 700; | |||
white - space: nowrap; | |||
padding - right: 0.6em; | |||
text - align: right; | |||
} | } | ||
table.spiritvale - skill - infobox.sv - type - | table.spiritvale - skill - infobox.sv - type - table th::after { | ||
content: ":"; | |||
opacity: 0.7; | |||
margin - left: 0.25em; | |||
} | } | ||
table.spiritvale - skill - infobox.sv - type - | table.spiritvale - skill - infobox.sv - type - table td { | ||
text - align: left!important; | |||
white - space: normal; | white - space: normal; | ||
overflow - wrap: anywhere; | overflow - wrap: anywhere; | ||
| Line 544: | Line 523: | ||
} | } | ||
@media(max - width: 560px) { | @media(max - width: 560px) { | ||
table.spiritvale - skill - infobox.sv - | table.spiritvale - skill - infobox.sv - topband - table > tbody > tr > td { | ||
display: block; | |||
width: 100 %; | |||
} | } | ||
table.spiritvale - skill - infobox.sv - | table.spiritvale - skill - infobox.sv - topband - table > tbody > tr > td: first - child { | ||
border - right: none; | |||
border - bottom: 1px solid rgba(148, 163, 184, 0.25); | |||
border - | |||
border - | |||
} | } | ||
} | } | ||