置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

User:Chi ZJ2/Sandbox5/style.css:修订间差异

贴贴♀百科,万娘皆可贴的百科全书!转载请标注来源页面的网页链接,并声明引自贴贴百科。内容不可商用。
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第1行: 第1行:
@media screen and (min-width: 800px) {
@media screen and (min-width: 800px) {
    .AutoFloat {
    .AutoFloat {
      /* float: left; */
      float: left;
    }
    }
}
}
第65行: 第65行:
}
}
#chara_tabs .Tabs .Tabs > .TabLabel {
#chara_tabs .Tabs .Tabs > .TabLabel {
    max-height: 750px;
    max-width: 750px;
    text-align: center;
    text-align: center;
    font-weight: bold;
    font-weight: bold;

2024年12月17日 (二) 05:32的版本

  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 #CF8620 !important;
  31. color: #CF8620;
  32. }
  33. #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(4).selected {
  34. border-bottom: 4px solid #5E45D2 !important;
  35. color: #5E45D2;
  36. }
  37. #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(5).selected {
  38. border-bottom: 4px solid #4AA400 !important;
  39. color: #4AA400;
  40. }
  41. #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(6).selected {
  42. border-bottom: 4px solid #0086D2 !important;
  43. color: #0086D2;
  44. }
  45. #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(7).selected {
  46. border-bottom: 4px solid #E53D29 !important;
  47. color: #E53D29;
  48. }
  49. #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(8).selected {
  50. border-bottom: 4px solid #00A6CE !important;
  51. color: #00A6CE;
  52. }
  53. #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(9).selected {
  54. border-bottom: 4px solid #929797 !important;
  55. color: #929797;
  56. }
  57. #chara_tabs > .Tabs > .TabLabel > .TabLabelText:nth-child(10).selected {
  58. border-bottom: 4px solid #254067 !important;
  59. color: #254067;
  60. }
  61. #chara_tabs .Tabs .Tabs > .TabContent {
  62. margin-top: -1px;
  63. }
  64. #chara_tabs .Tabs .Tabs > .TabLabel {
  65. max-width: 750px;
  66. text-align: center;
  67. font-weight: bold;
  68. flex-shrink: 0;
  69. }
  70. #chara_tabs .Tabs .Tabs > .TabLabel > .TabLabelText {
  71. min-width: 6em;
  72. }
  73. #chara_tabs .Tabs .Tabs > .TabLabel > .TabLabelText img {
  74. margin-top: 4px;
  75. }
  76. #chara_tabs .Tabs .Tabs > .TabLabel > .TabLabelText.selected {
  77. color: #4f4f4f;
  78. }

导航菜单