Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* START UNSET */
- /* Table */
- .entry-content table {
- width: unset;
- width: unset;
- width: unset;
- width: unset;
- max-width: unset;
- overflow-x: unset;
- word-break: unset; /* prevent from long text, such as URL, etc */
- margin: unset;
- line-height: unset;
- color: unset;
- }
- .entry-content tr {
- border-bottom: unset;
- }
- .entry-content tbody tr:hover {
- color: unset;
- background: unset;
- }
- .entry-content thead tr {
- border-bottom: unset;
- }
- .entry-content th, .entry-content td {
- font-size: unset;
- /* padding: unset; */
- text-align: unset;
- border-left: unset;
- border-right: unset;
- }
- .entry-content th {
- color: unset;
- /* font-weight: unset; */
- /* vertical-align: unset; */
- }
- .entry-content tbody tr:last-child,
- .entry-content th:first-child,
- .entry-content td:first-child,
- .entry-content th:last-child,
- .entry-content td:last-child {
- /* border: unset; */
- }
- .entry-content dt {
- font-weight: unset;
- }
- .entry-content dd {
- margin-bottom: unset;
- }
- .entry-content em, .entry-content cite {
- font-style: unset;
- }
- .entry-content ins {
- background: unset;
- }
- .entry-content sub, .entry-content sup {
- font-size: unset;
- }
- .entry-content sub {
- vertical-align: unset;
- bottom: unset;
- }
- .entry-content sup {
- vertical-align: unset;
- top: unset;
- }
- /* END UNSET */
- /* START CUSTOM TABLE */
- table, .wp-block-table {
- width: 100%!important;
- min-width: 240px!important;
- border-collapse: collapse!important;
- }
- table {
- display: table!important;
- /* border-collapse: separate!important; */
- box-sizing: border-box!important;
- text-indent: initial!important;
- border-spacing: 2px!important;
- border-color: grey!important;
- }
- tbody {
- display: table-row-group!important;
- vertical-align: middle!important;
- border-color: inherit!important;
- }
- tr {
- display: table-row!important;
- vertical-align: inherit!important;
- border-color: inherit!important;
- }
- table td, table th, .wp-block-table td, .wp-block-table th {
- padding: calc(0.5 * 30px)!important;
- border: 1px solid!important;
- }
- td {
- display: table-cell;
- vertical-align: inherit!important;
- }
- /* END CUSTOM TABLE */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement