Difference between revisions of "Genshin Impact/style.css"
(Created page with "→This CSS is for the article Genshin Impact: .GenshinCharacterBox{ margin: 0 10px 10px 0; overflow: hidden; border-radius: 30px; box-shadow: 0 0 8px 0 #000...") |
(机智的小鱼君 changed the content model of the page Genshin Impact/style.css from "CSS" to "Sanitized CSS") (Tag: content model change) |
(2 intermediate revisions by 2 users not shown) | |
(No difference)
|
Latest revision as of 14:26, 3 April 2022
/*This CSS is for the article [[Genshin Impact]]*/ .GenshinCharacterBox{ margin: 0 10px 10px 0; overflow: hidden; border-radius: 30px; box-shadow: 0 0 8px 0 #000; display: inline-block; } @media screen and (min-width: 1200px) { .GenshinCharacter { overflow: auto; white-space: nowrap; box-shadow: inset -15px 0px 15px -15px #000000, inset 15px 0px 15px -15px #000000; padding: 15px 20px; } } /*This statement is used for image adaptation on the character introduction page */ @media screen and (min-width: 800px) { .AutoFloat{ float:left; } } /*This statement extracts the css of the image border separately */ @media screen { .CharaEdge{ margin: 0 10px 10px 0;overflow: hidden; border-radius: 30px; box-shadow: 0 0 8px 0 #000; } } /* [[Category:CSS pages under main namespace]] */