More actions
first try |
m Rayanth moved page User:Abelard andedare/common.css to User:Abelard Andedare/common.css: Automatically moved page while merging the account "Abelard andedare" to "Abelard Andedare" |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 3: | Line 3: | ||
* keep in sync with commonPrint.css | * keep in sync with commonPrint.css | ||
*/ | */ | ||
table. | table.wikitable { | ||
margin: 1em 0; | margin: 1em 0; | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
| Line 11: | Line 11: | ||
} | } | ||
table. | table.wikitable > tr > th, | ||
table. | table.wikitable > tr > td, | ||
table. | table.wikitable > * > tr > th, | ||
table. | table.wikitable > * > tr > td { | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
padding: 0.2em 0.4em; | padding: 0.2em 0.4em; | ||
} | } | ||
table. | table.wikitable > tr > th, | ||
table. | table.wikitable > * > tr > th { | ||
background-color: #eaecf0; | background-color: #eaecf0 !important; | ||
text-align: center; | text-align: center; | ||
} | } | ||
table. | table.wikitable > caption { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||