123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
- /**
- * @file
- * User generated tables.
- */
- .forum table,
- .text-content table,
- .views-table,
- .draggable-table {
- margin-top: 2.25rem;
- margin-bottom: 2.25rem;
- border-spacing: 0;
- color: #313637;
- border: 0;
- border-collapse: collapse;
- font-family: metropolis, sans-serif;
- font-size: 1rem;
- line-height: 1.6875rem;
- }
- [dir="ltr"] .forum table caption,
- [dir="ltr"] .text-content table caption,
- [dir="ltr"] .views-table caption,
- [dir="ltr"] .draggable-table caption {
- text-align: left;
- }
- [dir="rtl"] .forum table caption,
- [dir="rtl"] .text-content table caption,
- [dir="rtl"] .views-table caption,
- [dir="rtl"] .draggable-table caption {
- text-align: right;
- }
- .forum table caption,
- .text-content table caption,
- .views-table caption,
- .draggable-table caption {
- margin-bottom: 1.125rem;
- color: #313637;
- font-family: Lora, georgia, serif;
- font-size: 0.875rem;
- font-style: italic;
- line-height: 1.125rem;
- }
- .forum table tr:last-child td,
- .text-content table tr:last-child td,
- .views-table tr:last-child td,
- .draggable-table tr:last-child td {
- border-bottom: 0;
- }
- [dir="ltr"] .forum table td,
- [dir="ltr"] .text-content table td,
- [dir="ltr"] .views-table td,
- [dir="ltr"] .draggable-table td,
- [dir="ltr"] .forum table th,
- [dir="ltr"] .text-content table th,
- [dir="ltr"] .views-table th,
- [dir="ltr"] .draggable-table th {
- padding-left: 0;
- }
- [dir="rtl"] .forum table td,
- [dir="rtl"] .text-content table td,
- [dir="rtl"] .views-table td,
- [dir="rtl"] .draggable-table td,
- [dir="rtl"] .forum table th,
- [dir="rtl"] .text-content table th,
- [dir="rtl"] .views-table th,
- [dir="rtl"] .draggable-table th {
- padding-right: 0;
- }
- [dir="ltr"] .forum table td,
- [dir="ltr"] .text-content table td,
- [dir="ltr"] .views-table td,
- [dir="ltr"] .draggable-table td,
- [dir="ltr"] .forum table th,
- [dir="ltr"] .text-content table th,
- [dir="ltr"] .views-table th,
- [dir="ltr"] .draggable-table th {
- padding-right: 1.125rem;
- }
- [dir="rtl"] .forum table td,
- [dir="rtl"] .text-content table td,
- [dir="rtl"] .views-table td,
- [dir="rtl"] .draggable-table td,
- [dir="rtl"] .forum table th,
- [dir="rtl"] .text-content table th,
- [dir="rtl"] .views-table th,
- [dir="rtl"] .draggable-table th {
- padding-left: 1.125rem;
- }
- .forum table td,
- .text-content table td,
- .views-table td,
- .draggable-table td,
- .forum table th,
- .text-content table th,
- .views-table th,
- .draggable-table th {
- padding-top: 1.125rem;
- padding-bottom: 1.125rem;
- vertical-align: top;
- }
- [dir="ltr"] .forum table th,
- [dir="ltr"] .text-content table th,
- [dir="ltr"] .views-table th,
- [dir="ltr"] .draggable-table th {
- margin-left: 0;
- }
- [dir="rtl"] .forum table th,
- [dir="rtl"] .text-content table th,
- [dir="rtl"] .views-table th,
- [dir="rtl"] .draggable-table th {
- margin-right: 0;
- }
- [dir="ltr"] .forum table th,
- [dir="ltr"] .text-content table th,
- [dir="ltr"] .views-table th,
- [dir="ltr"] .draggable-table th {
- margin-right: 0;
- }
- [dir="rtl"] .forum table th,
- [dir="rtl"] .text-content table th,
- [dir="rtl"] .views-table th,
- [dir="rtl"] .draggable-table th {
- margin-left: 0;
- }
- [dir="ltr"] .forum table th,
- [dir="ltr"] .text-content table th,
- [dir="ltr"] .views-table th,
- [dir="ltr"] .draggable-table th {
- text-align: left;
- }
- [dir="rtl"] .forum table th,
- [dir="rtl"] .text-content table th,
- [dir="rtl"] .views-table th,
- [dir="rtl"] .draggable-table th {
- text-align: right;
- }
- .forum table th,
- .text-content table th,
- .views-table th,
- .draggable-table th {
- margin-top: 0;
- margin-bottom: 0;
- letter-spacing: 0.02em;
- color: #0d1214;
- border-bottom: 2px solid #2494db;
- font-family: metropolis, sans-serif;
- font-size: 0.875rem;
- line-height: 1.125rem;
- /**
- * Fixes for styles injected by CKEditor
- */
- }
- [dir="ltr"] .forum table th.text-align-left,
- [dir="ltr"] .text-content table th.text-align-left,
- [dir="ltr"] .views-table th.text-align-left,
- [dir="ltr"] .draggable-table th.text-align-left {
- text-align: left;
- }
- [dir="rtl"] .forum table th.text-align-left,
- [dir="rtl"] .text-content table th.text-align-left,
- [dir="rtl"] .views-table th.text-align-left,
- [dir="rtl"] .draggable-table th.text-align-left {
- text-align: right;
- }
- [dir="ltr"] .forum table th.text-align-right,
- [dir="ltr"] .text-content table th.text-align-right,
- [dir="ltr"] .views-table th.text-align-right,
- [dir="ltr"] .draggable-table th.text-align-right {
- text-align: right;
- }
- [dir="rtl"] .forum table th.text-align-right,
- [dir="rtl"] .text-content table th.text-align-right,
- [dir="rtl"] .views-table th.text-align-right,
- [dir="rtl"] .draggable-table th.text-align-right {
- text-align: left;
- }
- .forum table th.text-align-center,
- .text-content table th.text-align-center,
- .views-table th.text-align-center,
- .draggable-table th.text-align-center {
- text-align: center;
- }
- .forum table th.text-align-justify,
- .text-content table th.text-align-justify,
- .views-table th.text-align-justify,
- .draggable-table th.text-align-justify {
- text-align: justify;
- }
- .forum table td,
- .text-content table td,
- .views-table td,
- .draggable-table td {
- white-space: normal;
- border-bottom: 2px solid #98abb9;
- }
- .forum table th.checkbox,
- .text-content table th.checkbox,
- .views-table th.checkbox,
- .draggable-table th.checkbox,
- .forum table td.checkbox,
- .text-content table td.checkbox,
- .views-table td.checkbox,
- .draggable-table td.checkbox {
- text-align: center;
- }
- .draggable-table {
- width: 100%;
- }
- .draggable-table .form-item {
- margin-top: 0;
- }
- .tablesort {
- vertical-align: middle;
- }
- .sticky-header {
- z-index: 0;
- margin: 0;
- border-bottom: 0.25rem solid #2494db;
- }
- /* Properly align VBO checkboxes. */
- .views-field-node-bulk-form .form-item {
- margin: 0;
- }
|