User:TheresaFrog421/Sandbox.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 22: | Line 22: | ||
height: 100%; | height: 100%; | ||
width: 100%; | width: 100%; | ||
padding-top: | padding-top: 75%; | ||
overflow-y: scroll; | overflow-y: scroll; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
Revision as of 02:26, 31 August 2026
/* Just for testing and fun */
.dialogue-bg {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.dialogue-characters {
position: absolute;
top: 0;
width: 100%;
display: flex;
justify-content: space-around;
flex-direction: row;
}
.dialogue-boxes {
position: absolute;
top: 0;
height: 100%;
width: 100%;
padding-top: 75%;
overflow-y: scroll;
box-sizing: border-box;
flex-direction: column;
}
/* */
.gallerycarousel .mw-gallery-slideshow-buttons {
padding: 0;
margin: 0;
z-index: 1;
}
.gallerycarousel .mw-gallery-slideshow-buttons > div > :nth-child(1) {
float: left;
margin-top: 10em;
}
.gallerycarousel .mw-gallery-slideshow-buttons > div > :nth-child(2) {
display: none;
}
.gallerycarousel .mw-gallery-slideshow-buttons > div > :nth-child(3) {
float: right;
margin-top: 10em;
margin-right: auto;
}