Genshin Impact/style.css

From Moegirlpedia
< Genshin Impact
Revision as of 14:46, 27 March 2022 by LiaMinina (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

/*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;
 }

} /* */