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
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 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. /* 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. /* 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. Segment
  132. *******************************/
  133. /*-------------------
  134. Element
  135. --------------------*/
  136. /*-------------------
  137. Coupling
  138. --------------------*/
  139. /* Page Grid Segment */
  140. /*******************************
  141. Variations
  142. *******************************/
  143. /* Piled */
  144. /* Circular */
  145. /* Stacked */
  146. /* Raised */
  147. /* Attached */
  148. /* Colors */
  149. /* Ordinality */
  150. /*------------------
  151. Load Theme
  152. -------------------*/
  153. /*------------------
  154. Load Site
  155. -------------------*/
  156. /*******************************
  157. User Global Variables
  158. *******************************/
  159. /*******************************
  160. User Variable Overrides
  161. *******************************/
  162. /*------------------
  163. Override Loader
  164. -------------------*/
  165. /*******************************
  166. Segment
  167. *******************************/
  168. .ui.segment {
  169. position: relative;
  170. background-color: #ffffff;
  171. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  172. margin: 1em 0em;
  173. padding: 1em 1em;
  174. border-radius: 0.25em;
  175. border: none;
  176. }
  177. .ui.segment:first-child {
  178. margin-top: 0em;
  179. }
  180. .ui.segment:last-child {
  181. margin-bottom: 0em;
  182. }
  183. .ui.segment:after {
  184. content: '';
  185. display: block;
  186. height: 0px;
  187. clear: both;
  188. visibility: hidden;
  189. }
  190. .ui.vertical.segment {
  191. margin: 0em;
  192. padding-left: 0em;
  193. padding-right: 0em;
  194. background-color: transparent;
  195. border-radius: 0px;
  196. border: none;
  197. box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  198. }
  199. .ui.vertical.segment:first-child {
  200. padding-top: 0em;
  201. }
  202. .ui.vertical.segment:last-child {
  203. padding-bottom: 0em;
  204. box-shadow: none;
  205. }
  206. .ui.horizontal.segment {
  207. margin: 0em;
  208. padding-top: 0em;
  209. padding-bottom: 0em;
  210. background-color: transparent;
  211. border-radius: 0px;
  212. border: none;
  213. box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.15);
  214. }
  215. .ui.horizontal.segment:first-child {
  216. padding-left: 0em;
  217. }
  218. .ui.horizontal.segment:last-child {
  219. padding-right: 0em;
  220. }
  221. /*-------------------
  222. Loose Coupling
  223. --------------------*/
  224. /* Menu */
  225. .ui.pointing.menu + .ui.attached.segment {
  226. top: 1px;
  227. }
  228. /* Header */
  229. .ui.inverted.segment > .ui.header {
  230. color: #ffffff;
  231. }
  232. /* Label */
  233. .ui[class*="bottom attached"].segment > [class*="top attached"].label {
  234. border-top-left-radius: 0em;
  235. border-top-right-radius: 0em;
  236. }
  237. .ui[class*="top attached"].segment > [class*="bottom attached"].label {
  238. border-bottom-left-radius: 0em;
  239. border-bottom-right-radius: 0em;
  240. }
  241. .ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
  242. border-top-left-radius: 0em;
  243. border-top-right-radius: 0em;
  244. }
  245. .ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
  246. border-bottom-left-radius: 0em;
  247. border-bottom-right-radius: 0em;
  248. }
  249. /* Grid */
  250. .ui.page.grid.segment,
  251. .ui.grid .ui.segment.column {
  252. padding-top: 2em;
  253. padding-bottom: 2em;
  254. }
  255. .ui.grid.segment,
  256. .ui.grid .ui.segment.row,
  257. .ui.grid .ui.segment.column {
  258. border-radius: 0em;
  259. box-shadow: none;
  260. border: none;
  261. }
  262. /* Table */
  263. .ui.basic.table.segment {
  264. background: #ffffff;
  265. border: none;
  266. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  267. }
  268. .ui[class*="very basic"].table.segment {
  269. padding: 1em 1em;
  270. }
  271. /*******************************
  272. Types
  273. *******************************/
  274. /*-------------------
  275. Piled
  276. --------------------*/
  277. .ui.piled.segment {
  278. margin: 2em 0em;
  279. box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
  280. z-index: 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.15);
  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.15);
  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.15), 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 #f2c61f;
  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: #f2c61f !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. *******************************/