Difference between revisions of "MediaWiki:Common.css"
From VCMI Project Wiki
(Created page with "→CSS placed here will be applied to all skins: table.prettytable {margin:1em 1em 1em 0; border:1px solid #AAAAAA; border-collapse:collapse} table.prettytable th, table...") |
(Disable links to Talk pages) |
||
Line 9: | Line 9: | ||
table.prettytable caption | table.prettytable caption | ||
{margin-left:inherit; margin-right:inherit; font-size:larger; font-weight:bold} | {margin-left:inherit; margin-right:inherit; font-size:larger; font-weight:bold} | ||
+ | |||
+ | /* Disable links to talk pages */ | ||
+ | li#ca-talk | ||
+ | {display: none;} |
Latest revision as of 05:21, 3 September 2017
/* CSS placed here will be applied to all skins */
table.prettytable
{margin:1em 1em 1em 0; border:1px solid #AAAAAA; border-collapse:collapse}
table.prettytable th, table.prettytable td
{border:1px solid #AAAAAA; padding:0.2em}
table.prettytable caption
{margin-left:inherit; margin-right:inherit; font-size:larger; font-weight:bold}
/* Disable links to talk pages */
li#ca-talk
{display: none;}