Difference between revisions of "Help:Colors"

From Tech4Biowaste
Jump to navigation Jump to search
(text is better than font)
Line 23: Line 23:
! CSS class name !! hex code of the color !! Example
! CSS class name !! hex code of the color !! Example
|-
|-
| cd-font-darkgreen || #f4f5f6
| cd-text-darkgreen || #f4f5f6
|class="cd-font-darkgreen" | darkgreen  
|class="cd-text-darkgreen" | darkgreen  
|-
|-
| cd-font-lightgreen || #c5cfb6
| cd-text-lightgreen || #c5cfb6
|class="cd-font-lightgreen " | lightgreen  
|class="cd-text-lightgreen " | lightgreen  
|-
|-
| cd-font-brown || #9a846d
| cd-text-brown || #9a846d
|class="cd-font-brown " | brown  
|class="cd-text-brown " | brown  
|-
|-
| cd-font-beige || #f4f5f6
| cd-text-beige || #f4f5f6
|class="cd-font-beige "| beige  
|class="cd-text-beige "| beige  
|-
|-
| cd-font-yellow || #dfac40
| cd-text-yellow || #dfac40
|class="cd-font-yellow "  | yellow  
|class="cd-text-yellow "  | yellow  
|}
|}


[[Category:Manual]]
[[Category:Manual]]

Revision as of 07:21, 12 May 2021

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 #f4f5f6 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 #f4f5f6 darkgreen
cd-text-lightgreen #c5cfb6 lightgreen
cd-text-brown #9a846d brown
cd-text-beige #f4f5f6 beige
cd-text-yellow #dfac40 yellow