Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OERu
oeru_course
Commits
f9a2478d
Commit
f9a2478d
authored
Jun 18, 2020
by
Dave Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added blue/grey colour scheme
parent
acb8c66f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
inc/colour_scheme.php
inc/colour_scheme.php
+29
-0
No files found.
inc/colour_scheme.php
View file @
f9a2478d
...
...
@@ -203,6 +203,35 @@ $oeru_colours = array(
'site_pagenav_current_colour'
=>
'#3e9384'
,
'site_pagenav_bottom'
=>
'#dddddd'
,
),
'blue/grey'
=>
array
(
'site_allsite_background_colour'
=>
'#efefef'
,
'site_alllink_colour'
=>
'#0075d1'
,
'site_alllink_hover_colour'
=>
'#3e91d1'
,
'site_content_background_colour'
=>
'#fefefe'
,
'site_footer_colour'
=>
'#868A8D'
,
'site_footer_background_colour'
=>
'#42484D'
,
'site_menu_background_colour'
=>
'#0075d1'
,
'site_menu_background_hover_colour'
=>
'#005ea7'
,
'site_menu_dropdown_background_colour'
=>
'#e7e7e7'
,
'site_menu_dropdown_background_hover_colour'
=>
'#9f9f9f'
,
'site_top_background_colour'
=>
'#ffffff'
,
'site_menu_background_current_colour'
=>
'#9b9b9b'
,
'site_menu_text_colour'
=>
'#fffaf2'
,
'site_menu_text_hover_colour'
=>
'#ffffff'
,
'site_menu_dropdown_text_colour'
=>
'#303751'
,
'site_menu_dropdown_text_hover_colour'
=>
'#424851'
,
'site_header_colour'
=>
'#004983'
,
'site_header_text_colour'
=>
'#0075d1'
,
'site_idevice_colour'
=>
'#ffffff'
,
'site_idevice_background_colour'
=>
'#0177db'
,
'site_button_colour'
=>
'#8a77a5'
,
'site_button_text_colour'
=>
'#ffffff'
,
'site_pager_colour'
=>
'#ffffff'
,
'site_pager_text_colour'
=>
'#005ea7'
,
'site_pagenav_colour'
=>
'#cedbe0'
,
'site_pagenav_current_colour'
=>
'#69bae0'
,
'site_pagenav_bottom'
=>
'#dddddd'
,
),
/*'template' => array(
'site_allsite_background_colour' => '',
'site_alllink_colour' => '',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment