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.

485 lines
15 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
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. /*
  2. * # Semantic - Accordion
  3. * http://github.com/jlukic/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 Defaults
  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. /* Status */
  86. /*-------------------
  87. Neutral Text
  88. --------------------*/
  89. /*-------------------
  90. Brand Colors
  91. --------------------*/
  92. /*-------------------
  93. Borders
  94. --------------------*/
  95. /*-------------------
  96. Sizes
  97. --------------------*/
  98. /*-------------------
  99. Transitions
  100. --------------------*/
  101. /*-------------------
  102. Derived Values
  103. --------------------*/
  104. /* Makes sure padded grid can fit at 320px */
  105. /* Used to match floats with text */
  106. /* Positive / Negative Dupes */
  107. /* Header Colors */
  108. /* Responsive */
  109. /* Columns */
  110. /*******************************
  111. States
  112. *******************************/
  113. /*-------------------
  114. Disabled
  115. --------------------*/
  116. /*-------------------
  117. Hover
  118. --------------------*/
  119. /*--- Colors ---*/
  120. /*--- Emotive ---*/
  121. /*--- Neutrals ---*/
  122. /*-------------------
  123. Down (:active)
  124. --------------------*/
  125. /*--- Colors ---*/
  126. /*--- Emotive ---*/
  127. /*--- Neutrals ---*/
  128. /*-------------------
  129. Active
  130. --------------------*/
  131. /*--- Standard ---*/
  132. /*--- Emotive ---*/
  133. /*--- Neutrals ---*/
  134. /*******************************
  135. Accordion
  136. *******************************/
  137. /* Title */
  138. /* Icon */
  139. /* Child Accordion */
  140. /* Content */
  141. /*-------------------
  142. Coupling
  143. --------------------*/
  144. /*-------------------
  145. States
  146. --------------------*/
  147. /*-------------------
  148. Variations
  149. --------------------*/
  150. /* Styled */
  151. /* Content */
  152. /* Child Content */
  153. /* Styled Title */
  154. /* Styled Title States */
  155. /* Styled Child Title States */
  156. /*------------------
  157. Load Theme
  158. -------------------*/
  159. /*******************************
  160. Site Settings
  161. *******************************/
  162. /*-------------------
  163. Paths
  164. --------------------*/
  165. /*-------------------
  166. Fonts
  167. --------------------*/
  168. /*-------------------
  169. Site Colors
  170. --------------------*/
  171. /*--- Colors ---*/
  172. /*--- Light Colors ---*/
  173. /*-------------------
  174. Page
  175. --------------------*/
  176. /*-------------------
  177. Background Colors
  178. --------------------*/
  179. /* Used for differentiating neutrals */
  180. /* Used for differentiating layers */
  181. /*-------------------
  182. Grid
  183. --------------------*/
  184. /*-------------------
  185. Breakpoints
  186. --------------------*/
  187. /*******************************
  188. Power-User
  189. *******************************/
  190. /*-------------------
  191. Icons
  192. --------------------*/
  193. /* Max Width of Icon */
  194. /*-------------------
  195. Easing
  196. --------------------*/
  197. /*--- Neutrals ---*/
  198. /*--- Colored Backgrounds ---*/
  199. /*--- Colored Text ---*/
  200. /*--- Colored Headers ---*/
  201. /*-------------------
  202. Emotive Colors
  203. --------------------*/
  204. /* Mood */
  205. /* Status */
  206. /*-------------------
  207. Neutral Text
  208. --------------------*/
  209. /*-------------------
  210. Brand Colors
  211. --------------------*/
  212. /*-------------------
  213. Borders
  214. --------------------*/
  215. /*-------------------
  216. Sizes
  217. --------------------*/
  218. /*-------------------
  219. Transitions
  220. --------------------*/
  221. /*-------------------
  222. Derived Values
  223. --------------------*/
  224. /* Makes sure padded grid can fit at 320px */
  225. /* Used to match floats with text */
  226. /* Positive / Negative Dupes */
  227. /* Header Colors */
  228. /* Responsive */
  229. /* Columns */
  230. /*******************************
  231. States
  232. *******************************/
  233. /*-------------------
  234. Disabled
  235. --------------------*/
  236. /*-------------------
  237. Hover
  238. --------------------*/
  239. /*--- Colors ---*/
  240. /*--- Emotive ---*/
  241. /*--- Neutrals ---*/
  242. /*-------------------
  243. Down (:active)
  244. --------------------*/
  245. /*--- Colors ---*/
  246. /*--- Emotive ---*/
  247. /*--- Neutrals ---*/
  248. /*-------------------
  249. Active
  250. --------------------*/
  251. /*--- Standard ---*/
  252. /*--- Emotive ---*/
  253. /*--- Neutrals ---*/
  254. /*******************************
  255. Accordion
  256. *******************************/
  257. /* Title */
  258. /* Icon */
  259. /* Child Accordion */
  260. /* Content */
  261. /*-------------------
  262. Coupling
  263. --------------------*/
  264. /*-------------------
  265. States
  266. --------------------*/
  267. /*-------------------
  268. Variations
  269. --------------------*/
  270. /* Styled */
  271. /* Content */
  272. /* Child Content */
  273. /* Styled Title */
  274. /* Styled Title States */
  275. /* Styled Child Title States */
  276. /*------------------
  277. Load Site
  278. -------------------*/
  279. /*******************************
  280. User Global Variables
  281. *******************************/
  282. /*******************************
  283. User Variable Overrides
  284. *******************************/
  285. /*------------------
  286. Override Loader
  287. -------------------*/
  288. /*******************************
  289. Accordion
  290. *******************************/
  291. .ui.accordion,
  292. .ui.accordion .accordion {
  293. max-width: 100%;
  294. font-size: 1em;
  295. }
  296. .ui.accordion .accordion {
  297. margin: 1em 0em 0em;
  298. padding: 0em;
  299. }
  300. /* Title */
  301. .ui.accordion .title,
  302. .ui.accordion .accordion .title {
  303. cursor: pointer;
  304. }
  305. /* Default Styling */
  306. .ui.accordion .title:not(.ui) {
  307. padding: 0.5em 0em;
  308. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  309. font-size: 1em;
  310. color: rgba(0, 0, 0, 0.8);
  311. }
  312. /* Content */
  313. .ui.accordion .title ~ .content,
  314. .ui.accordion .accordion .title ~ .content {
  315. display: none;
  316. }
  317. /* Default Styling */
  318. .ui.accordion:not(.styled) .title ~ .content:not(.ui),
  319. .ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
  320. margin: 0em;
  321. padding: 0.5em 0em 1em;
  322. }
  323. .ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child {
  324. padding-bottom: 0em;
  325. }
  326. /* Arrow */
  327. .ui.accordion .title .dropdown.icon,
  328. .ui.accordion .accordion .title .dropdown.icon {
  329. display: inline-block;
  330. float: none;
  331. opacity: 0.75;
  332. width: 1.25em;
  333. height: 1em;
  334. margin: 0em 0.25rem 0em 0rem;
  335. padding: 0em;
  336. -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
  337. transition: transform 0.2s ease, opacity 0.2s ease;
  338. vertical-align: baseline;
  339. -webkit-transform: rotate(0deg);
  340. -ms-transform: rotate(0deg);
  341. transform: rotate(0deg);
  342. }
  343. /* Coupling with accordion */
  344. .ui.accordion.menu .item .title {
  345. display: block;
  346. padding: 0em;
  347. }
  348. .ui.accordion.menu .item .title > .dropdown.icon {
  349. float: right;
  350. margin: 0.165em 0em 0em 1em;
  351. -webkit-transform: rotate(180deg);
  352. -ms-transform: rotate(180deg);
  353. transform: rotate(180deg);
  354. }
  355. /*******************************
  356. States
  357. *******************************/
  358. .ui.accordion .active.title .dropdown.icon,
  359. .ui.accordion .accordion .active.title .dropdown.icon {
  360. -webkit-transform: rotate(90deg);
  361. -ms-transform: rotate(90deg);
  362. transform: rotate(90deg);
  363. }
  364. .ui.accordion.menu .item .active.title > .dropdown.icon {
  365. -webkit-transform: rotate(90deg);
  366. -ms-transform: rotate(90deg);
  367. transform: rotate(90deg);
  368. }
  369. /*******************************
  370. Types
  371. *******************************/
  372. /*--------------
  373. Styled
  374. ---------------*/
  375. .ui.styled.accordion {
  376. width: 600px;
  377. }
  378. .ui.styled.accordion,
  379. .ui.styled.accordion .accordion {
  380. border-radius: 0.3125em;
  381. background: #ffffff;
  382. box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  383. }
  384. .ui.styled.accordion .title,
  385. .ui.styled.accordion .accordion .title {
  386. margin: 0em;
  387. padding: 0.75em 1em;
  388. color: rgba(0, 0, 0, 0.4);
  389. font-weight: bold;
  390. border-top: 1px solid rgba(0, 0, 0, 0.15);
  391. -webkit-transition: background 0.2s ease, color 0.2s ease;
  392. transition: background 0.2s ease, color 0.2s ease;
  393. }
  394. .ui.styled.accordion .title:first-child,
  395. .ui.styled.accordion .accordion .title:first-child {
  396. border-top: none;
  397. }
  398. /* Content */
  399. .ui.styled.accordion .content,
  400. .ui.styled.accordion .accordion .content {
  401. margin: 0em;
  402. padding: 0.5em 1em 1.5em;
  403. }
  404. .ui.styled.accordion .accordion .content {
  405. padding: 0em;
  406. padding: 0.5em 1em 1.5em;
  407. }
  408. /* Hover */
  409. .ui.styled.accordion .title:hover,
  410. .ui.styled.accordion .active.title,
  411. .ui.styled.accordion .accordion .title:hover,
  412. .ui.styled.accordion .accordion .active.title {
  413. background: transparent;
  414. color: rgba(0, 0, 0, 0.8);
  415. }
  416. .ui.styled.accordion .accordion .title:hover,
  417. .ui.styled.accordion .accordion .active.title {
  418. background: transparent;
  419. color: rgba(0, 0, 0, 0.8);
  420. }
  421. /* Active */
  422. .ui.styled.accordion .active.title {
  423. background: transparent;
  424. color: rgba(0, 0, 0, 0.8);
  425. }
  426. .ui.styled.accordion .accordion .active.title {
  427. background: transparent;
  428. color: rgba(0, 0, 0, 0.8);
  429. }
  430. /*******************************
  431. States
  432. *******************************/
  433. /*--------------
  434. Active
  435. ---------------*/
  436. .ui.accordion .active.content,
  437. .ui.accordion .accordion .active.content {
  438. display: block;
  439. }
  440. /*******************************
  441. Variations
  442. *******************************/
  443. /*--------------
  444. Fluid
  445. ---------------*/
  446. .ui.fluid.accordion,
  447. .ui.fluid.accordion .accordion {
  448. width: 100%;
  449. }
  450. /*******************************
  451. Overrides
  452. *******************************/
  453. @font-face {
  454. font-family: 'Accordion';
  455. src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
  456. font-weight: normal;
  457. font-style: normal;
  458. }
  459. /* Dropdown Icon */
  460. .ui.accordion .title .dropdown.icon,
  461. .ui.accordion .accordion .title .dropdown.icon {
  462. font-family: Accordion;
  463. line-height: 1;
  464. -webkit-backface-visibility: hidden;
  465. backface-visibility: hidden;
  466. font-weight: normal;
  467. font-style: normal;
  468. text-align: center;
  469. }
  470. .ui.accordion .title .dropdown.icon:before,
  471. .ui.accordion .accordion .title .dropdown.icon:before {
  472. content: '\f0da' /*rtl:'\f0d9'*/;
  473. }
  474. /*******************************
  475. User Overrides
  476. *******************************/