Note: This documentation is for Moodle 2.7. For up-to-date documentation see admin/setting/themesettingmore.

admin/setting/themesettingmore: Difference between revisions

From MoodleDocs
(Created page with "In the color fields you can put things like this if you want to get fancy: whitesmoke #0404E6 rgb(0,255,244) rgba(0,255,244,0.5) transparent currentCo...")
(No difference)

Revision as of 05:23, 4 April 2014

In the color fields you can put things like this if you want to get fancy:

   whitesmoke
   #0404E6
   rgb(0,255,244)
   rgba(0,255,244,0.5)
   transparent
   currentColor
   inherit
   hsl(207,38%,47%)
   hsla(207,38%,47%,0.8)