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.

880 lines
17 KiB

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