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