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.

255 lines
6.3 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
10 years ago
  1. /*
  2. * # Semantic - Breadcrumb
  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. /*-------------------
  57. Background Colors
  58. --------------------*/
  59. /* Used for differentiating neutrals */
  60. /* Used for differentiating layers */
  61. /*-------------------
  62. Grid
  63. --------------------*/
  64. /*-------------------
  65. Breakpoints
  66. --------------------*/
  67. /*******************************
  68. Power-User
  69. *******************************/
  70. /*-------------------
  71. Icons
  72. --------------------*/
  73. /* Max Width of Icon */
  74. /*-------------------
  75. Easing
  76. --------------------*/
  77. /*--- Neutrals ---*/
  78. /*--- Colored Backgrounds ---*/
  79. /*--- Colored Text ---*/
  80. /*--- Colored Headers ---*/
  81. /*-------------------
  82. Emotive Colors
  83. --------------------*/
  84. /* Mood */
  85. /* Solid Background Color */
  86. /* Status */
  87. /* Darkened Headers */
  88. /*-------------------
  89. Neutral Text
  90. --------------------*/
  91. /*-------------------
  92. Brand Colors
  93. --------------------*/
  94. /*-------------------
  95. Grid Columns
  96. --------------------*/
  97. /*-------------------
  98. Borders
  99. --------------------*/
  100. /*-------------------
  101. Sizes
  102. --------------------*/
  103. /*-------------------
  104. Transitions
  105. --------------------*/
  106. /*******************************
  107. States
  108. *******************************/
  109. /*-------------------
  110. Disabled
  111. --------------------*/
  112. /*-------------------
  113. Hover
  114. --------------------*/
  115. /*--- Colors ---*/
  116. /*--- Emotive ---*/
  117. /*--- Neutrals ---*/
  118. /*-------------------
  119. Down (:active)
  120. --------------------*/
  121. /*--- Colors ---*/
  122. /*--- Emotive ---*/
  123. /*--- Neutrals ---*/
  124. /*-------------------
  125. Active
  126. --------------------*/
  127. /*--- Standard ---*/
  128. /*--- Emotive ---*/
  129. /*--- Neutrals ---*/
  130. /*******************************
  131. Breadcrumb
  132. *******************************/
  133. /*-------------------
  134. Breadcrumb
  135. --------------------*/
  136. /* Coupling */
  137. /*-------------------
  138. States
  139. --------------------*/
  140. /* Sizes */
  141. /*------------------
  142. Load Theme
  143. -------------------*/
  144. /*------------------
  145. Load Site
  146. -------------------*/
  147. /*******************************
  148. User Global Variables
  149. *******************************/
  150. /*******************************
  151. Overrides
  152. *******************************/
  153. /*------------------
  154. Override Mix-in
  155. -------------------*/
  156. /*******************************
  157. Breadcrumb
  158. *******************************/
  159. .ui.breadcrumb {
  160. margin: 1em 0em;
  161. display: inline-block;
  162. vertical-align: middle;
  163. }
  164. .ui.breadcrumb:first-child {
  165. margin-top: 0em;
  166. }
  167. .ui.breadcrumb:last-child {
  168. margin-bottom: 0em;
  169. }
  170. /*******************************
  171. Content
  172. *******************************/
  173. /* Divider */
  174. .ui.breadcrumb .divider {
  175. display: inline-block;
  176. opacity: 0.5;
  177. margin: 0em 0.2rem 0em;
  178. font-size: 0.9em;
  179. color: rgba(0, 0, 0, 0.4);
  180. vertical-align: baseline;
  181. }
  182. /* Link */
  183. .ui.breadcrumb a {
  184. color: #009fda;
  185. }
  186. .ui.breadcrumb a:hover {
  187. color: #00b2f3;
  188. }
  189. /* Icon Divider */
  190. .ui.breadcrumb .icon.divider {
  191. font-size: 0.7em;
  192. vertical-align: middle;
  193. }
  194. /* Section */
  195. .ui.breadcrumb a.section {
  196. cursor: pointer;
  197. }
  198. .ui.breadcrumb .section {
  199. display: inline-block;
  200. margin: 0em;
  201. padding: 0em;
  202. }
  203. /* Loose Coupling */
  204. .ui.breadcrumb.segment {
  205. display: inline-block;
  206. padding: 0.5em 1em;
  207. }
  208. /*******************************
  209. States
  210. *******************************/
  211. .ui.breadcrumb .active.section {
  212. font-weight: bold;
  213. }
  214. /*******************************
  215. Variations
  216. *******************************/
  217. .ui.mini.breadcrumb {
  218. font-size: 0.65em;
  219. }
  220. .ui.tiny.breadcrumb {
  221. font-size: 0.7em;
  222. }
  223. .ui.small.breadcrumb {
  224. font-size: 0.75em;
  225. }
  226. .ui.breadcrumb {
  227. font-size: 1em;
  228. }
  229. .ui.large.breadcrumb {
  230. font-size: 1.1em;
  231. }
  232. .ui.big.breadcrumb {
  233. font-size: 1.05em;
  234. }
  235. .ui.huge.breadcrumb {
  236. font-size: 1.3em;
  237. }
  238. .ui.massive.breadcrumb {
  239. font-size: 1.5em;
  240. }
  241. /*******************************
  242. Overrides
  243. *******************************/
  244. /*******************************
  245. Overrides
  246. *******************************/