Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-6798

Bring back simple THEME->body and other theme colors/colours

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.8
    • 1.8.3
    • Themes
    • None
    • Any
    • MOODLE_18_STABLE
    • MOODLE_18_STABLE

    Description

      It would be okay if I were Urs, or even used Firefox with a css plugin doodah but I am just a teacher and CASCADING style sheets are a biatch.

      I look in standard styes colours for highlight and find that it is green not the orange I am seeing on my theme. They cascade, I am not sure in which of them is the colour that I need to change. I only ever wanted to change only the most basic of things - high-lighting & borders. It should be easy.

      Bring back
      $THEME->body = "#FFFFFF"; // Main page color
      $THEME->cellheading = "#FFFFFF"; // Standard headings of big tables
      $THEME->cellheading2 = "#EAFFF2"; // Highlight headings of tables
      $THEME->cellcontent = "#FFFFFF"; // For areas with text
      $THEME->cellcontent2 = "#22FF22"; // Alternate colour
      $THEME->borders = "#22FF22"; // Table borders
      $THEME->highlight = "#222222"; // Highlighted text (eg after a search)
      $THEME->hidden = "#22FF22"; // To color things that are hidden
      $THEME->autolink = "#22FF22"; // To color auto-generated links (eg glossary)
      for those of us that just want to change the basics with defaults of "null" meaning cascaded style sheets are used.

      Urs is wonderful, but we are not, so give us the opportunity to make the basic tweaks without CSS zen

      Tim

      Attachments

        Activity

          People

            urshunkler Urs Hunkler
            timtak Timothy Takemoto
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              11/Oct/07