User:Chi ZJ2/Sandbox5/style.css:修订间差异
跳到导航
跳到搜索
小无编辑摘要 |
无编辑摘要 |
||
第31行: | 第31行: | ||
} | } | ||
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(2).selected { | #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(2).selected { | ||
color: #009397; | color: #009397; | ||
} | |||
#chara_tabs .divider:nth-child(2) { | |||
background: #009397; | |||
} | } | ||
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(3).selected { | #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(3).selected { | ||
color: #CF8620; | color: #CF8620; | ||
} | |||
#chara_tabs .divider:nth-child(3) { | |||
background: #CF8620; | |||
} | } | ||
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(4).selected { | #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(4).selected { | ||
color: #5E45D2; | color: #5E45D2; | ||
} | |||
#chara_tabs .divider:nth-child(4) { | |||
background: #5E45D2; | |||
} | } | ||
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(5).selected { | #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(5).selected { | ||
color: #4AA400; | color: #4AA400; | ||
} | |||
#chara_tabs .divider:nth-child(5) { | |||
background: #4AA400; | |||
} | } | ||
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(6).selected { | #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(6).selected { | ||
color: #0086D2; | color: #0086D2; | ||
} | |||
#chara_tabs .divider:nth-child(6) { | |||
background: #0086D2; | |||
} | } | ||
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(7).selected { | #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(7).selected { | ||
color: #E53D29; | color: #E53D29; | ||
} | |||
#chara_tabs .divider:nth-child(7) { | |||
background: #E53D29; | |||
} | } | ||
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(8).selected { | #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(8).selected { | ||
color: #00A6CE; | color: #00A6CE; | ||
} | |||
#chara_tabs .divider:nth-child(8) { | |||
background: #00A6CE; | |||
} | } | ||
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(9).selected { | #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(9).selected { | ||
color: #929797; | color: #929797; | ||
} | |||
#chara_tabs .divider:nth-child(9) { | |||
background: #929797; | |||
} | } | ||
#chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(10).selected { | #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(10).selected { | ||
color: #254067; | color: #254067; | ||
} | |||
#chara_tabs .divider:nth-child(10) { | |||
background: #254067; | |||
} | } | ||
2024年12月17日 (二) 06:03的版本
- @media screen and (min-width: 800px) {
- .AutoFloat {
- float: left;
- }
- }
- .AutoFloat {
- margin: 0 -1px -1px 0;
- }
- .AutoFloat td {
- padding: 0;
- }
- #chara_tabs > .Tabs > .TabLabel {
- margin-bottom: 5px;
- }
- #chara_tabs > .Tabs > .TabLabel > .TabLabelText {
- width: 55px;
- text-align: center;
- font-weight: bold;
- font-size: 110%;
- }
- #chara_tabs .divider {
- max-width: 700px;
- height: 3px;
- }
- #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(1).selected {
- color: #929797;
- }
- #chara_tabs .divider:nth-child(1) {
- background: #929797;
- }
- #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(2).selected {
- color: #009397;
- }
- #chara_tabs .divider:nth-child(2) {
- background: #009397;
- }
- #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(3).selected {
- color: #CF8620;
- }
- #chara_tabs .divider:nth-child(3) {
- background: #CF8620;
- }
- #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(4).selected {
- color: #5E45D2;
- }
- #chara_tabs .divider:nth-child(4) {
- background: #5E45D2;
- }
- #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(5).selected {
- color: #4AA400;
- }
- #chara_tabs .divider:nth-child(5) {
- background: #4AA400;
- }
- #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(6).selected {
- color: #0086D2;
- }
- #chara_tabs .divider:nth-child(6) {
- background: #0086D2;
- }
- #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(7).selected {
- color: #E53D29;
- }
- #chara_tabs .divider:nth-child(7) {
- background: #E53D29;
- }
- #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(8).selected {
- color: #00A6CE;
- }
- #chara_tabs .divider:nth-child(8) {
- background: #00A6CE;
- }
- #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(9).selected {
- color: #929797;
- }
- #chara_tabs .divider:nth-child(9) {
- background: #929797;
- }
- #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(10).selected {
- color: #254067;
- }
- #chara_tabs .divider:nth-child(10) {
- background: #254067;
- }
- #chara_tabs .Tabs .Tabs > .TabContent {
- margin-top: -1px;
- }
- #chara_tabs .Tabs .Tabs > .TabLabel {
- max-width: 750px;
- text-align: center;
- font-weight: bold;
- flex-shrink: 0;
- }
- #chara_tabs .Tabs .Tabs > .TabLabel > .TabLabelText {
- min-width: 5.5em;
- }
- #chara_tabs .Tabs .Tabs > .TabLabel > .TabLabelText img {
- margin-top: 4px;
- }
- #chara_tabs .Tabs .Tabs > .TabLabel > .TabLabelText.selected {
- color: #4f4f4f;
- }