Template:ASBStageInfo/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
.stageRow {
	display:table-row;
}

.stageBox2 {
	margin: 5px;
	margin-bottom:0;
	background-color: white;
	font-size: 90%;
	display:table-cell;
	width:50%;
}

@media only screen and (max-width: 1200px) {
  .stageBox, .stageBox2 {
    width: 100% !important;
    display: block !important;
  }
}

.stageVideo {
	display:table-cell;
	vertical-align: top;
}

.stageVideo .vidPlayer {
  margin: 0 !important;
}

.stageVideo video {
  border: 3px solid black;
}

.stageDesc {
	display: table-cell;
	padding: 10px;
}

body.skin-minerva .stageBox2 {
	display: block;
	width:90%;
}

body.skin-minerva .stageDesc {
	display: block;
}