Issue Details (XML | Word | Printable)

Key: MDL-6798
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Urs Hunkler
Reporter: Timothy Takemoto
Votes: 0
Watchers: 5
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

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

Created: 03/Oct/06 09:36 PM   Updated: 11/Jul/07 01:17 PM
Return to search
Component/s: Themes
Affects Version/s: 1.8
Fix Version/s: 1.8.3

File Attachments: 1. GZip Archive css_constants.tar.gz (94 kB)


Database: Any
Participants: Andrew Walker, Timothy Takemoto and Urs Hunkler
Security Level: None
Affected Branches: MOODLE_18_STABLE
Fixed Branches: MOODLE_18_STABLE


 Description  « Hide
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

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
urs_hunkler committed 1 file to 'Moodle CVS' - 09/Jan/07 03:35 AM
'added handling of CSS constants - MDL-6798'
MODIFY lib/weblib.php   Rev. 1.770    (+21 -7 lines)
urs_hunkler committed 1 file to 'Moodle CVS' - 09/Jan/07 03:37 AM
added CSS constants - MDL-6798
ADD lib/Attic/cssconstants.php   Rev. 1.1    (+0 -0 lines)
moodler committed 1 file to 'Moodle CVS' - 24/Jan/07 04:08 PM
Added some docs from MDL-6798
MODIFY lib/Attic/cssconstants.php   Rev. 1.2    (+63 -3 lines)