You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
1.9 KiB

2 years ago
  1. body {
  2. }
  3. #LocSort a {
  4. font-size: 20px;
  5. }
  6. .layer-one ul li {
  7. float: left;
  8. padding: 5px 15px 5px 0px;
  9. }
  10. .layer-one ul li a:hover {
  11. background-color: red !important;
  12. color: white !important;
  13. }
  14. .page-menu {
  15. display: block;
  16. width: 100%;
  17. font-size: 18px;
  18. padding: 20px 0;
  19. }
  20. .folderType > a {
  21. cursor: auto;
  22. }
  23. .folderType > a:before {
  24. background: url(../../images/layout_icon.png) no-repeat;
  25. }
  26. /* li自动换行 Star*/
  27. /*模組方塊事件及顏色*/
  28. #layout ul {
  29. list-style: none;
  30. }
  31. #layout li {
  32. float: left;
  33. margin: 10px 8px;
  34. text-align: center;
  35. width: 9%;
  36. height: 120px;
  37. min-width: 100px;
  38. }
  39. #layout li:hover {
  40. outline: solid 2px #999 !important;
  41. cursor: pointer;
  42. }
  43. #layout a, #layout a:hover, #layout a:active {
  44. text-decoration: none;
  45. text-align: center;
  46. font-size: 15px;
  47. color:white;
  48. letter-spacing: 5px;
  49. position: relative;
  50. top: 25px;
  51. width: 50px;
  52. word-wrap: break-word;
  53. word-break: normal;
  54. }
  55. .skin {
  56. width: auto;
  57. height: auto;
  58. border: 0 solid gray;
  59. position: absolute;
  60. }
  61. #layout .layout-icon {
  62. background: url(../../images/layout_icon.png) no-repeat;
  63. position: relative;
  64. top: 10px;
  65. left: 10px;
  66. width: 33px;
  67. height: 26px;
  68. }
  69. #layout .layout-folder {
  70. background-position: 0 0px;
  71. }
  72. #layout .layout-settings {
  73. background-position: 0 -29px;
  74. }
  75. #layout .layout-staff {
  76. background-position: 0 -58px;
  77. }
  78. #layout .layout-notes {
  79. background-position: 0 -87px;
  80. }
  81. #layout .layout-setting2 {
  82. background-position: 0 -116px;
  83. }
  84. #layout .layout-back {
  85. background: url(../../images/icon02.png) no-repeat;
  86. background-position: 0 -28px;
  87. }
  88. .searchbar {
  89. height: 40px;
  90. top: -20px !important;
  91. float: left;
  92. }
  93. .topmodlist {
  94. position: relative;
  95. padding-left: 30px !important;
  96. }