MediaWiki

Difference between revisions of "Common.css"

(Ongoing REDIRECT link test.)
Line 2: Line 2:
 
display: none;
 
display: none;
 
}
 
}
a.mw-redirect { color: purple; opacity: 0.7; } /* test*/
+
 
 +
/*HOW TO INTEGRATE NEW CSS:
 +
1) Testing new css : use your inspector and test around ;
 +
2) Sharing new css with community: add your code to [[MediaWiki:Common.css]]
 +
3) Accepted CSS enhancement : must be submit to github's LinguaLibre skin:
 +
https://github.com/lingua-libre/BlueLL/blob/master/assets/stylesheets/main.css
 +
*/
 +
a.mw-redirect { color: purple; opacity: 0.7; } /* status: sharing ; issue under discussion on github ;*/

Revision as of 10:06, 3 June 2020

.mw-pt-translate-header, .mw-pt-translate-header ~ hr {
	display: none;
}

/*HOW TO INTEGRATE NEW CSS:
1) Testing new css : use your inspector and test around ;
2) Sharing new css with community: add your code to [[MediaWiki:Common.css]]
3) Accepted CSS enhancement : must be submit to github's LinguaLibre skin: 
https://github.com/lingua-libre/BlueLL/blob/master/assets/stylesheets/main.css
*/
a.mw-redirect { color: purple; opacity: 0.7; } /* status: sharing ; issue under discussion on github ;*/