From Worldpedia, the free encyclopedia
Tags: Mobile edit Mobile web edit |
Tags: Mobile edit Mobile web edit |
Line 1: |
Line 1: |
| /* All CSS here will be loaded for users of the mobile site */ | | /* All CSS here will be loaded for users of the mobile site */ |
| .wikitable {
| |
| width: 100% !important;
| |
| max-width: 100% !important;
| |
| overflow-x: hidden !important;
| |
| display: block !important;
| |
| table-layout: fixed !important;
| |
| word-wrap: break-word !important;
| |
| font-size: 14px !important;
| |
| }
| |
| .wikitable th, .wikitable td {
| |
| white-space: normal !important;
| |
| word-break: break-word !important;
| |
| }
| |
|
| |
| .wikitable img {
| |
| max-width: 90% !important;
| |
| height: auto !important;
| |
| display: block;
| |
| margin: 0 auto;
| |
| }
| |
Revision as of 00:03, 24 February 2025
/* All CSS here will be loaded for users of the mobile site */