Difference between revisions of "MediaWiki:Common.css"
| (17 intermediate revisions by 3 users not shown) | |||
| Line 3: | Line 3: | ||
/* use a <div class="noautonum"> around a page to suppress autonumbering of sections. */ | /* use a <div class="noautonum"> around a page to suppress autonumbering of sections. */ | ||
| + | |||
| + | #n-VPN-Setup{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | #n-Basic-Linux{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | #n-SSH-client-setup{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | #n-Glossary-for-Clusters{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | #n-Intro-to-Clusters{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | #n-Available-Software{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | #n-Installing-Software{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | #n-Using-Software{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | #n-Submitting-Jobs{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | #n-Checking-Job-Status{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | #n-Writing-Script{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | |||
| + | #n-Your-Accounts{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | #n-Data-Storage{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
| + | #n-LSF-Jobs{ | ||
| + | margin-left: 20px!important; | ||
| + | } | ||
.noautonum .tocnumber { display: none; } | .noautonum .tocnumber { display: none; } | ||
.noautonum .mw-headline-number { display: none; } | .noautonum .mw-headline-number { display: none; } | ||
Latest revision as of 02:09, 12 December 2020
/* CSS placed here will be applied to all skins */
/* use a <div class="noautonum"> around a page to suppress autonumbering of sections. */
#n-VPN-Setup{
margin-left: 20px!important;
}
#n-Basic-Linux{
margin-left: 20px!important;
}
#n-SSH-client-setup{
margin-left: 20px!important;
}
#n-Glossary-for-Clusters{
margin-left: 20px!important;
}
#n-Intro-to-Clusters{
margin-left: 20px!important;
}
#n-Available-Software{
margin-left: 20px!important;
}
#n-Installing-Software{
margin-left: 20px!important;
}
#n-Using-Software{
margin-left: 20px!important;
}
#n-Submitting-Jobs{
margin-left: 20px!important;
}
#n-Checking-Job-Status{
margin-left: 20px!important;
}
#n-Writing-Script{
margin-left: 20px!important;
}
#n-Your-Accounts{
margin-left: 20px!important;
}
#n-Data-Storage{
margin-left: 20px!important;
}
#n-LSF-Jobs{
margin-left: 20px!important;
}
.noautonum .tocnumber { display: none; }
.noautonum .mw-headline-number { display: none; }