Actions

MediaWiki

Difference between revisions of "Common.css"

From Harath Rules

Line 3: Line 3:
border: 3px #fff solid;
border: 3px #fff solid;
padding: 0em;
padding: 0em;
}
h2, h3 {
border-bottom: 2px solid red;
}
}

Revision as of 03:43, 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;
}