Bhsd changed the content model of the page Genshin Impact/style.css from "wikitext" to "Sanitized CSS" |
厚禮謝 changed the content model of the page Genshin Impact/style.css from "Sanitized CSS" to "CSS" |
(No difference)
|
/*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]] */