ISPConfig theme for Open6Hosting
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

314 行
5.0 KiB

  1. body
  2. overflow-y: scroll
  3. .left
  4. float: left
  5. .right
  6. float: right
  7. .clear:after
  8. content: ''
  9. display: table
  10. clear: both
  11. .marginTop15
  12. margin-top: 15px
  13. .paddingX5
  14. padding-left: 5px !important
  15. padding-right: 5px !important
  16. .width65
  17. width: 65px
  18. .form-group input[type='checkbox']
  19. margin-top: 10px
  20. .control-label
  21. font-weight: normal
  22. &:after
  23. content: ':'
  24. .formbutton-default
  25. padding: 6px 30px
  26. border-bottom-style: solid
  27. border-bottom-width: 2px
  28. font-size: 12px
  29. font-weight: bold
  30. transition: all ease 500ms
  31. .formbutton-success
  32. padding: 6px 30px
  33. border-style: solid
  34. border-width: 1px
  35. border-bottom-width: solid
  36. font-size: 12px
  37. font-weight: bold
  38. transition: all ease 500ms
  39. #main-wrapper
  40. margin: 0 auto
  41. width: 950px
  42. #logo
  43. float: left
  44. width: 200px
  45. height: 65px
  46. background: url('../images/logo.png') no-repeat
  47. a
  48. display: block
  49. width: 100%
  50. height: 100%
  51. #headerbar
  52. float: right
  53. #searchform
  54. float: right
  55. margin-top: 16px
  56. > div
  57. position: relative
  58. display: table
  59. > div
  60. display: table-cell
  61. padding-right: 8px
  62. vertical-align: top
  63. .icon
  64. padding: 0 2px
  65. font-size: 16px
  66. #logout-button
  67. float: right
  68. margin-top: 16px
  69. margin-left: 25px
  70. border-bottom-style: solid
  71. border-bottom-width: 2px
  72. transition: all ease 500ms
  73. #main-navigation
  74. margin-top: 24px
  75. a
  76. padding: 0 12px
  77. height: 70px
  78. border-bottom-style: solid
  79. botder-bottom-width: 2px
  80. transition: all ease 500ms
  81. .icon
  82. font-size: 32px
  83. .title
  84. margin-top: 2px
  85. font-weight: bold
  86. .btn-group-justified .btn
  87. border-right-width: 0
  88. &:last-of-type
  89. border-right-width: 1px
  90. #content
  91. width: 710px
  92. #sidebar
  93. margin-top: 27px
  94. width: 215px
  95. border-style: solid
  96. border-width: 1px
  97. border-radius: 4px
  98. header
  99. margin: 1px
  100. padding: 0 10px
  101. height: 40px
  102. line-height: 40px
  103. font-weight: bold
  104. border-top-left-radius: 2px
  105. border-top-right-radius: 2px
  106. ul
  107. margin: 0
  108. padding: 0
  109. list-style: none
  110. li
  111. padding: 10px
  112. border-top-style: solid
  113. border-top-width: 1px
  114. font-size: 12px
  115. a
  116. text-decoration: none
  117. transition: color ease 500ms
  118. .page-header
  119. margin: 20px 0
  120. padding: 0
  121. .alert-notification
  122. a
  123. font-weight: bold
  124. text-decoration: none
  125. transition: color ease 500ms
  126. .alert-label, .alert-content
  127. display: inline-block
  128. vertical-align: top
  129. .alert-label
  130. width: 60px
  131. .modules
  132. margin: 0
  133. padding: 0
  134. list-style: none
  135. li
  136. float: left
  137. margin-right: 15px
  138. margin-bottom: 15px
  139. padding: 8px
  140. width: 200px
  141. border-radius: 4px
  142. border-style: solid
  143. border-width: 1px
  144. .icon
  145. float: left
  146. margin-right: 15px
  147. font-size: 50px
  148. .left
  149. margin-top: 5px
  150. .title
  151. margin-top: 6px
  152. margin-left: 20px
  153. font-size: 16px
  154. font-weight: bold
  155. .button
  156. margin-top: 10px
  157. width: 100%
  158. border-bottom-style: solid
  159. border-bottom-width: 2px
  160. font-size: 12px
  161. font-weight: bold
  162. transition: all ease 500ms
  163. a
  164. text-decoration: none
  165. .table-wrapper
  166. margin-bottom: 20px
  167. border-radius: 4px
  168. border-style: solid
  169. border-width: 1px
  170. .table
  171. margin-bottom: 1px
  172. caption
  173. padding: 5px 10px
  174. text-align: left
  175. font-weight: bold
  176. font-size: 18px
  177. border-bottom-style: solid
  178. border-bottom-width: 1px
  179. tbody
  180. tr
  181. border-top-style: solid
  182. border-top-width: 1px
  183. transition: background ease 500ms
  184. &:last-child
  185. border-radius: 4px
  186. .tfooter
  187. margin-top: -1px
  188. height: 40px
  189. border-top-style: solid
  190. border-top-width: 1px
  191. .progress
  192. display: inline-block
  193. margin-bottom: 0
  194. width: 300px
  195. height: 10px
  196. .content-tab-wrapper
  197. border-style: solid
  198. border-width: 1px
  199. border-radius: 4px
  200. .nav-tabs
  201. > li > a
  202. border-radius: 0
  203. border: none !important
  204. border-right-style: solid !important
  205. border-right-width: 1px !important
  206. outline: none
  207. font-weight: bold
  208. transition: background ease 500ms
  209. li:not(:first-child) a
  210. margin-left: -2px
  211. .tab-content
  212. padding: 25px 10px
  213. .input-group-btn .icon-calendar
  214. font-size: 18px
  215. thead.dark
  216. th
  217. height: 40px
  218. line-height: 40px
  219. font-weight: normal
  220. #footer
  221. margin: 20px 0
  222. padding-top: 20px
  223. border-top-style: solid
  224. border-top-width: 1px
  225. text-align: center
  226. font-size: 10px
  227. .menu-btn
  228. display: none
  229. cursor: pointer
  230. @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
  231. #logo
  232. background-image: url('../images/logo@2x.png')
  233. background-size: 200px 65px
  234. .input-group-field
  235. display: table-cell
  236. vertical-align: middle
  237. border-radius: 4px
  238. min-width: 1%
  239. white-space: nowrap
  240. .input-group-field .form-control
  241. border-radius: inherit !important
  242. .input-group-field:not(:first-child):not(:last-child)
  243. border-radius: 0
  244. .input-group-field:not(:first-child):not(:last-child) .form-control
  245. border-left-width: 0
  246. border-right-width: 0
  247. .input-group-field:last-child
  248. border-top-left-radius: 0
  249. border-bottom-left-radius: 0