Site Notice |
---|
Due to recent vandalism, all edits performed by IPs and new users will be reviewed before being published. This means it might take some time for your edit to show up. New accounts also have to be confirmed before being created. If you have any questions, contact one of the staff members on their talk page, or on the Discord server. |
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
m added thumbnail skin |
testing sortable table skin |
||
Line 73: | Line 73: | ||
table.wikitable caption, | table.wikitable caption, | ||
table.prettytable caption { | table.prettytable caption { | ||
margin-left: inherit; | |||
margin-right: inherit; | |||
} | |||
/* sortable table class for skinning sortable tables */ | |||
table.sortable { | |||
margin: 1em 1em 1em 0; | |||
background: ghostwhite; | |||
color:black; | |||
border: 1px #aaaaaa solid; | |||
border-collapse: collapse; | |||
} | |||
table.sortable th, table.sortable td { | |||
border: 1px #aaaaaa solid; | |||
padding: 0.2em; | |||
} | |||
table.sortable td { | |||
background: ghostwhite; | |||
} | |||
table.sortable th, | |||
table.sortable > tr > th, | |||
table.sortable > * > tr > th { | |||
background: #c0c0c0; | |||
text-align: center; | |||
} | |||
table.sortable caption { | |||
margin-left: inherit; | margin-left: inherit; | ||
margin-right: inherit; | margin-right: inherit; |