Difference between revisions of "Help:Colors"
Jump to navigation
Jump to search
m (Raimond Spekking moved page User:Raimond Spekking to Help:Colors without leaving a redirect) |
|||
Line 1: | Line 1: | ||
The colors of the project are defines in [[MediaWiki:Common.css]]. You can use the different CSS classes for text and background | |||
{| class="wikitable" | |||
! CSS class name !! hex code of the color !! Example | |||
|- | |||
| cd-background-darkgreen || #f4f5f6 | |||
|class="cd-background-darkgreen" | darkgreen | |||
|- | |||
| cd-background-lightgreen || #c5cfb6 | |||
|class="cd-background-lightgreen " | lightgreen | |||
|- | |||
| cd-background-brown || #9a846d | |||
|class="cd-background-brown " | brown | |||
|- | |||
| cd-background-beige || #f4f5f6 | |||
|class="cd-background-beige "| beige | |||
|- | |||
| cd-background-yellow || #dfac40 | |||
| class="cd-background-yellow " | yellow | |||
|} | |||
{| class="wikitable" | {| class="wikitable" | ||
! CSS class name !! hex code of the color !! Example | |||
|- | |- | ||
| darkgreen || #f4f5f6 | | cd-font-darkgreen || #f4f5f6 | ||
| | |class="cd-font-darkgreen" | darkgreen | ||
|- | |- | ||
| lightgreen || #c5cfb6 | | cd-font-lightgreen || #c5cfb6 | ||
| | |class="cd-font-lightgreen " | lightgreen | ||
|- | |- | ||
| brown || #9a846d | | cd-font-brown || #9a846d | ||
| | |class="cd-font-brown " | brown | ||
|- | |- | ||
| beige || #f4f5f6 | | cd-font-beige || #f4f5f6 | ||
| | |class="cd-font-beige "| beige | ||
|- | |- | ||
| yellow || #dfac40 | | cd-font-yellow || #dfac40 | ||
| | |class="cd-font-yellow " | yellow | ||
|} | |} | ||
[[ | [[Category:Manual]] |
Revision as of 11:17, 11 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-font-darkgreen | #f4f5f6 | darkgreen |
cd-font-lightgreen | #c5cfb6 | lightgreen |
cd-font-brown | #9a846d | brown |
cd-font-beige | #f4f5f6 | beige |
cd-font-yellow | #dfac40 | yellow |