Difference between revisions of "Genshin Impact/style.css"

From Moegirlpedia
Jump to: navigation, search
(Bhsd changed the content model of the page Genshin Impact/style.css from "wikitext" to "Sanitized CSS")
(Tag: content model change)
(厚礼谢 changed the content model of the page Genshin Impact/style.css from "Sanitized CSS" to "CSS")
(Tag: content model change)
(No difference)

Revision as of 14:19, 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]] */