User:Chi ZJ2/Sandbox5/style.css

< User:Chi ZJ2
Chi ZJ2讨论 | 贡献2024年12月17日 (二) 02:55的版本
  1. @media screen and (min-width: 800px) {
  2. .AutoFloat {
  3. float: left;
  4. }
  5. }
  6. .AutoFloat {
  7. margin: 0 -1px -1px 0;
  8. }
  9. .AutoFloat td {
  10. padding: 0;
  11. }
  12. #chara_tabs > .Tabs > .TabLabel {
  13. margin-bottom: 5px;
  14. }
  15. #chara_tabs > .Tabs > .TabLabel > .TabLabelText {
  16. width: 55px;
  17. text-align: center;
  18. font-weight: bold;
  19. font-size: 110%;
  20. }
  21. #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(1).selected {
  22. border-bottom: 4px solid #929797 !important;
  23. color: #929797;
  24. }
  25. #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(2).selected {
  26. border-bottom: 4px solid #009397 !important;
  27. color: #009397;
  28. }
  29. #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(3).selected {
  30. border-bottom: 4px solid #E53D29 !important;
  31. color: #E53D29;
  32. }
  33. #chara_tabs .Tabs .Tabs > .TabContent {
  34. margin-top: -1px;
  35. }
  36. #chara_tabs .Tabs .Tabs > .TabLabel {
  37. min-width: 5.5em;
  38. height: 66px;
  39. text-align: center;
  40. font-weight: bold;
  41. }
  42. #chara_tabs .Tabs .Tabs > .TabLabel > .TabLabelText.selected {
  43. color: #4f4f4f;
  44. }
返回顶部
页面反馈