Template:Table/styles.css

From Qix Wiki
Jump to navigationJump to search
.t_nav {
	clear: both;
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: 2em auto;
	max-width: 800px;
	text-align: center;
}
/* header box */
.t_nav .t_nav_title {
	background-color: #1155F2;
    color: #FFFDFE;
	font-weight: bold;
	padding: 0.75em 0 .5em 0;
}

.t_nav tr {
	border: 1px solid #FFFDFE;
}
/* right bar */
.t_nav td {
	background-color: #000000;
	padding: 0.5em 1em;
}
/* left bar */
.t_nav td.t_nav_header {
	background-color: #FF4949;
    color: #FFFDFE;
}

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

.t_nav .t_nav_quickref {
	background-color: #000000;
    color: #FFFDFE;
	font-weight: bold;
	padding: .1em 0 .1em 0;
}
.mw-collapsible-toggle .mw-collapsible-toggle-default {padding-right:4px;}
.mw-collapsible-text {color: #FFFDFE!important;}
.mw-collapsible-text a {color: #FFFDFE!important;}
.mw-collapsible-text a:hover {color: #737373!important;}