Actions

MediaWiki

Difference between revisions of "Common.css"

From Harath Rules

Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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,  {
table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td,  {
border: 3px #fff solid;
border-top: 3px #fff solid;
padding: 0em;
padding: 0em;
}
}


footer {
footer {
top-border: 3px #fff solid;
border-top: 3px #fff solid;
padding: 0em;
padding: 0em;
}
}

Revision as of 22:04, 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-top: 3px #fff solid;
padding: 0em;
}

footer {
border-top: 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;
}