Difference between revisions of "Template:2024/Schedule/styles.css"
Jump to navigation
Jump to search
SuperHamster (talk | contribs) (Creating stylesheet) |
SuperHamster (talk | contribs) (Add table CSS classes) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | .wikitable { |
||
+ | vertical-align: top; |
||
+ | font-size: 85%; |
||
+ | line-height: 1.3em; |
||
+ | background-color: GhostWhite; |
||
+ | width: 100%; |
||
+ | text-align: center; |
||
+ | } |
||
+ | |||
+ | .table-title { |
||
+ | background: #99DDFF; |
||
+ | } |
||
+ | .table-plenary { |
||
+ | background: #EEDD88; |
||
+ | padding: 15px 5px; |
||
+ | vertical-align: middle; |
||
+ | } |
||
+ | .table-break { |
||
+ | background: #BBCC33; |
||
+ | padding: 15px 5px; |
||
+ | vertical-align: middle; |
||
+ | } |
||
+ | |||
td { |
td { |
||
− | height: |
+ | min-height: 30px; |
} |
} |
Latest revision as of 01:44, 20 August 2024
.wikitable {
vertical-align: top;
font-size: 85%;
line-height: 1.3em;
background-color: GhostWhite;
width: 100%;
text-align: center;
}
.table-title {
background: #99DDFF;
}
.table-plenary {
background: #EEDD88;
padding: 15px 5px;
vertical-align: middle;
}
.table-break {
background: #BBCC33;
padding: 15px 5px;
vertical-align: middle;
}
td {
min-height: 30px;
}