Template:Table/styles.css: Difference between revisions
From Qix Wiki
Jump to navigationJump to search
Trig Jegman (talk | contribs) mNo edit summary |
Trig Jegman (talk | contribs) mNo edit summary |
||
| Line 47: | Line 47: | ||
color: #FFFDFE; | color: #FFFDFE; | ||
font-weight: bold; | font-weight: bold; | ||
padding: | padding: .1em 0 .1em 0; | ||
} | } | ||
Revision as of 05:35, 16 November 2023
.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;
}