Difference between revisions of "Common.css"
From Harath Rules
| Line 2: | Line 2: | ||
table tr td { | table tr td { | ||
padding: 0; | padding: 0 1em 0 1em; | ||
font-size: 100%; | font-size: 100%; | ||
color: inherit; | color: inherit; | ||
} | } | ||
table tr th | table tr th { | ||
padding: 0; | padding: 0 1em 0 1em; | ||
font-size: 100%; | font-size: 100%; | ||
color: red; | color: red; | ||
Revision as of 15:49, 27 December 2020
/* CSS placed here will be applied to all skins */
table tr td {
padding: 0 1em 0 1em;
font-size: 100%;
color: inherit;
}
table tr th {
padding: 0 1em 0 1em;
font-size: 100%;
color: red;
}
table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td {
border: 0px #fff solid;
padding: 0 1em 0 1em;
}
table.wikitable {
margin: 0;
}
footer {
border-top: 3px solid red;
padding: 0em;
}
h2, h3 {
border-bottom: 2px solid red;
}
#toc, .toc {
float: right;
background-color: white;
}
#toc h2 {
margin-top: 0em;
line-height: 1em;
}