Template:GBox/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
.gbox {
	width:99.5%;
	max-width:100%;
	border: 2px solid #56566d;
	border-radius: 5px;
}

.gbox2 {
	 border-radius: 6px;
	 text-align:center;
}

.gbox3 {
	background: #fff;
	text-align:center;
	padding: 5px;
}

.gboxTitle, .gboxTitle .mw-headline {
  text-transform: none;
  font-size: large;
  font-weight: bold;
  color: white;
  font-family:Roboto Slab;
  text-shadow: 1px 1px 1px #333333;
}

.gboxTitle h3 {
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
	line-height: 1 !important;
	margin-bottom: 2px !important;
}

.mw-body-content .gboxTitle h3 {
  margin-top: 0;
  font-size: 0;
}

.fadeinimg {
	float: left;
	margin-left:5px;
}