Navigation menu

Template:Nav/styles.css: Difference between revisions

From Metroid Wiki
(make colours skin-specific)
m (fallback colours)
Line 5: Line 5:
max-width: 800px;
max-width: 800px;
text-align: center;
text-align: center;
border: 2px solid black;
}
}


Line 11: Line 12:
font-weight: bold;
font-weight: bold;
padding: 3px;
padding: 3px;
border: 1px solid black;
}
}


Line 32: Line 34:


body.skin-quantumleap .t_nav {
body.skin-quantumleap .t_nav {
background-color: #3c0252;
border: 2px solid #6e3c80;
border: 2px solid #6e3c80;
background-color: #3c0252;
}
}



Revision as of 22:24, 11 April 2023

.t_nav {
	clear: both;
	border-radius: 20px;
	margin: auto;
	max-width: 800px;
	text-align: center;
	border: 2px solid black;
}

.t_nav .t_nav_header {
	border-radius: 15px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid black;
}

.t_nav .t_nav_content {
	font-size: .9em;
}

.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: "";
}

body.skin-quantumleap .t_nav {
	background-color: #3c0252; 
	border: 2px solid #6e3c80;
}

body.skin-quantumleap .t_nav .t_nav_header {
	background-color: #1f0827;
	border: 1px solid #6e3c80;
}