MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
 
(22 intermediate revisions by the same user not shown)
Line 13: Line 13:
And all of it was because I wanted to add collapsible capability to some long code blocks on the WRT Article I was working on.  And I never got to the forking MariaDB fine tuning stuff because of it.  And next I get to do this on the RSS Wiki.
And all of it was because I wanted to add collapsible capability to some long code blocks on the WRT Article I was working on.  And I never got to the forking MariaDB fine tuning stuff because of it.  And next I get to do this on the RSS Wiki.


And in the end, decided on a slightly different format that made all of the trouble and below code moot.  But at least I solved a future problem today that I'll thank myself for later.
BJ 8.2020


*/
*/


/* Collapsible elements. Toggle-link moved to left.
/*
/* Margin around it adjusted. */


.mw-collapsible span.mw-collapsible-toggle {
.mw-collapsible span.mw-collapsible-toggle {
Line 24: Line 26:
     margin-right:1em;
     margin-right:1em;
}
}
footer {display:none;}
/* And 04.2022, because of some stupid reason, MediaWiki now puts padding around the EXTERNAL Class for links, so below is the solution; */
.external { padding:0px !important; }
/* see Mobile.css ( MediaWiki:Mobile.css ) for Footer modifications to eliminate the Last Edited by...  Footer Section */