Line 249: |
Line 249: |
| background-color: #fff; | | background-color: #fff; |
| cursor: pointer; | | cursor: pointer; |
− | border: 1px solid #a2a9b1;
| + | border: none !important; |
| margin: 0; | | margin: 0; |
| margin-top: -2px; | | margin-top: -2px; |
Line 349: |
Line 349: |
| border: none !important; | | border: none !important; |
| border-collapse: collapse; | | border-collapse: collapse; |
| + | } |
| + | |
| + | .wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { |
| + | border: none !important; |
| + | padding: 0.2em 0.4em; |
| } | | } |
| | | |
Line 359: |
Line 364: |
| .navbox { /* Navbox container style */ | | .navbox { /* Navbox container style */ |
| box-sizing: border-box; | | box-sizing: border-box; |
− | border: 1px solid #a2a9b1; | + | border: none !important; |
| width: 100%; | | width: 100%; |
| clear: both; | | clear: both; |
Line 657: |
Line 662: |
| .infobox.bordered td, | | .infobox.bordered td, |
| .infobox.bordered th { | | .infobox.bordered th { |
− | border: 1px solid #a2a9b1;
| + | border: none !important; |
| } | | } |
| | | |
Line 900: |
Line 905: |
| table.ambox { | | table.ambox { |
| margin: 0 10%; /* 10% = Will not overlap with other elements */ | | margin: 0 10%; /* 10% = Will not overlap with other elements */ |
− | border: 1px solid #a2a9b1;
| + | border: none !important; |
| /* @noflip */ | | /* @noflip */ |
| border-left: 10px solid #36c; /* Default "notice" blue */ | | border-left: 10px solid #36c; /* Default "notice" blue */ |
Line 959: |
Line 964: |
| table.ambox-protection { | | table.ambox-protection { |
| /* @noflip */ | | /* @noflip */ |
− | border-left: 10px solid #a2a9b1; /* Gray-gold */
| + | border: none !important; /* Gray-gold */ |
| } | | } |
| | | |
Line 1,006: |
Line 1,011: |
| | | |
| table.imbox-protection { | | table.imbox-protection { |
− | border: 1px solid #a2a9b1; /* Gray-gold */
| + | border: none !important; /* Gray-gold */ |
| } | | } |
| | | |
Line 1,022: |
Line 1,027: |
| margin: 3px 10%; | | margin: 3px 10%; |
| border-collapse: collapse; | | border-collapse: collapse; |
− | border: 1px solid #a2a9b1;
| + | border: none !important; |
| background-color: #dfe8ff; /* Default "notice" blue */ | | background-color: #dfe8ff; /* Default "notice" blue */ |
| box-sizing: border-box; | | box-sizing: border-box; |
Line 1,062: |
Line 1,067: |
| margin: 4px 10%; | | margin: 4px 10%; |
| border-collapse: collapse; | | border-collapse: collapse; |
− | border: 1px solid #a2a9b1; /* Default "notice" gray */
| + | border: none !important; /* Default "notice" gray */ |
| background-color: #f8f9fa; | | background-color: #f8f9fa; |
| box-sizing: border-box; | | box-sizing: border-box; |
Line 1,068: |
Line 1,073: |
| | | |
| table.ombox-notice { | | table.ombox-notice { |
− | border: 1px solid #a2a9b1; /* Gray */
| + | border: none !important; /* Gray */ |
| } | | } |
| | | |
Line 1,093: |
Line 1,098: |
| | | |
| table.ombox-protection { | | table.ombox-protection { |
− | border: 2px solid #a2a9b1; /* Gray-gold */
| + | border: none !important; /* Gray-gold */ |
| } | | } |
| | | |
Line 1,151: |
Line 1,156: |
| margin: 0.2em 0; | | margin: 0.2em 0; |
| width: 100%; | | width: 100%; |
− | border: 1px solid #a2a9b1;
| + | border: none !important; |
| background-color: #f8f9fa; /* Default "system" gray */ | | background-color: #f8f9fa; /* Default "system" gray */ |
| box-sizing: border-box; | | box-sizing: border-box; |