Template:Table/styles.css: Difference between revisions
From Qix Wiki
Jump to navigationJump to search
Trig Jegman (talk | contribs) m Trig Jegman moved page Template:Nav/styles.css to Template:Table/styles.css without leaving a redirect |
Trig Jegman (talk | contribs) mNo edit summary |
||
| Line 7: | Line 7: | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* header box */ | |||
.t_nav .t_nav_title { | .t_nav .t_nav_title { | ||
background-color: #1155F2; | background-color: #1155F2; | ||
| Line 18: | Line 18: | ||
border: 1px solid #FFFDFE; | border: 1px solid #FFFDFE; | ||
} | } | ||
/* right bar */ | |||
.t_nav td { | .t_nav td { | ||
background-color: #000000; | background-color: #000000; | ||
padding: 0.5em 1em; | padding: 0.5em 1em; | ||
} | } | ||
/* left bar */ | |||
.t_nav td.t_nav_header { | .t_nav td.t_nav_header { | ||
background-color: #FF4949; | background-color: #FF4949; | ||
| Line 41: | Line 41: | ||
.t_nav ul > li:first-child:before { | .t_nav ul > li:first-child:before { | ||
content: ""; | content: ""; | ||
} | |||
.t_nav .t_nav_quickref { | |||
background-color: #000000; | |||
color: #FFFDFE; | |||
font-weight: bold; | |||
padding: 0.75em 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: 0.75em 0 .1em 0;
}