Welcome to Wars Wiki!
Welcome, new users! For help on where to start, look at our getting started page and our manual of style. Need more help? Ask a staff member!

Template:Nav/styles.css

From Wars Wiki
< Template:Nav
Revision as of 05:54, 7 April 2023 by Prod (talk | contribs) (create)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.t_nav {
	clear: both;
	border: 1px solid #88a;
	border-collapse: collapse;
	box-shadow: 0px 0px 5px 5px rgba(136, 136, 170, 0.8);
	margin: auto;
	max-width: 800px;
	text-align: center;
}

.t_nav .t_nav_header {
	background-color: #ccccff;
	font-weight: bold;
	padding: 0.75em 0 .5em 0;
}

.t_nav td {
	background-color: #e6e6ff;
}

.t_nav ul {
	display: inline-block;
	margin: 1em;
}

.t_nav ul > li {
	display: inline;
	white-space: nowrap;
}

.t_nav ul > li:before {
	content: "\00B7\0020";
	font-weight: bold;
}

.t_nav ul > li:first-child:before {
	content: "";
}