Template:Box/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
< Template:Box
Revision as of 05:12, 30 April 2021 by Vish (talk | contribs) (Created page with ".boxTemplate ul { list-style-type: none !important; list-style-image: none !important; } .boxTemplate { border: 2px solid #56566d; border-radius: 5px; } .boxTemplateTi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.boxTemplate ul {
  list-style-type: none !important;
  list-style-image: none !important;
}

.boxTemplate {
	border: 2px solid #56566d;
	border-radius: 5px;
}

.boxTemplateTitle {
	border: 2px solid #44446f;
	border-radius: 6px;
	font-family:Roboto Slab;
	text-shadow: 1px 1px 1px #333333;
	text-align: center; 
}

.boxTemplate2 {
	width: 100%;
	overflow: auto;
}