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 |
m 11 revisions imported |
||
| (8 intermediate revisions by one other user not shown) | |||
| 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 42: | Line 42: | ||
content: ""; | 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;} | |||
Latest revision as of 02:14, 4 May 2026
.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;}