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

admin/setting/themesettingmore

From MoodleDocs
Revision as of 05:23, 4 April 2014 by Martin Dougiamas (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)