Difference between revisions of "Help:Colors"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
|  (text is better than font) | Lars Krause (talk | contribs)  | ||
| Line 4: | Line 4: | ||
| ! CSS class name !! hex code of the color !! Example | ! CSS class name !! hex code of the color !! Example | ||
| |- | |- | ||
| | cd-background-darkgreen || # | | cd-background-darkgreen || #2e520b | ||
| |class="cd-background-darkgreen" | darkgreen   | |class="cd-background-darkgreen" | darkgreen   | ||
| |- | |- | ||
| Line 23: | Line 23: | ||
| ! CSS class name !! hex code of the color !! Example | ! CSS class name !! hex code of the color !! Example | ||
| |- | |- | ||
| | cd-text-darkgreen || # | | cd-text-darkgreen || #2e520b | ||
| |class="cd-text-darkgreen" | darkgreen   | |class="cd-text-darkgreen" | darkgreen   | ||
| |- | |- | ||
Revision as of 08:50, 14 January 2022
The colors of the project are defines in MediaWiki:Common.css. You can use the different CSS classes for text and background
| CSS class name | hex code of the color | Example | 
|---|---|---|
| cd-background-darkgreen | #2e520b | darkgreen | 
| cd-background-lightgreen | #c5cfb6 | lightgreen | 
| cd-background-brown | #9a846d | brown | 
| cd-background-beige | #f4f5f6 | beige | 
| cd-background-yellow | #dfac40 | yellow | 
| CSS class name | hex code of the color | Example | 
|---|---|---|
| cd-text-darkgreen | #2e520b | darkgreen | 
| cd-text-lightgreen | #c5cfb6 | lightgreen | 
| cd-text-brown | #9a846d | brown | 
| cd-text-beige | #f4f5f6 | beige | 
| cd-text-yellow | #dfac40 | yellow |