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.

798 lines
16 KiB

10 years ago
8 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
8 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
8 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
  1. /*!
  2. * # Semantic UI 2.2.10 - Segment
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Released under the MIT license
  7. * http://opensource.org/licenses/MIT
  8. *
  9. */
  10. /*******************************
  11. Segment
  12. *******************************/
  13. .ui.segment {
  14. position: relative;
  15. background: #FFFFFF;
  16. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  17. margin: 1rem 0em;
  18. padding: 1em 1em;
  19. border-radius: 0.28571429rem;
  20. border: 1px solid rgba(34, 36, 38, 0.15);
  21. }
  22. .ui.segment:first-child {
  23. margin-top: 0em;
  24. }
  25. .ui.segment:last-child {
  26. margin-bottom: 0em;
  27. }
  28. /* Vertical */
  29. .ui.vertical.segment {
  30. margin: 0em;
  31. padding-left: 0em;
  32. padding-right: 0em;
  33. background: none transparent;
  34. border-radius: 0px;
  35. box-shadow: none;
  36. border: none;
  37. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  38. }
  39. .ui.vertical.segment:last-child {
  40. border-bottom: none;
  41. }
  42. /*-------------------
  43. Loose Coupling
  44. --------------------*/
  45. /* Header */
  46. .ui.inverted.segment > .ui.header {
  47. color: #FFFFFF;
  48. }
  49. /* Label */
  50. .ui[class*="bottom attached"].segment > [class*="top attached"].label {
  51. border-top-left-radius: 0em;
  52. border-top-right-radius: 0em;
  53. }
  54. .ui[class*="top attached"].segment > [class*="bottom attached"].label {
  55. border-bottom-left-radius: 0em;
  56. border-bottom-right-radius: 0em;
  57. }
  58. .ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
  59. border-top-left-radius: 0em;
  60. border-top-right-radius: 0em;
  61. }
  62. .ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
  63. border-bottom-left-radius: 0em;
  64. border-bottom-right-radius: 0em;
  65. }
  66. /* Grid */
  67. .ui.page.grid.segment,
  68. .ui.grid > .row > .ui.segment.column,
  69. .ui.grid > .ui.segment.column {
  70. padding-top: 2em;
  71. padding-bottom: 2em;
  72. }
  73. .ui.grid.segment {
  74. margin: 1rem 0em;
  75. border-radius: 0.28571429rem;
  76. }
  77. /* Table */
  78. .ui.basic.table.segment {
  79. background: #FFFFFF;
  80. border: 1px solid rgba(34, 36, 38, 0.15);
  81. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  82. }
  83. .ui[class*="very basic"].table.segment {
  84. padding: 1em 1em;
  85. }
  86. /*******************************
  87. Types
  88. *******************************/
  89. /*-------------------
  90. Piled
  91. --------------------*/
  92. .ui.piled.segments,
  93. .ui.piled.segment {
  94. margin: 3em 0em;
  95. box-shadow: '';
  96. z-index: auto;
  97. }
  98. .ui.piled.segment:first-child {
  99. margin-top: 0em;
  100. }
  101. .ui.piled.segment:last-child {
  102. margin-bottom: 0em;
  103. }
  104. .ui.piled.segments:after,
  105. .ui.piled.segments:before,
  106. .ui.piled.segment:after,
  107. .ui.piled.segment:before {
  108. background-color: #FFFFFF;
  109. visibility: visible;
  110. content: '';
  111. display: block;
  112. height: 100%;
  113. left: 0px;
  114. position: absolute;
  115. width: 100%;
  116. border: 1px solid rgba(34, 36, 38, 0.15);
  117. box-shadow: '';
  118. }
  119. .ui.piled.segments:before,
  120. .ui.piled.segment:before {
  121. -webkit-transform: rotate(-1.2deg);
  122. transform: rotate(-1.2deg);
  123. top: 0;
  124. z-index: -2;
  125. }
  126. .ui.piled.segments:after,
  127. .ui.piled.segment:after {
  128. -webkit-transform: rotate(1.2deg);
  129. transform: rotate(1.2deg);
  130. top: 0;
  131. z-index: -1;
  132. }
  133. /* Piled Attached */
  134. .ui[class*="top attached"].piled.segment {
  135. margin-top: 3em;
  136. margin-bottom: 0em;
  137. }
  138. .ui.piled.segment[class*="top attached"]:first-child {
  139. margin-top: 0em;
  140. }
  141. .ui.piled.segment[class*="bottom attached"] {
  142. margin-top: 0em;
  143. margin-bottom: 3em;
  144. }
  145. .ui.piled.segment[class*="bottom attached"]:last-child {
  146. margin-bottom: 0em;
  147. }
  148. /*-------------------
  149. Stacked
  150. --------------------*/
  151. .ui.stacked.segment {
  152. padding-bottom: 1.4em;
  153. }
  154. .ui.stacked.segments:before,
  155. .ui.stacked.segments:after,
  156. .ui.stacked.segment:before,
  157. .ui.stacked.segment:after {
  158. content: '';
  159. position: absolute;
  160. bottom: -3px;
  161. left: 0%;
  162. border-top: 1px solid rgba(34, 36, 38, 0.15);
  163. background: rgba(0, 0, 0, 0.03);
  164. width: 100%;
  165. height: 6px;
  166. visibility: visible;
  167. }
  168. .ui.stacked.segments:before,
  169. .ui.stacked.segment:before {
  170. display: none;
  171. }
  172. /* Add additional page */
  173. .ui.tall.stacked.segments:before,
  174. .ui.tall.stacked.segment:before {
  175. display: block;
  176. bottom: 0px;
  177. }
  178. /* Inverted */
  179. .ui.stacked.inverted.segments:before,
  180. .ui.stacked.inverted.segments:after,
  181. .ui.stacked.inverted.segment:before,
  182. .ui.stacked.inverted.segment:after {
  183. background-color: rgba(0, 0, 0, 0.03);
  184. border-top: 1px solid rgba(34, 36, 38, 0.35);
  185. }
  186. /*-------------------
  187. Padded
  188. --------------------*/
  189. .ui.padded.segment {
  190. padding: 1.5em;
  191. }
  192. .ui[class*="very padded"].segment {
  193. padding: 3em;
  194. }
  195. /* Padded vertical */
  196. .ui.padded.segment.vertical.segment,
  197. .ui[class*="very padded"].vertical.segment {
  198. padding-left: 0px;
  199. padding-right: 0px;
  200. }
  201. /*-------------------
  202. Compact
  203. --------------------*/
  204. .ui.compact.segment {
  205. display: table;
  206. }
  207. /* Compact Group */
  208. .ui.compact.segments {
  209. display: -webkit-inline-box;
  210. display: -ms-inline-flexbox;
  211. display: inline-flex;
  212. }
  213. .ui.compact.segments .segment,
  214. .ui.segments .compact.segment {
  215. display: block;
  216. -webkit-box-flex: 0;
  217. -ms-flex: 0 1 auto;
  218. flex: 0 1 auto;
  219. }
  220. /*-------------------
  221. Circular
  222. --------------------*/
  223. .ui.circular.segment {
  224. display: table-cell;
  225. padding: 2em;
  226. text-align: center;
  227. vertical-align: middle;
  228. border-radius: 500em;
  229. }
  230. /*-------------------
  231. Raised
  232. --------------------*/
  233. .ui.raised.segments,
  234. .ui.raised.segment {
  235. box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  236. }
  237. /*******************************
  238. Groups
  239. *******************************/
  240. /* Group */
  241. .ui.segments {
  242. -webkit-box-orient: vertical;
  243. -webkit-box-direction: normal;
  244. -ms-flex-direction: column;
  245. flex-direction: column;
  246. position: relative;
  247. margin: 1rem 0em;
  248. border: 1px solid rgba(34, 36, 38, 0.15);
  249. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  250. border-radius: 0.28571429rem;
  251. }
  252. .ui.segments:first-child {
  253. margin-top: 0em;
  254. }
  255. .ui.segments:last-child {
  256. margin-bottom: 0em;
  257. }
  258. /* Nested Segment */
  259. .ui.segments > .segment {
  260. top: 0px;
  261. bottom: 0px;
  262. border-radius: 0px;
  263. margin: 0em;
  264. width: auto;
  265. box-shadow: none;
  266. border: none;
  267. border-top: 1px solid rgba(34, 36, 38, 0.15);
  268. }
  269. .ui.segments:not(.horizontal) > .segment:first-child {
  270. border-top: none;
  271. margin-top: 0em;
  272. bottom: 0px;
  273. margin-bottom: 0em;
  274. top: 0px;
  275. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  276. }
  277. /* Bottom */
  278. .ui.segments:not(.horizontal) > .segment:last-child {
  279. top: 0px;
  280. bottom: 0px;
  281. margin-top: 0em;
  282. margin-bottom: 0em;
  283. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  284. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  285. }
  286. /* Only */
  287. .ui.segments:not(.horizontal) > .segment:only-child {
  288. border-radius: 0.28571429rem;
  289. }
  290. /* Nested Group */
  291. .ui.segments > .ui.segments {
  292. border-top: 1px solid rgba(34, 36, 38, 0.15);
  293. margin: 1rem 1rem;
  294. }
  295. .ui.segments > .segments:first-child {
  296. border-top: none;
  297. }
  298. .ui.segments > .segment + .segments:not(.horizontal) {
  299. margin-top: 0em;
  300. }
  301. /* Horizontal Group */
  302. .ui.horizontal.segments {
  303. display: -webkit-box;
  304. display: -ms-flexbox;
  305. display: flex;
  306. -webkit-box-orient: horizontal;
  307. -webkit-box-direction: normal;
  308. -ms-flex-direction: row;
  309. flex-direction: row;
  310. background-color: transparent;
  311. border-radius: 0px;
  312. padding: 0em;
  313. background-color: #FFFFFF;
  314. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  315. margin: 1rem 0em;
  316. border-radius: 0.28571429rem;
  317. border: 1px solid rgba(34, 36, 38, 0.15);
  318. }
  319. /* Nested Horizontal Group */
  320. .ui.segments > .horizontal.segments {
  321. margin: 0em;
  322. background-color: transparent;
  323. border-radius: 0px;
  324. border: none;
  325. box-shadow: none;
  326. border-top: 1px solid rgba(34, 36, 38, 0.15);
  327. }
  328. /* Horizontal Segment */
  329. .ui.horizontal.segments > .segment {
  330. -webkit-box-flex: 1;
  331. flex: 1 1 auto;
  332. -ms-flex: 1 1 0px;
  333. /* Solves #2550 MS Flex */
  334. margin: 0em;
  335. min-width: 0px;
  336. background-color: transparent;
  337. border-radius: 0px;
  338. border: none;
  339. box-shadow: none;
  340. border-left: 1px solid rgba(34, 36, 38, 0.15);
  341. }
  342. /* Border Fixes */
  343. .ui.segments > .horizontal.segments:first-child {
  344. border-top: none;
  345. }
  346. .ui.horizontal.segments > .segment:first-child {
  347. border-left: none;
  348. }
  349. /*******************************
  350. States
  351. *******************************/
  352. /*--------------
  353. Disabled
  354. ---------------*/
  355. .ui.disabled.segment {
  356. opacity: 0.45;
  357. color: rgba(40, 40, 40, 0.3);
  358. }
  359. /*--------------
  360. Loading
  361. ---------------*/
  362. .ui.loading.segment {
  363. position: relative;
  364. cursor: default;
  365. pointer-events: none;
  366. text-shadow: none !important;
  367. color: transparent !important;
  368. -webkit-transition: all 0s linear;
  369. transition: all 0s linear;
  370. }
  371. .ui.loading.segment:before {
  372. position: absolute;
  373. content: '';
  374. top: 0%;
  375. left: 0%;
  376. background: rgba(255, 255, 255, 0.8);
  377. width: 100%;
  378. height: 100%;
  379. border-radius: 0.28571429rem;
  380. z-index: 100;
  381. }
  382. .ui.loading.segment:after {
  383. position: absolute;
  384. content: '';
  385. top: 50%;
  386. left: 50%;
  387. margin: -1.5em 0em 0em -1.5em;
  388. width: 3em;
  389. height: 3em;
  390. -webkit-animation: segment-spin 0.6s linear;
  391. animation: segment-spin 0.6s linear;
  392. -webkit-animation-iteration-count: infinite;
  393. animation-iteration-count: infinite;
  394. border-radius: 500rem;
  395. border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  396. border-style: solid;
  397. border-width: 0.2em;
  398. box-shadow: 0px 0px 0px 1px transparent;
  399. visibility: visible;
  400. z-index: 101;
  401. }
  402. @-webkit-keyframes segment-spin {
  403. from {
  404. -webkit-transform: rotate(0deg);
  405. transform: rotate(0deg);
  406. }
  407. to {
  408. -webkit-transform: rotate(360deg);
  409. transform: rotate(360deg);
  410. }
  411. }
  412. @keyframes segment-spin {
  413. from {
  414. -webkit-transform: rotate(0deg);
  415. transform: rotate(0deg);
  416. }
  417. to {
  418. -webkit-transform: rotate(360deg);
  419. transform: rotate(360deg);
  420. }
  421. }
  422. /*******************************
  423. Variations
  424. *******************************/
  425. /*-------------------
  426. Basic
  427. --------------------*/
  428. .ui.basic.segment {
  429. background: none transparent;
  430. box-shadow: none;
  431. border: none;
  432. border-radius: 0px;
  433. }
  434. /*-------------------
  435. Clearing
  436. --------------------*/
  437. .ui.clearing.segment:after {
  438. content: ".";
  439. display: block;
  440. height: 0;
  441. clear: both;
  442. visibility: hidden;
  443. }
  444. /*-------------------
  445. Colors
  446. --------------------*/
  447. /* Red */
  448. .ui.red.segment:not(.inverted) {
  449. border-top: 2px solid #DB2828;
  450. }
  451. .ui.inverted.red.segment {
  452. background-color: #DB2828 !important;
  453. color: #FFFFFF !important;
  454. }
  455. /* Orange */
  456. .ui.orange.segment:not(.inverted) {
  457. border-top: 2px solid #F2711C;
  458. }
  459. .ui.inverted.orange.segment {
  460. background-color: #F2711C !important;
  461. color: #FFFFFF !important;
  462. }
  463. /* Yellow */
  464. .ui.yellow.segment:not(.inverted) {
  465. border-top: 2px solid #FBBD08;
  466. }
  467. .ui.inverted.yellow.segment {
  468. background-color: #FBBD08 !important;
  469. color: #FFFFFF !important;
  470. }
  471. /* Olive */
  472. .ui.olive.segment:not(.inverted) {
  473. border-top: 2px solid #B5CC18;
  474. }
  475. .ui.inverted.olive.segment {
  476. background-color: #B5CC18 !important;
  477. color: #FFFFFF !important;
  478. }
  479. /* Green */
  480. .ui.green.segment:not(.inverted) {
  481. border-top: 2px solid #21BA45;
  482. }
  483. .ui.inverted.green.segment {
  484. background-color: #21BA45 !important;
  485. color: #FFFFFF !important;
  486. }
  487. /* Teal */
  488. .ui.teal.segment:not(.inverted) {
  489. border-top: 2px solid #00B5AD;
  490. }
  491. .ui.inverted.teal.segment {
  492. background-color: #00B5AD !important;
  493. color: #FFFFFF !important;
  494. }
  495. /* Blue */
  496. .ui.blue.segment:not(.inverted) {
  497. border-top: 2px solid #2185D0;
  498. }
  499. .ui.inverted.blue.segment {
  500. background-color: #2185D0 !important;
  501. color: #FFFFFF !important;
  502. }
  503. /* Violet */
  504. .ui.violet.segment:not(.inverted) {
  505. border-top: 2px solid #6435C9;
  506. }
  507. .ui.inverted.violet.segment {
  508. background-color: #6435C9 !important;
  509. color: #FFFFFF !important;
  510. }
  511. /* Purple */
  512. .ui.purple.segment:not(.inverted) {
  513. border-top: 2px solid #A333C8;
  514. }
  515. .ui.inverted.purple.segment {
  516. background-color: #A333C8 !important;
  517. color: #FFFFFF !important;
  518. }
  519. /* Pink */
  520. .ui.pink.segment:not(.inverted) {
  521. border-top: 2px solid #E03997;
  522. }
  523. .ui.inverted.pink.segment {
  524. background-color: #E03997 !important;
  525. color: #FFFFFF !important;
  526. }
  527. /* Brown */
  528. .ui.brown.segment:not(.inverted) {
  529. border-top: 2px solid #A5673F;
  530. }
  531. .ui.inverted.brown.segment {
  532. background-color: #A5673F !important;
  533. color: #FFFFFF !important;
  534. }
  535. /* Grey */
  536. .ui.grey.segment:not(.inverted) {
  537. border-top: 2px solid #767676;
  538. }
  539. .ui.inverted.grey.segment {
  540. background-color: #767676 !important;
  541. color: #FFFFFF !important;
  542. }
  543. /* Black */
  544. .ui.black.segment:not(.inverted) {
  545. border-top: 2px solid #1B1C1D;
  546. }
  547. .ui.inverted.black.segment {
  548. background-color: #1B1C1D !important;
  549. color: #FFFFFF !important;
  550. }
  551. /*-------------------
  552. Aligned
  553. --------------------*/
  554. .ui[class*="left aligned"].segment {
  555. text-align: left;
  556. }
  557. .ui[class*="right aligned"].segment {
  558. text-align: right;
  559. }
  560. .ui[class*="center aligned"].segment {
  561. text-align: center;
  562. }
  563. /*-------------------
  564. Floated
  565. --------------------*/
  566. .ui.floated.segment,
  567. .ui[class*="left floated"].segment {
  568. float: left;
  569. margin-right: 1em;
  570. }
  571. .ui[class*="right floated"].segment {
  572. float: right;
  573. margin-left: 1em;
  574. }
  575. /*-------------------
  576. Inverted
  577. --------------------*/
  578. .ui.inverted.segment {
  579. border: none;
  580. box-shadow: none;
  581. }
  582. .ui.inverted.segment,
  583. .ui.primary.inverted.segment {
  584. background: #1B1C1D;
  585. color: rgba(255, 255, 255, 0.9);
  586. }
  587. /* Nested */
  588. .ui.inverted.segment .segment {
  589. color: rgba(0, 0, 0, 0.87);
  590. }
  591. .ui.inverted.segment .inverted.segment {
  592. color: rgba(255, 255, 255, 0.9);
  593. }
  594. /* Attached */
  595. .ui.inverted.attached.segment {
  596. border-color: #555555;
  597. }
  598. /*-------------------
  599. Emphasis
  600. --------------------*/
  601. /* Secondary */
  602. .ui.secondary.segment {
  603. background: #F3F4F5;
  604. color: rgba(0, 0, 0, 0.6);
  605. }
  606. .ui.secondary.inverted.segment {
  607. background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  608. background: #4c4f52 linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  609. color: rgba(255, 255, 255, 0.8);
  610. }
  611. /* Tertiary */
  612. .ui.tertiary.segment {
  613. background: #DCDDDE;
  614. color: rgba(0, 0, 0, 0.6);
  615. }
  616. .ui.tertiary.inverted.segment {
  617. background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  618. background: #717579 linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  619. color: rgba(255, 255, 255, 0.8);
  620. }
  621. /*-------------------
  622. Attached
  623. --------------------*/
  624. /* Middle */
  625. .ui.attached.segment {
  626. top: 0px;
  627. bottom: 0px;
  628. border-radius: 0px;
  629. margin: 0em -1px;
  630. width: calc(100% + 2px );
  631. max-width: calc(100% + 2px );
  632. box-shadow: none;
  633. border: 1px solid #D4D4D5;
  634. }
  635. .ui.attached:not(.message) + .ui.attached.segment:not(.top) {
  636. border-top: none;
  637. }
  638. /* Top */
  639. .ui[class*="top attached"].segment {
  640. bottom: 0px;
  641. margin-bottom: 0em;
  642. top: 0px;
  643. margin-top: 1rem;
  644. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  645. }
  646. .ui.segment[class*="top attached"]:first-child {
  647. margin-top: 0em;
  648. }
  649. /* Bottom */
  650. .ui.segment[class*="bottom attached"] {
  651. bottom: 0px;
  652. margin-top: 0em;
  653. top: 0px;
  654. margin-bottom: 1rem;
  655. box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  656. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  657. }
  658. .ui.segment[class*="bottom attached"]:last-child {
  659. margin-bottom: 0em;
  660. }
  661. /*-------------------
  662. Size
  663. --------------------*/
  664. .ui.mini.segments .segment,
  665. .ui.mini.segment {
  666. font-size: 0.78571429rem;
  667. }
  668. .ui.tiny.segments .segment,
  669. .ui.tiny.segment {
  670. font-size: 0.85714286rem;
  671. }
  672. .ui.small.segments .segment,
  673. .ui.small.segment {
  674. font-size: 0.92857143rem;
  675. }
  676. .ui.segments .segment,
  677. .ui.segment {
  678. font-size: 1rem;
  679. }
  680. .ui.large.segments .segment,
  681. .ui.large.segment {
  682. font-size: 1.14285714rem;
  683. }
  684. .ui.big.segments .segment,
  685. .ui.big.segment {
  686. font-size: 1.28571429rem;
  687. }
  688. .ui.huge.segments .segment,
  689. .ui.huge.segment {
  690. font-size: 1.42857143rem;
  691. }
  692. .ui.massive.segments .segment,
  693. .ui.massive.segment {
  694. font-size: 1.71428571rem;
  695. }
  696. /*******************************
  697. Theme Overrides
  698. *******************************/
  699. /*******************************
  700. Site Overrides
  701. *******************************/