MediaWiki

Difference between revisions of "Common.css"

(Ongoing REDIRECT link test.)
Line 4: Line 4:
  
 
/*HOW TO INTEGRATE NEW CSS:
 
/*HOW TO INTEGRATE NEW CSS:
1) Testing new css : use your inspector and test around ;
+
1) Testing new css idea : use your inspector and test around ;
 
2) Sharing new css with community: add your code to [[MediaWiki:Common.css]]
 
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:  
 
3) Accepted CSS enhancement : must be submit to github's LinguaLibre skin:  

Revision as of 10:11, 3 June 2020

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

/*HOW TO INTEGRATE NEW CSS:
1) Testing new css idea : 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 ;*/