Difference between revisions of "MediaWiki:Common.css"

From LinnDocs
Jump to: navigation, search
m
m
Line 17: Line 17:
 
/* User Page tab */
 
/* User Page tab */
 
div.vectorTabs ul  li#ca-nstab-user { display:none!important; }
 
div.vectorTabs ul  li#ca-nstab-user { display:none!important; }
 +
 +
/* Collapsible text*/
 +
{{hidden
 +
| style = border:1px dashed red; width: 50%;
 +
| headerstyle = background: #ccccff; font-size: 110%;
 +
| contentstyle = text-align: center; color:green;
 +
| header = Title text here
 +
| content = Body text line 1<br />Body text line 2<br />Body text line 3
 +
}}

Revision as of 09:41, 22 March 2019

/* CSS placed here will be applied to all skins */

/*.tocnumber { display: none; } */

/* history tab */
div.vectorTabs ul li#ca-history {   visibility: hidden;}

/* Source code tab*/
div.vectorTabs ul  li#ca-viewsource {   visibility: hidden;}

/* Hide discussion tab */
div.vectorTabs ul  li#ca-talk {  display:none!important;}

/*User Read tab */
/*div.vectorTabs ul  li#ca-view { display:none!important; }*/

/* User Page tab */
div.vectorTabs ul  li#ca-nstab-user { display:none!important; }

/* Collapsible text*/
{{hidden
| style = border:1px dashed red; width: 50%;
| headerstyle = background: #ccccff; font-size: 110%;
| contentstyle = text-align: center; color:green;
| header = Title text here
| content = Body text line 1<br />Body text line 2<br />Body text line 3
}}