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.

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