MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 24: | Line 24: | ||
/* MP: Hiding the | /* MP: Hiding the discussion, read, view history, view source tabs from the top to annon users */ | ||
/* Enabled for logged in users in https://www.commitcrm.com/wiki/MediaWiki:Group-user.css */ | /* Enabled for logged in users in https://www.commitcrm.com/wiki/MediaWiki:Group-user.css */ | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
#ca-view { display:none!important; } | |||
#ca-viewsource { display:none!important; } | #ca-viewsource { display:none!important; } | ||
Latest revision as of 09:38, 13 August 2014
/* CSS placed here will be applied to all skins */
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
}
.wikitable th,
.prettytable th {
background: #f2f2f2;
text-align: center;
}
.wikitable caption,
.prettytable caption {
font-weight: bold;
}
/* MP: Hiding the discussion, read, view history, view source tabs from the top to annon users */
/* Enabled for logged in users in https://www.commitcrm.com/wiki/MediaWiki:Group-user.css */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-view { display:none!important; }
#ca-viewsource { display:none!important; }