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.

582 lines
14 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
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
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. /*
  2. * # Semantic - Segment
  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. Segment
  133. *******************************/
  134. /*-------------------
  135. Element
  136. --------------------*/
  137. /*-------------------
  138. Coupling
  139. --------------------*/
  140. /* Page Grid Segment */
  141. /*******************************
  142. Variations
  143. *******************************/
  144. /* Piled */
  145. /* Circular */
  146. /* Stacked */
  147. /* Raised */
  148. /* Attached */
  149. /* Colors */
  150. /* Ordinality */
  151. /*------------------
  152. Load Theme
  153. -------------------*/
  154. /*------------------
  155. Load Site
  156. -------------------*/
  157. /*******************************
  158. User Global Variables
  159. *******************************/
  160. /*******************************
  161. User Variable Overrides
  162. *******************************/
  163. /*------------------
  164. Override Mix-in
  165. -------------------*/
  166. /*******************************
  167. Segment
  168. *******************************/
  169. .ui.segment {
  170. position: relative;
  171. background-color: #ffffff;
  172. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  173. margin: 1em 0em;
  174. padding: 1em 1em;
  175. border-radius: 0.25em;
  176. border: none;
  177. }
  178. .ui.segment:first-child {
  179. margin-top: 0em;
  180. }
  181. .ui.segment:last-child {
  182. margin-bottom: 0em;
  183. }
  184. .ui.segment:after {
  185. content: '';
  186. display: block;
  187. height: 0px;
  188. clear: both;
  189. visibility: hidden;
  190. }
  191. .ui.vertical.segment {
  192. margin: 0em;
  193. padding-left: 0em;
  194. padding-right: 0em;
  195. background-color: transparent;
  196. border-radius: 0px;
  197. border: none;
  198. box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  199. }
  200. .ui.vertical.segment:first-child {
  201. padding-top: 0em;
  202. }
  203. .ui.vertical.segment:last-child {
  204. padding-bottom: 0em;
  205. box-shadow: none;
  206. }
  207. .ui.horizontal.segment {
  208. margin: 0em;
  209. padding-top: 0em;
  210. padding-bottom: 0em;
  211. background-color: transparent;
  212. border-radius: 0px;
  213. border: none;
  214. box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1);
  215. }
  216. .ui.horizontal.segment:first-child {
  217. padding-left: 0em;
  218. }
  219. .ui.horizontal.segment:last-child {
  220. padding-right: 0em;
  221. }
  222. /*-------------------
  223. Loose Coupling
  224. --------------------*/
  225. /* Menu */
  226. .ui.pointing.menu + .ui.attached.segment {
  227. top: 1px;
  228. }
  229. /* Header */
  230. .ui.inverted.segment > .ui.header {
  231. color: #ffffff;
  232. }
  233. /* Label */
  234. .ui[class*="bottom attached"].segment > [class*="top attached"].label {
  235. border-top-left-radius: 0em;
  236. border-top-right-radius: 0em;
  237. }
  238. .ui[class*="top attached"].segment > [class*="bottom attached"].label {
  239. border-bottom-left-radius: 0em;
  240. border-bottom-right-radius: 0em;
  241. }
  242. .ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
  243. border-top-left-radius: 0em;
  244. border-top-right-radius: 0em;
  245. }
  246. .ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
  247. border-bottom-left-radius: 0em;
  248. border-bottom-right-radius: 0em;
  249. }
  250. /* Grid */
  251. .ui.page.grid.segment,
  252. .ui.grid .ui.segment.column {
  253. padding-top: 2em;
  254. padding-bottom: 2em;
  255. }
  256. .ui.grid.segment,
  257. .ui.grid .ui.segment.row,
  258. .ui.grid .ui.segment.column {
  259. border-radius: 0em;
  260. box-shadow: none;
  261. border: none;
  262. }
  263. /* Table */
  264. .ui.basic.table.segment {
  265. background: #ffffff;
  266. border: none;
  267. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  268. }
  269. .ui[class*="very basic"].table.segment {
  270. padding: 1em 1em;
  271. }
  272. /*******************************
  273. Types
  274. *******************************/
  275. /*-------------------
  276. Piled
  277. --------------------*/
  278. .ui.piled.segment {
  279. margin: 2em 0em;
  280. box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  281. }
  282. .ui.piled.segment:first-child {
  283. margin-top: 0em;
  284. }
  285. .ui.piled.segment:last-child {
  286. margin-bottom: 0em;
  287. }
  288. .ui.piled.segment:after,
  289. .ui.piled.segment:before {
  290. background-color: #ffffff;
  291. visibility: visible;
  292. content: '';
  293. display: block;
  294. height: 100%;
  295. left: 0px;
  296. position: absolute;
  297. width: 100%;
  298. box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  299. }
  300. .ui.piled.segment:after {
  301. -webkit-transform: rotate(1.2deg);
  302. -ms-transform: rotate(1.2deg);
  303. transform: rotate(1.2deg);
  304. top: 0;
  305. z-index: -1;
  306. }
  307. .ui.piled.segment:before {
  308. -webkit-transform: rotate(-1.2deg);
  309. -ms-transform: rotate(-1.2deg);
  310. transform: rotate(-1.2deg);
  311. top: 0;
  312. z-index: -2;
  313. }
  314. /*-------------------
  315. Stacked
  316. --------------------*/
  317. .ui.stacked.segment {
  318. padding-bottom: 1.4em;
  319. }
  320. .ui.stacked.segment:after,
  321. .ui.stacked.segment:before {
  322. content: '';
  323. position: absolute;
  324. bottom: -3px;
  325. left: 0%;
  326. border-top: 1px solid rgba(0, 0, 0, 0.1);
  327. background-color: rgba(0, 0, 0, 0.03);
  328. width: 100%;
  329. height: 6px;
  330. visibility: visible;
  331. }
  332. .ui.stacked.segment:before {
  333. display: none;
  334. }
  335. /* Add additional page */
  336. .ui.tall.stacked.segment:before {
  337. display: block;
  338. bottom: 0px;
  339. }
  340. /* Inverted */
  341. .ui.stacked.inverted.segment:after,
  342. .ui.stacked.inverted.segment:before {
  343. background-color: rgba(0, 0, 0, 0.03);
  344. border-top: 1px solid rgba(0, 0, 0, 0.2);
  345. }
  346. /*-------------------
  347. Circular
  348. --------------------*/
  349. .ui.circular.segment {
  350. display: table-cell;
  351. padding: 2em;
  352. text-align: center;
  353. vertical-align: middle;
  354. border-radius: 500em;
  355. }
  356. /*-------------------
  357. Raised
  358. --------------------*/
  359. .ui.raised.segment {
  360. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
  361. }
  362. /*******************************
  363. States
  364. *******************************/
  365. .ui.disabled.segment {
  366. opacity: 0.3;
  367. color: rgba(0, 0, 0, 0.2);
  368. }
  369. /*******************************
  370. Variations
  371. *******************************/
  372. /*-------------------
  373. Basic
  374. --------------------*/
  375. .ui.basic.segment {
  376. position: relative;
  377. background-color: transparent;
  378. box-shadow: none;
  379. border-radius: 0px;
  380. }
  381. .ui.basic.segment:first-child {
  382. padding-top: 0em;
  383. }
  384. .ui.basic.segment:last-child {
  385. padding-bottom: 0em;
  386. }
  387. /*-------------------
  388. Fittted
  389. --------------------*/
  390. .ui.fitted.segment {
  391. padding: 0em;
  392. }
  393. /*-------------------
  394. Colors
  395. --------------------*/
  396. .ui.black.segment:not(.inverted) {
  397. border-top: 2px solid #1b1c1d;
  398. border-radius: 0em 0em 0.25em 0.25em !important;
  399. }
  400. .ui.blue.segment:not(.inverted) {
  401. border-top: 2px solid #3b83c0;
  402. border-radius: 0em 0em 0.25em 0.25em !important;
  403. }
  404. .ui.green.segment:not(.inverted) {
  405. border-top: 2px solid #5bbd72;
  406. border-radius: 0em 0em 0.25em 0.25em !important;
  407. }
  408. .ui.orange.segment:not(.inverted) {
  409. border-top: 2px solid #e07b53;
  410. border-radius: 0em 0em 0.25em 0.25em !important;
  411. }
  412. .ui.pink.segment:not(.inverted) {
  413. border-top: 2px solid #d9499a;
  414. border-radius: 0em 0em 0.25em 0.25em !important;
  415. }
  416. .ui.purple.segment:not(.inverted) {
  417. border-top: 2px solid #564f8a;
  418. border-radius: 0em 0em 0.25em 0.25em !important;
  419. }
  420. .ui.red.segment:not(.inverted) {
  421. border-top: 2px solid #d95c5c;
  422. border-radius: 0em 0em 0.25em 0.25em !important;
  423. }
  424. .ui.teal.segment:not(.inverted) {
  425. border-top: 2px solid #00b5ad;
  426. border-radius: 0em 0em 0.25em 0.25em !important;
  427. }
  428. .ui.yellow.segment:not(.inverted) {
  429. border-top: 2px solid #e9bd16;
  430. border-radius: 0em 0em 0.25em 0.25em !important;
  431. }
  432. /*-------------------
  433. Inverted Colors
  434. --------------------*/
  435. .ui.inverted.segment,
  436. .ui.inverted.black.segment {
  437. background-color: #1b1c1d !important;
  438. color: #ffffff !important;
  439. }
  440. .ui.inverted.blue.segment {
  441. background-color: #3b83c0 !important;
  442. color: #ffffff !important;
  443. }
  444. .ui.inverted.green.segment {
  445. background-color: #5bbd72 !important;
  446. color: #ffffff !important;
  447. }
  448. .ui.inverted.orange.segment {
  449. background-color: #e07b53 !important;
  450. color: #ffffff !important;
  451. }
  452. .ui.inverted.pink.segment {
  453. background-color: #d9499a !important;
  454. color: #ffffff !important;
  455. }
  456. .ui.inverted.purple.segment {
  457. background-color: #564f8a !important;
  458. color: #ffffff !important;
  459. }
  460. .ui.inverted.red.segment {
  461. background-color: #d95c5c !important;
  462. color: #ffffff !important;
  463. }
  464. .ui.inverted.teal.segment {
  465. background-color: #00b5ad !important;
  466. color: #ffffff !important;
  467. }
  468. .ui.inverted.yellow.segment {
  469. background-color: #e9bd16 !important;
  470. color: #ffffff !important;
  471. }
  472. /*-------------------
  473. Aligned
  474. --------------------*/
  475. .ui[class*="left aligned"].segment {
  476. text-align: left;
  477. }
  478. .ui[class*="right aligned"].segment {
  479. text-align: right;
  480. }
  481. .ui[class*="center aligned"].segment {
  482. text-align: center;
  483. }
  484. /*-------------------
  485. Floated
  486. --------------------*/
  487. .ui.floated.segment,
  488. .ui[class*="left floated"].segment {
  489. float: left;
  490. }
  491. .ui[class*="right floated"].segment {
  492. float: right;
  493. }
  494. /*-------------------
  495. Inverted
  496. --------------------*/
  497. .ui.inverted.segment {
  498. border: none;
  499. box-shadow: none;
  500. }
  501. .ui.inverted.segment .segment {
  502. color: rgba(0, 0, 0, 0.8);
  503. }
  504. .ui.inverted.segment .inverted.segment {
  505. color: #ffffff;
  506. }
  507. .ui.inverted.segment,
  508. .ui.primary.inverted.segment {
  509. background-color: #1b1c1d;
  510. color: #ffffff;
  511. }
  512. .ui.inverted.block.segment,
  513. .ui.inverted.attached.segment {
  514. box-shadow: none !important;
  515. }
  516. /*-------------------
  517. Ordinality
  518. --------------------*/
  519. .ui.secondary.segment {
  520. background: #faf9fa;
  521. color: rgba(0, 0, 0, 0.8);
  522. }
  523. .ui.tertiary.segment {
  524. background: #ebebeb;
  525. color: rgba(0, 0, 0, 0.8);
  526. }
  527. .ui.secondary.inverted.segment {
  528. background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  529. background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  530. color: #fafafa;
  531. }
  532. .ui.tertiary.inverted.segment {
  533. background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  534. background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  535. color: #f0f0f0;
  536. }
  537. /*-------------------
  538. Attached
  539. --------------------*/
  540. .ui.segment.attached {
  541. top: 0px;
  542. bottom: 0px;
  543. margin: 0em;
  544. border-radius: 0px;
  545. box-shadow: 0px 0px 0px 1px #dddddd;
  546. }
  547. .ui[class*="top attached"].segment {
  548. top: 0px;
  549. bottom: 0px;
  550. margin-top: 1em;
  551. margin-bottom: 0em;
  552. border-radius: 0.25em 0.25em 0em 0em;
  553. }
  554. .ui.segment[class*="top attached"]:first-child {
  555. margin-top: 0em;
  556. }
  557. .ui.segment[class*="bottom attached"] {
  558. top: 0px;
  559. bottom: 0px;
  560. margin-top: 0em;
  561. margin-bottom: 1em;
  562. box-shadow: 0px 0px 0px 1px #dddddd, 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  563. border-radius: 0em 0em 0.25em 0.25em;
  564. }
  565. .ui.segment[class*="bottom attached"]:last-child {
  566. margin-bottom: 0em;
  567. }
  568. /*******************************
  569. Overrides
  570. *******************************/
  571. /*******************************
  572. Overrides
  573. *******************************/