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.

234 lines
6.1 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. /*
  2. * # Semantic - Rail
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2014 Contributor
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Theme
  13. *******************************/
  14. /*
  15. */
  16. /*******************************
  17. Folders
  18. *******************************/
  19. /* Path to theme packages */
  20. /* Path to site override folder */
  21. /*******************************
  22. Themes
  23. *******************************/
  24. /* To override a theme for an individual element
  25. specify theme name below
  26. Be sure to update the user folder name (see README)
  27. */
  28. /* Global */
  29. /* Elements */
  30. /* Collections */
  31. /* Modules */
  32. /* Views */
  33. /*******************************
  34. Import Directives
  35. *******************************/
  36. /*------------------
  37. Load Default
  38. -------------------*/
  39. /*******************************
  40. Site Settings
  41. *******************************/
  42. /*-------------------
  43. Paths
  44. --------------------*/
  45. /*-------------------
  46. Fonts
  47. --------------------*/
  48. /*-------------------
  49. Site Colors
  50. --------------------*/
  51. /*--- Colors ---*/
  52. /*--- Light Colors ---*/
  53. /*-------------------
  54. Page
  55. --------------------*/
  56. /* Used to match floats with text */
  57. /*-------------------
  58. Background Colors
  59. --------------------*/
  60. /* Used for differentiating neutrals */
  61. /* Used for differentiating layers */
  62. /*-------------------
  63. Grid
  64. --------------------*/
  65. /*-------------------
  66. Breakpoints
  67. --------------------*/
  68. /*******************************
  69. Power-User
  70. *******************************/
  71. /*-------------------
  72. Icons
  73. --------------------*/
  74. /* Max Width of Icon */
  75. /*-------------------
  76. Easing
  77. --------------------*/
  78. /*--- Neutrals ---*/
  79. /*--- Colored Backgrounds ---*/
  80. /*--- Colored Text ---*/
  81. /*--- Colored Headers ---*/
  82. /*-------------------
  83. Emotive Colors
  84. --------------------*/
  85. /* Mood */
  86. /* Solid Background Color */
  87. /* Status */
  88. /* Darkened Headers */
  89. /*-------------------
  90. Neutral Text
  91. --------------------*/
  92. /*-------------------
  93. Brand Colors
  94. --------------------*/
  95. /*-------------------
  96. Grid Columns
  97. --------------------*/
  98. /*-------------------
  99. Borders
  100. --------------------*/
  101. /*-------------------
  102. Sizes
  103. --------------------*/
  104. /*-------------------
  105. Transitions
  106. --------------------*/
  107. /*******************************
  108. States
  109. *******************************/
  110. /*-------------------
  111. Disabled
  112. --------------------*/
  113. /*-------------------
  114. Hover
  115. --------------------*/
  116. /*--- Colors ---*/
  117. /*--- Emotive ---*/
  118. /*--- Neutrals ---*/
  119. /*-------------------
  120. Down (:active)
  121. --------------------*/
  122. /*--- Colors ---*/
  123. /*--- Emotive ---*/
  124. /*--- Neutrals ---*/
  125. /*-------------------
  126. Active
  127. --------------------*/
  128. /*--- Standard ---*/
  129. /*--- Emotive ---*/
  130. /*--- Neutrals ---*/
  131. /*******************************
  132. Rail
  133. *******************************/
  134. /*-------------------
  135. Element
  136. --------------------*/
  137. /*-------------------
  138. Variations
  139. --------------------*/
  140. /* Close */
  141. /* Divided */
  142. /*------------------
  143. Load Theme
  144. -------------------*/
  145. /*------------------
  146. Load Site
  147. -------------------*/
  148. /*******************************
  149. User Global Variables
  150. *******************************/
  151. /*******************************
  152. User Variable Overrides
  153. *******************************/
  154. /*------------------
  155. Override Mix-in
  156. -------------------*/
  157. /*******************************
  158. Rails
  159. *******************************/
  160. .ui.rail {
  161. font-size: 1em;
  162. position: absolute;
  163. top: 0%;
  164. width: 300px;
  165. box-sizing: content-box;
  166. }
  167. .ui.left.rail {
  168. left: auto;
  169. right: 100%;
  170. padding: 0em 2rem 0em 0em;
  171. margin: 0em 2rem 0em 0em;
  172. }
  173. .ui.right.rail {
  174. left: 100%;
  175. right: auto;
  176. padding: 0em 0em 0em 2rem;
  177. margin: 0em 0em 0em 2rem;
  178. }
  179. /*******************************
  180. Variations
  181. *******************************/
  182. /*--------------
  183. Divided
  184. ---------------*/
  185. .ui.left.dividing.rail {
  186. padding: 0em 2.5rem 0em 0em;
  187. margin: 0em 2.5rem 0em 0em;
  188. border-right: 1px solid rgba(0, 0, 0, 0.1);
  189. }
  190. .ui.right.dividing.rail {
  191. border-left: 1px solid rgba(0, 0, 0, 0.1);
  192. padding: 0em 0em 0em 2.5rem;
  193. margin: 0em 0em 0em 2.5rem;
  194. }
  195. /*--------------
  196. Distance
  197. ---------------*/
  198. .ui.close.left.rail {
  199. padding: 0em 1em 0em 0em;
  200. margin: 0em 1em 0em 0em;
  201. }
  202. .ui.close.right.rail {
  203. padding: 0em 0em 0em 1em;
  204. margin: 0em 0em 0em 1em;
  205. }
  206. .ui.very.close.left.rail {
  207. padding: 0em 0.5em 0em 0em;
  208. margin: 0em 0.5em 0em 0em;
  209. }
  210. .ui.very.close.right.rail {
  211. padding: 0em 0em 0em 0.5em;
  212. margin: 0em 0em 0em 0.5em;
  213. }
  214. /*--------------
  215. Sizing
  216. ---------------*/
  217. .ui.rail {
  218. font-size: 1em;
  219. }
  220. /*******************************
  221. Overrides
  222. *******************************/
  223. /*******************************
  224. Overrides
  225. *******************************/