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.

813 lines
18 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
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 - Table
  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. /*-------------------
  53. Page
  54. --------------------*/
  55. /*-------------------
  56. Background Colors
  57. --------------------*/
  58. /* Used for differentiating neutrals */
  59. /* Used for differentiating layers */
  60. /*-------------------
  61. Grid
  62. --------------------*/
  63. /*-------------------
  64. Breakpoints
  65. --------------------*/
  66. /*******************************
  67. Power-User
  68. *******************************/
  69. /*-------------------
  70. Icons
  71. --------------------*/
  72. /* Max Width of Icon */
  73. /*-------------------
  74. Easing
  75. --------------------*/
  76. /*--- Light Variations ---*/
  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. Table
  132. *******************************/
  133. /*-------------------
  134. Element
  135. --------------------*/
  136. /*--------------
  137. Parts
  138. ---------------*/
  139. /* Table Row */
  140. /* Table Cell */
  141. /* Table Header */
  142. /* Table Footer */
  143. /* Responsive Size */
  144. /*--------------
  145. Couplings
  146. ---------------*/
  147. /*--------------
  148. States
  149. ---------------*/
  150. /* Positive */
  151. /* Negative */
  152. /* Error */
  153. /* Warning */
  154. /* Active */
  155. /*--------------
  156. Types
  157. ---------------*/
  158. /* Striped */
  159. /* Sortable */
  160. /* Colors */
  161. /* Inverted */
  162. /* Definition */
  163. /* Basic */
  164. /* Padded */
  165. /* Sizes */
  166. /*------------------
  167. Load Theme
  168. -------------------*/
  169. /*------------------
  170. Load Site
  171. -------------------*/
  172. /*******************************
  173. User Global Variables
  174. *******************************/
  175. /*******************************
  176. User Variable Overrides
  177. *******************************/
  178. /*------------------
  179. Override Mix-in
  180. -------------------*/
  181. /*******************************
  182. Table
  183. *******************************/
  184. /* Prototype */
  185. .ui.table {
  186. width: 100%;
  187. background: #ffffff;
  188. margin: 1em 0em;
  189. border: 1px solid #d0d0d0;
  190. box-shadow: none;
  191. border-radius: 0.25rem;
  192. color: rgba(0, 0, 0, 0.8);
  193. border-collapse: separate;
  194. border-spacing: 0px;
  195. }
  196. .ui.table:first-child {
  197. margin-top: 0em;
  198. }
  199. .ui.table:last-child {
  200. margin-bottom: 0em;
  201. }
  202. /*******************************
  203. Parts
  204. *******************************/
  205. /* Table Content */
  206. .ui.table th,
  207. .ui.table td {
  208. -webkit-transition: all 0.2s ease;
  209. transition: all 0.2s ease;
  210. }
  211. /* Headers */
  212. .ui.table thead {
  213. box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
  214. }
  215. .ui.table thead th {
  216. cursor: auto;
  217. background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  218. background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  219. text-align: left;
  220. color: rgba(0, 0, 0, 0.8);
  221. padding: 0.7em 0.8em;
  222. vertical-align: middle;
  223. font-style: none;
  224. font-weight: bold;
  225. text-transform: none;
  226. border-bottom: 1px solid #dddddd;
  227. border-left: none;
  228. }
  229. .ui.table thead th:first-child {
  230. border-radius: 0.25rem 0em 0em 0em;
  231. border-left: none;
  232. }
  233. .ui.table thead th:last-child {
  234. border-radius: 0em 0.25rem 0em 0em;
  235. }
  236. /* Footer */
  237. .ui.table tfoot {
  238. box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.05);
  239. }
  240. .ui.table tfoot th {
  241. cursor: auto;
  242. border-top: 1px solid #dddddd;
  243. background: rgba(0, 0, 0, 0.05);
  244. text-align: left;
  245. color: rgba(0, 0, 0, 0.8);
  246. padding: 0.7em 0.8em;
  247. vertical-align: middle;
  248. font-style: italic;
  249. font-weight: normal;
  250. text-transform: none;
  251. }
  252. .ui.table tfoot th:first-child {
  253. border-radius: 0em 0em 0em 0.25rem;
  254. }
  255. .ui.table tfoot th:last-child {
  256. border-radius: 0em 0em 0.25rem 0em;
  257. }
  258. /* Table Row */
  259. .ui.table tr td {
  260. border-top: 1px solid #dddddd;
  261. }
  262. .ui.table tr:first-child td {
  263. border-top: none;
  264. }
  265. /* Table Cells */
  266. .ui.table td {
  267. padding: 0.7em 0.8em;
  268. vertical-align: middle;
  269. }
  270. /* Icons */
  271. .ui.table > .icon {
  272. vertical-align: baseline;
  273. }
  274. .ui.table > .icon:only-child {
  275. margin: 0em;
  276. }
  277. /* Table Segment */
  278. .ui.table.segment {
  279. padding: 0em;
  280. }
  281. .ui.table.segment:after {
  282. display: none;
  283. }
  284. .ui.table.segment.stacked:after {
  285. display: block;
  286. }
  287. /* Responsive */
  288. @media only screen and (max-width: 768px) {
  289. .ui.table {
  290. display: block;
  291. padding: 0em;
  292. }
  293. .ui.table thead {
  294. display: none;
  295. }
  296. .ui.table tfoot {
  297. display: none;
  298. }
  299. .ui.table tbody {
  300. display: block;
  301. }
  302. .ui.table tr {
  303. display: block;
  304. }
  305. .ui.table tr > td {
  306. width: 100% !important;
  307. display: block;
  308. border: none !important;
  309. padding: 0.25em 0.75em;
  310. box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  311. }
  312. .ui.table td:first-child {
  313. font-weight: bold;
  314. padding-top: 1em;
  315. }
  316. .ui.table td:last-child {
  317. box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
  318. padding-bottom: 1em;
  319. }
  320. /* Clear BG Colors */
  321. .ui.table tr > td.warning,
  322. .ui.table tr > td.error,
  323. .ui.table tr > td.active,
  324. .ui.table tr > td.positive,
  325. .ui.table tr > td.negative {
  326. background-color: transparent !important;
  327. }
  328. }
  329. /*******************************
  330. States
  331. *******************************/
  332. /*--------------
  333. Positive
  334. ---------------*/
  335. .ui.table tr.positive,
  336. .ui.table td.positive {
  337. box-shadow: 2px 0px 0px #119000 inset;
  338. }
  339. .ui.table tr.positive td,
  340. .ui.table td.positive {
  341. background: #f2f8f0 !important;
  342. color: #119000 !important;
  343. }
  344. .ui.celled.table tr.positive:hover td,
  345. .ui.celled.table tr:hover td.positive,
  346. .ui.table tr.positive:hover td,
  347. .ui.table td:hover.positive,
  348. .ui.table th:hover.positive {
  349. background: #ecf5e9 !important;
  350. color: #119000 !important;
  351. }
  352. /*--------------
  353. Negative
  354. ---------------*/
  355. .ui.table tr.negative,
  356. .ui.table td.negative {
  357. box-shadow: 2px 0px 0px #cd2929 inset;
  358. }
  359. .ui.table tr.negative td,
  360. .ui.table td.negative {
  361. background: #f9f4f4 !important;
  362. color: #cd2929 !important;
  363. }
  364. .ui.celled.table tr.negative:hover td,
  365. .ui.celled.table tr:hover td.negative,
  366. .ui.table tr.negative:hover td,
  367. .ui.table td:hover.negative,
  368. .ui.table th:hover.negative {
  369. background: #f2e8e8 !important;
  370. color: #cd2929 !important;
  371. }
  372. /*--------------
  373. Error
  374. ---------------*/
  375. .ui.table tr.error,
  376. .ui.table td.error {
  377. box-shadow: 2px 0px 0px #cd2929 inset;
  378. }
  379. .ui.table tr.error td,
  380. .ui.table td.error {
  381. background: #f9f4f4 !important;
  382. color: #cd2929 !important;
  383. }
  384. .ui.celled.table tr.error:hover td,
  385. .ui.celled.table tr:hover td.error,
  386. .ui.table tr.error:hover td,
  387. .ui.table td:hover.error,
  388. .ui.table th:hover.error {
  389. background: #f2e8e8 !important;
  390. color: #cd2929 !important;
  391. }
  392. /*--------------
  393. Warning
  394. ---------------*/
  395. .ui.table tr.warning,
  396. .ui.table td.warning {
  397. box-shadow: 2px 0px 0px #7d6c00 inset;
  398. }
  399. .ui.table tr.warning td,
  400. .ui.table td.warning {
  401. background: #fbf6e9 !important;
  402. color: #7d6c00 !important;
  403. }
  404. .ui.celled.table tr.warning:hover td,
  405. .ui.celled.table tr:hover td.warning,
  406. .ui.table tr.warning:hover td,
  407. .ui.table td:hover.warning,
  408. .ui.table th:hover.warning {
  409. background: #f3eddc !important;
  410. color: #cd2929 !important;
  411. }
  412. /*--------------
  413. Active
  414. ---------------*/
  415. .ui.table tr.active,
  416. .ui.table td.active {
  417. box-shadow: 2px 0px 0px rgba(50, 50, 50, 0.9) inset;
  418. }
  419. .ui.table tr.active td,
  420. .ui.table td.active {
  421. background: #e0e0e0 !important;
  422. color: rgba(50, 50, 50, 0.9) !important;
  423. }
  424. .ui.celled.table tr.active:hover td,
  425. .ui.celled.table tr:hover td.active,
  426. .ui.table tr.active:hover td,
  427. .ui.table td:hover.active,
  428. .ui.table th:hover.active {
  429. background: #e0e0e0 !important;
  430. color: rgba(50, 50, 50, 0.9) !important;
  431. }
  432. /*--------------
  433. Disabled
  434. ---------------*/
  435. .ui.table tr.disabled td,
  436. .ui.table tr td.disabled,
  437. .ui.table tr.disabled:hover td,
  438. .ui.table tr:hover td.disabled {
  439. color: rgba(150, 150, 150, 0.3);
  440. }
  441. /*******************************
  442. Variations
  443. *******************************/
  444. /*--------------
  445. Striped
  446. ---------------*/
  447. /* Table Striping */
  448. .ui.striped.table > tr:nth-child(2n),
  449. .ui.striped.table tbody tr:nth-child(2n) {
  450. background-color: rgba(0, 0, 50, 0.03);
  451. }
  452. /* Stripes */
  453. .ui.inverted.striped.table > tr:nth-child(2n),
  454. .ui.inverted.striped.table tbody tr:nth-child(2n) {
  455. background-color: rgba(255, 255, 255, 0.06);
  456. }
  457. /*-------------------
  458. Colors
  459. --------------------*/
  460. .ui.black.table {
  461. border-top: 0.2em solid #191919;
  462. border-radius: 0.25rem;
  463. }
  464. .ui.blue.table {
  465. border-top: 0.2em solid #0074d9;
  466. border-radius: 0.25rem;
  467. }
  468. .ui.green.table {
  469. border-top: 0.2em solid #2ecc40;
  470. border-radius: 0.25rem;
  471. }
  472. .ui.orange.table {
  473. border-top: 0.2em solid #ff851b;
  474. border-radius: 0.25rem;
  475. }
  476. .ui.pink.table {
  477. border-top: 0.2em solid #d9499a;
  478. border-radius: 0.25rem;
  479. }
  480. .ui.purple.table {
  481. border-top: 0.2em solid #a24096;
  482. border-radius: 0.25rem;
  483. }
  484. .ui.red.table {
  485. border-top: 0.2em solid #ff4136;
  486. border-radius: 0.25rem;
  487. }
  488. .ui.teal.table {
  489. border-top: 0.2em solid #39cccc;
  490. border-radius: 0.25rem;
  491. }
  492. .ui.yellow.table {
  493. border-top: 0.2em solid #ffcb08;
  494. border-radius: 0.25rem;
  495. }
  496. /*-------------------
  497. Inverted Colors
  498. --------------------*/
  499. .ui.inverted.table,
  500. .ui.inverted.black.table {
  501. background-color: #191919 !important;
  502. border-radius: 0.25rem;
  503. color: #ffffff !important;
  504. }
  505. .ui.inverted.blue.table {
  506. background-color: #0074d9 !important;
  507. border-radius: 0.25rem;
  508. color: #ffffff !important;
  509. }
  510. .ui.inverted.green.table {
  511. background-color: #2ecc40 !important;
  512. border-radius: 0.25rem;
  513. color: #ffffff !important;
  514. }
  515. .ui.inverted.orange.table {
  516. background-color: #ff851b !important;
  517. border-radius: 0.25rem;
  518. color: #ffffff !important;
  519. }
  520. .ui.inverted.pink.table {
  521. background-color: #d9499a !important;
  522. border-radius: 0.25rem;
  523. color: #ffffff !important;
  524. }
  525. .ui.inverted.purple.table {
  526. background-color: #a24096 !important;
  527. border-radius: 0.25rem;
  528. color: #ffffff !important;
  529. }
  530. .ui.inverted.red.table {
  531. background-color: #ff4136 !important;
  532. border-radius: 0.25rem;
  533. color: #ffffff !important;
  534. }
  535. .ui.inverted.teal.table {
  536. background-color: #39cccc !important;
  537. border-radius: 0.25rem;
  538. color: #ffffff !important;
  539. }
  540. .ui.inverted.yellow.table {
  541. background-color: #ffcb08 !important;
  542. border-radius: 0.25rem;
  543. color: #ffffff !important;
  544. }
  545. /*--------------
  546. Column Count
  547. ---------------*/
  548. /* Grid Based */
  549. .ui.one.column.table td {
  550. width: 100%;
  551. }
  552. .ui.two.column.table td {
  553. width: 50%;
  554. }
  555. .ui.three.column.table td {
  556. width: 33.33333333%;
  557. }
  558. .ui.four.column.table td {
  559. width: 25%;
  560. }
  561. .ui.five.column.table td {
  562. width: 20%;
  563. }
  564. .ui.six.column.table td {
  565. width: 16.66666667%;
  566. }
  567. .ui.seven.column.table td {
  568. width: 14.28571429%;
  569. }
  570. .ui.eight.column.table td {
  571. width: 12.5%;
  572. }
  573. .ui.nine.column.table td {
  574. width: 11.11111111%;
  575. }
  576. .ui.ten.column.table td {
  577. width: 10%;
  578. }
  579. .ui.eleven.column.table td {
  580. width: 9.09090909%;
  581. }
  582. .ui.twelve.column.table td {
  583. width: 8.33333333%;
  584. }
  585. .ui.thirteen.column.table td {
  586. width: 7.69230769%;
  587. }
  588. .ui.fourteen.column.table td {
  589. width: 7.14285714%;
  590. }
  591. .ui.fifteen.column.table td {
  592. width: 6.66666667%;
  593. }
  594. .ui.sixteen.column.table td {
  595. width: 6.25%;
  596. }
  597. /* Column Width */
  598. .ui.table th.one.wide,
  599. .ui.table td.one.wide {
  600. width: 6.25%;
  601. }
  602. .ui.table th.two.wide,
  603. .ui.table td.two.wide {
  604. width: 12.5%;
  605. }
  606. .ui.table th.three.wide,
  607. .ui.table td.three.wide {
  608. width: 18.75%;
  609. }
  610. .ui.table th.four.wide,
  611. .ui.table td.four.wide {
  612. width: 25%;
  613. }
  614. .ui.table th.five.wide,
  615. .ui.table td.five.wide {
  616. width: 31.25%;
  617. }
  618. .ui.table th.six.wide,
  619. .ui.table td.six.wide {
  620. width: 37.5%;
  621. }
  622. .ui.table th.seven.wide,
  623. .ui.table td.seven.wide {
  624. width: 43.75%;
  625. }
  626. .ui.table th.eight.wide,
  627. .ui.table td.eight.wide {
  628. width: 50%;
  629. }
  630. .ui.table th.nine.wide,
  631. .ui.table td.nine.wide {
  632. width: 56.25%;
  633. }
  634. .ui.table th.ten.wide,
  635. .ui.table td.ten.wide {
  636. width: 62.5%;
  637. }
  638. .ui.table th.eleven.wide,
  639. .ui.table td.eleven.wide {
  640. width: 68.75%;
  641. }
  642. .ui.table th.twelve.wide,
  643. .ui.table td.twelve.wide {
  644. width: 75%;
  645. }
  646. .ui.table th.thirteen.wide,
  647. .ui.table td.thirteen.wide {
  648. width: 81.25%;
  649. }
  650. .ui.table th.fourteen.wide,
  651. .ui.table td.fourteen.wide {
  652. width: 87.5%;
  653. }
  654. .ui.table th.fifteen.wide,
  655. .ui.table td.fifteen.wide {
  656. width: 93.75%;
  657. }
  658. .ui.table th.sixteen.wide,
  659. .ui.table td.sixteen.wide {
  660. width: 100%;
  661. }
  662. /*--------------
  663. Celled
  664. ---------------*/
  665. .ui.celled.table th,
  666. .ui.celled.table td {
  667. border-left: 1px solid #dddddd;
  668. }
  669. .ui.celled.table th:first-child,
  670. .ui.celled.table td:first-child {
  671. border-left: none;
  672. }
  673. /*--------------
  674. Sortable
  675. ---------------*/
  676. .ui.sortable.table thead th {
  677. cursor: pointer;
  678. white-space: nowrap;
  679. color: rgba(0, 0, 0, 0.8);
  680. }
  681. .ui.sortable.table thead th.sorted,
  682. .ui.sortable.table thead th.sorted:hover {
  683. -webkit-user-select: none;
  684. -moz-user-select: none;
  685. -ms-user-select: none;
  686. user-select: none;
  687. }
  688. .ui.sortable.table thead th:after {
  689. display: inline-block;
  690. content: '';
  691. width: 1em;
  692. opacity: 0.8;
  693. margin: 0em 0em 0em 0.5em;
  694. font-family: 'Icons';
  695. font-style: normal;
  696. font-weight: normal;
  697. text-decoration: inherit;
  698. }
  699. .ui.sortable.table thead th.ascending:after {
  700. content: '\f0d7';
  701. }
  702. .ui.sortable.table thead th.descending:after {
  703. content: '\f0d8';
  704. }
  705. /* Sortable Hover */
  706. .ui.sortable.table th.disabled:hover {
  707. cursor: auto;
  708. color: rgba(0, 0, 0, 0.2);
  709. }
  710. .ui.sortable.table thead th:hover {
  711. background: rgba(0, 0, 0, 0.05);
  712. color: rgba(0, 0, 0, 0.8);
  713. }
  714. /* Inverted Sortable */
  715. .ui.inverted.sortable.table thead th:hover {
  716. background-color: rgba(255, 255, 255, 0.01);
  717. color: #ffffff;
  718. }
  719. /*--------------
  720. Inverted
  721. ---------------*/
  722. /* Text Color */
  723. .ui.inverted.table {
  724. background: #333333;
  725. color: #ffffff;
  726. border: none;
  727. }
  728. .ui.inverted.table th {
  729. background-color: rgba(0, 0, 0, 0.15);
  730. border-color: rgba(0, 0, 0, 0.2);
  731. color: rgba(255, 255, 255, 0.9);
  732. }
  733. .ui.inverted.table tr td {
  734. border-color: rgba(0, 0, 0, 0.2);
  735. }
  736. /*--------------
  737. Definition
  738. ---------------*/
  739. .ui.definition.table td:first-child {
  740. background: '';
  741. font-weight: bold;
  742. color: rgba(0, 0, 0, 0.8);
  743. }
  744. /*--------------
  745. Collapsing
  746. ---------------*/
  747. .ui.collapsing.table {
  748. width: auto;
  749. }
  750. /*--------------
  751. Basic
  752. ---------------*/
  753. .ui.basic.table {
  754. background: transparent;
  755. border: none;
  756. }
  757. .ui.basic.table th {
  758. background-color: transparent;
  759. border-left: none;
  760. }
  761. .ui.basic.table tbody tr {
  762. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  763. }
  764. .ui.basic.table td {
  765. background: transparent;
  766. }
  767. .ui.basic.table th,
  768. .ui.basic.table td {
  769. padding: 0.8em 0em;
  770. }
  771. .ui.basic.striped.table tbody tr:nth-child(2n) {
  772. background-color: transparent !important;
  773. }
  774. /*--------------
  775. Padded
  776. ---------------*/
  777. .ui.padded.table th,
  778. .ui.padded.table td {
  779. padding: 1em 1em;
  780. }
  781. .ui.compact.table td {
  782. padding: 0.5em 0.8em;
  783. }
  784. /*--------------
  785. Sizes
  786. ---------------*/
  787. /* Small */
  788. .ui.small.table {
  789. font-size: 0.9em;
  790. }
  791. /* Standard */
  792. .ui.table {
  793. font-size: 1em;
  794. }
  795. /* Large */
  796. .ui.large.table {
  797. font-size: 1.1em;
  798. }
  799. /*******************************
  800. Overrides
  801. *******************************/
  802. /*******************************
  803. Overrides
  804. *******************************/