Foreground.css
From ACES
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
p {
margin-bottom: 1em;
}
/* =============== Footer =============== */
body {
display: flex;
flex-direction: column;
}
body #page-content {
display: flex;
flex-direction: column;
flex-grow: 1;
}
footer.row {
background: #333333;
margin-left:0;
margin-right:0;
max-width: 100%;
padding: 1em calc(50% - 37.5em) 0 calc(50% - 37.5em);
flex-grow: 1;
}
/* =============== slider =============== */
.orbit-container .orbit-slides-container li {
height: 36vh;
display:flex;
flex-direction: column;
justify-content: center;
}
.orbit-container .orbit-slides-container li>a {
flex-grow:1;
flex-shrink: 1;
}
.orbit-container .orbit-slides-container img {
height: 36vh;
width: 100%;
object-fit: contain;
}
.orbit-container .orbit-slides-container {
background-color: rgba(51, 51, 51, 0.5);
}
ul[data-orbit] {
visibility: hidden;
height: 36vh;
}
.orbit-container ul[data-orbit] {
visibility:revert;
}
/* Fix */
.wikiEditor-ui-toolbar {
z-index: 4;
}
.ve-ui-toolbar-floating {
z-index: 99;
}