« Utilisateur:Misdre/common.css » : différence entre les versions
Apparence
Aucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 14 : | Ligne 14 : | ||
@media screen and (min-width: 600px) { | @media screen and (min-width: 600px) { | ||
#portail-contributions > | #portail-contributions > div { | ||
width: 40%; | width: 40%; | ||
} | } |
Dernière version du 5 juillet 2025 à 16:40
#encyclopaediae-pokémonis .nomobile { display: none; } @media screen and (min-width: 600px) { #encyclopaediae-pokémonis .nomobile { display: revert; } } #portail-contributions > div { width: 100%; } @media screen and (min-width: 600px) { #portail-contributions > div { width: 40%; } } table[tabindex].tableaustandard { overflow: auto; } div.poképédiastandard { max-width: 75%; margin: 1em auto 1em auto; border: 1px solid #aaa; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #e4f0f7; padding: 3px; color: black; } div.poképédiastandard div { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; vertical-align: middle; background-color: #fcfcfc; padding: 5px; } /*div.poképédiastandard th { background-color: #cfe4f2; padding: 3px; text-align: center; }*/