Note: You are currently viewing documentation for Moodle 3.2. Up-to-date documentation for the latest stable version of Moodle is probably available here: More theme.

More theme: 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...")
 
m (added link to spanish translation of document)
Line 10: Line 10:
     hsl(207,38%,47%)
     hsl(207,38%,47%)
     hsla(207,38%,47%,0.8)
     hsla(207,38%,47%,0.8)
[es:admin/setting/themesettingmore]]

Revision as of 03:14, 7 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)

[es:admin/setting/themesettingmore]]