Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 36: | Line 36: | ||
border: 1px #aaa solid; | border: 1px #aaa solid; | ||
padding: 0.2em; | padding: 0.2em; | ||
| + | align-text: center; | ||
} | } | ||
table.pj-table > tr > th, | table.pj-table > tr > th, | ||
| Line 47: | Line 48: | ||
table.pj-table div.race-class { | table.pj-table div.race-class { | ||
margin-bottom: 0; | margin-bottom: 0; | ||
| + | font-size: small; | ||
} | } | ||
table.pj-table div.origin { | table.pj-table div.origin { | ||
Revision as of 15:30, 15 December 2017
/* CSS placed here will be applied to all skins */
.character-inner-table {
border: 1px black solid;
width: 100%;
border-spacing: 0;
border-collapse: collapse;
padding: 2px;
}
.character-inner-table tr td {
border: 1px black solid;
}
.character-table-header {
width: 1%;
font-weight: bold;
background-color: silver;
}
.character-table-enfasis {
background-color: light-gray;
}
table.pj-table {
margin: 1em 1em 1em 0;
background-color: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
color: black;
}
table.pj-table > tr > th,
table.pj-table > tr > td,
table.pj-table > * > tr > th,
table.pj-table > * > tr > td {
border: 1px #aaa solid;
padding: 0.2em;
align-text: center;
}
table.pj-table > tr > th,
table.pj-table > * > tr > th {
background-color: #f2f2f2;
text-align: center;
}
table.pj-table > caption {
font-weight: bold;
}
table.pj-table div.race-class {
margin-bottom: 0;
font-size: small;
}
table.pj-table div.origin {
margin-bottom: 0;
}
table.pj-table div.achievements {
margin-bottom: 0;
}