Difference between revisions of "User:Pangaea/Compare changes"
Jump to navigation
Jump to search
(Quite some changes, so try to import directly from W3 CSS instead of Help wiki) |
(wikitable) |
||
Line 1: | Line 1: | ||
− | /* | + | /* Wikitable */ |
− | # | + | table.wikitable { |
− | + | background: transparent; | |
+ | border: none; | ||
+ | color: #373737; | ||
+ | margin: 0 0 10px 0; | ||
+ | padding: 3px 6px; | ||
} | } | ||
− | # | + | table.wikitable th, |
− | + | table.wikitable tr th, | |
+ | table.wikitable > tr > th, | ||
+ | table.wikitable > * > tr > th { | ||
+ | border: 1px solid #5a5a5a; | ||
+ | background: rgba(128,128,128,0.5); | ||
+ | color: var(--text-color); | ||
} | } | ||
− | + | table.wikitable td, | |
− | + | table.wikitable tr td, | |
− | + | table.wikitable > tr > td, | |
− | + | table.wikitable > * > tr > td { | |
− | + | border: 1px solid #5a5a5a; | |
− | + | background: transparent; | |
− | |||
− | |||
} | } | ||
− | + | /* Match CategoryTree arrow color with theme */ | |
− | + | .CategoryTreeToggle { color: #F37F20; } | |
− | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | .TablePager, | |
− | background- | + | .mw-datatable, |
− | + | table.mw_metadata { | |
+ | background-color: transparent; | ||
+ | border: 1px solid #969696; | ||
} | } | ||
− | + | .TablePager th, | |
− | + | .mw-datatable th, | |
− | + | table.mw_metadata th { | |
− | + | background-color: rgba(96, 96, 96, 0.5); | |
− | + | border: 1px solid #969696; | |
− | color: | + | color: #ffffff; |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | color: #ffffff | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | .TablePager tr:hover td, | |
− | + | .mw-datatable tr:hover td { | |
+ | background-color: rgba(128,128,128, 0.3) !important; | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
− | + | .TablePager th a, | |
− | + | .mw-datatable th a, | |
− | + | table.mw_metadata th a { | |
− | + | color: #FFFFFF !important; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | . | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | ||
− | + | .TablePager td, | |
− | + | .mw-datatable td, | |
− | + | table.mw_metadata td { | |
− | + | background-color: transparent; | |
− | + | border: 1px solid #969696; | |
− | |||
− | |||
− | |||
− | |||
− | background-color: | ||
− | |||
− | border | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 19:45, 13 July 2019
/* Wikitable */ table.wikitable {
background: transparent; border: none; color: #373737; margin: 0 0 10px 0; padding: 3px 6px;
}
table.wikitable th, table.wikitable tr th, table.wikitable > tr > th, table.wikitable > * > tr > th {
border: 1px solid #5a5a5a; background: rgba(128,128,128,0.5); color: var(--text-color);
}
table.wikitable td, table.wikitable tr td, table.wikitable > tr > td, table.wikitable > * > tr > td {
border: 1px solid #5a5a5a; background: transparent;
}
/* Match CategoryTree arrow color with theme */ .CategoryTreeToggle { color: #F37F20; }
.TablePager,
.mw-datatable,
table.mw_metadata {
background-color: transparent; border: 1px solid #969696;
}
.TablePager th, .mw-datatable th, table.mw_metadata th {
background-color: rgba(96, 96, 96, 0.5); border: 1px solid #969696; color: #ffffff;
}
.TablePager tr:hover td, .mw-datatable tr:hover td {
background-color: rgba(128,128,128, 0.3) !important; color: #ffffff;
}
.TablePager th a, .mw-datatable th a, table.mw_metadata th a {
color: #FFFFFF !important;
}
.TablePager td, .mw-datatable td, table.mw_metadata td {
background-color: transparent; border: 1px solid #969696;
}