本网站正在建设中(~ ̄▽ ̄)~

  • 你好~!欢迎来到中文歌声合成个人收集站-VCPedia.cn!
  • 若发现页面信息有误投稿至本站,请联系管理员。

Template:专题导航/styles.css

VCPedia.cn ——关于中文歌声合成的一切。
跳到导航 跳到搜索
  1. /*
  2. * Skeleton V2.0.4
  3. * Copyright 2014, Dave Gamache
  4. * www.getskeleton.com
  5. * Free to use under the MIT license.
  6. * http://www.opensource.org/licenses/mit-license.php
  7. * 12/29/2014
  8. */
  9. .container {
  10. position: relative;
  11. width: 100%;
  12. max-width: 960px;
  13. margin: 0 auto;
  14. padding: 0 20px;
  15. box-sizing: border-box;
  16. }
  17. .div,
  18. .divs,
  19. .column,
  20. .columns {
  21. width: 100%;
  22. float: left;
  23. box-sizing: border-box;
  24. }
  25. /* For devices larger than 400px */
  26. @media (min-width: 400px) {
  27. .container {
  28. width: 85%;
  29. padding: 0;
  30. }
  31. }
  32. /* For devices larger than 550px */
  33. @media (min-width: 550px) {
  34. .container {
  35. width: 80%;
  36. }
  37. .div,
  38. .divs,
  39. .column,
  40. .columns {
  41. margin-left: .3%;
  42. }
  43. .div:first-child,
  44. .divs:first-child,
  45. .column:first-child,
  46. .columns:first-child {
  47. margin-left: 0;
  48. }
  49. .one.div,
  50. .one.divs { width: 100%; margin-left: 0; }
  51. .two.divs { width: 49.85%; }
  52. .three.divs { width: 33.1333333333%; }
  53. .four.divs { width: 24.775%; }
  54. .five.divs { width: 19.76%; }
  55. .six.divs { width: 16.4166666667%; }
  56. .seven.divs { width: 14.0285714286%; }
  57. .eight.divs { width: 12.2375%; }
  58. .nine.divs { width: 10.8444444444%; }
  59. .ten.divs { width: 9.73%; }
  60. .eleven.divs { width: 8.81818181818%; }
  61. .twelve.divs { width: 8.05833333333%; }
  62. .one.column,
  63. .one.columns { width: 8.05833333333%; }
  64. .two.columns { width: 16.4166666667%; }
  65. .three.columns { width: 24.775%; }
  66. .four.columns { width: 33.1333333333%; }
  67. .five.columns { width: 41.4916666667%; }
  68. .six.columns { width: 49.85%; }
  69. .seven.columns { width: 58.2083333333%; }
  70. .eight.columns { width: 66.5666666667%; }
  71. .nine.columns { width: 74.925%; }
  72. .ten.columns { width: 83.2833333333%; }
  73. .eleven.columns { width: 91.6416666667%; }
  74. .twelve.columns { width: 100%; margin-left: 0; }
  75. .one-third.column { width: 33.1333333333%; }
  76. .two-thirds.column { width: 66.5666666667%; }
  77. .one-half.column { width: 49.85%; }
  78. }
  79. /*
  80. * 专题导航 V1
  81. * Copyright 2015, maverick
  82. * masterchan.me
  83. * Free to use under the MIT license.
  84. * http://www.opensource.org/licenses/mit-license.php
  85. * 05/13/2015
  86. */
  87. .ztdh {
  88. margin-bottom: 3px;
  89. margin-top: 5px;
  90. border: solid 1px;
  91. background-color: white;
  92. padding: 8px;
  93. position: relative;
  94. }
  95. .ztdh .ztdhclear {
  96. clear: both;
  97. }
  98. .ztdh .ztdh-title {
  99. border: none;
  100. clear: none;
  101. margin: 0;
  102. font-family: 'Microsoft YaHei','STHeiti Light';
  103. font-weight: bold;
  104. font-size: 1.55em;
  105. }
  106. .ztdh .logo {
  107. float: left;
  108. margin-right: 5px;
  109. }
  110. .ztdh .hint {
  111. text-align: right;
  112. font-size: 12px;
  113. }
  114. .ztdh span.menu-title {
  115. margin: 0;
  116. padding: 0;
  117. text-align: center;
  118. cursor: pointer;
  119. line-height: 32px;
  120. border: 1px solid #a7d7f9;
  121. font-size: 1.2em;
  122. font-weight: bold;
  123. line-height: 1.8;
  124. display: block;
  125. }
  126. .ztdh .ztdhmenu{
  127. margin-top: 5px;
  128. }
  129. .menu-popout {
  130. position: absolute;
  131. background-color: white;
  132. margin: 0;
  133. width: 100%;
  134. top: -1px;
  135. }
  136. .menu-content {
  137. position: relative;
  138. display: none;
  139. z-index: 99;
  140. }
  141. .ztdh ul {
  142. list-style: none!important;
  143. margin: 0;
  144. border: solid #9dd5ff;
  145. border-width: 2px;
  146. }
  147. .ztdh li {
  148. padding: 4px;
  149. }
  150. .ztdh li a:hover {
  151. text-decoration: none;
  152. }
  153. .ztdh .menu-item:hover > .menu-content {
  154. display: block;
  155. }
  156. .ztdh .menu-item:hover > span.menu-title {
  157. background-color: #9dd5ff;
  158. border: 1px solid #9dd5ff;
  159. }
  160. .ztdh ul ul {
  161. border: none;
  162. margin: 5px 5px 0px 15px;
  163. }
  164. .ztdh-hsctrl {
  165. float: right;
  166. background: #FFFFFF;
  167. padding: 0 6px;
  168. cursor: pointer;
  169. }
  170. .ztdh hr{
  171. margin: 12px 0;
  172. }
  173. @media (max-width: 550px) {
  174. .ztdh .hint {
  175. font-size: 10px;
  176. }
  177. .ztdh .menu-item{
  178. margin-bottom: 5px;
  179. }
  180. .menu-content {
  181. position: relative;
  182. margin-bottom: 5px;
  183. }
  184. .menu-popout {
  185. position: relative;
  186. }
  187. .ztdh .menu-item > span.menu-title {
  188. background-color: #9dd5ff;
  189. border: 1px solid #9dd5ff;
  190. }
  191. .ztdh hr{
  192. margin: .2em 0;
  193. }
  194. .ztdh-hsctrl {
  195. display: none;
  196. }
  197. }
  198. .menu-popout > ul {
  199. margin-left: 0 !important;
  200. }
  201. /* [[Category:在模板名字空间下的CSS页面]] */