MediaWiki:Common.css: Difference between revisions
From StarFleet Bureau of Information
|
|
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
| /*<pre>*/
| |
| /*****
| |
| ** Table formatting
| |
| *****/
| |
| table.wikitable {
| |
| margin:1em 1em 1em 0;
| |
|
| |
| border:1px #AAAAAA solid;
| |
| border-collapse:collapse;
| |
| }
| |
|
| |
| table.wikitable th, table.wikitable td {
| |
| border:1px #AAAAAA solid;
| |
| padding:5;
| |
| spacing:0;
| |
| }
| |
|
| |
| table.wikitable th{
| |
| background:#F2F2F2;
| |
| text-align:center;
| |
| }
| |
|
| |
| table.wikitable caption {
| |
| margin-left:inherit;
| |
| margin-right:inherit;
| |
| }
| |
Latest revision as of 14:06, 2 June 2021
/* CSS placed here will be applied to all skins */