MediaWiki:Common.css: Difference between revisions
From The Amazing Digital Merchandise Wiki
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
} | } | ||
} | } | ||
. | .merchbox tbody tr th span a img { | ||
width: 100%; | width: 100%; | ||
} | } |
Revision as of 21:06, 28 January 2025
/* CSS placed here will be applied to all skins */ #ca-talk { display: none !important; } #ca-watch { display: none !important; } .merchbox{ border-radius: 0.6rem; overflow:clip; border-style: hidden; margin: 2%; background-color: #fce5ac; width:40%; } .infobox { border-radius: 0.6rem; overflow:clip; border-style: hidden; margin: 2%; background-color: #fce5ac; width:40%; } .infotable { float: right; } @media screen and (max-width: 767px) { .merchbox { width:90%; } .infobox { width:90%; } } .merchbox tbody tr th span a img { width: 100%; }