Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
static.ubuntu-it.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
static.ubuntu-it.org
Commits
d6997d23
Commit
d6997d23
authored
Aug 27, 2017
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move accessibility stylesheet to static
parent
112c4862
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
2 deletions
+21
-2
Makefile
Makefile
+1
-1
themes/light/accessibility.css
themes/light/accessibility.css
+19
-0
themes/light/accessibility.js
themes/light/accessibility.js
+1
-1
No files found.
Makefile
View file @
d6997d23
...
...
@@ -20,7 +20,7 @@
# Files in those directories will be converted:
DIRS_JS
=
js themes
DIRS_CSS
=
fonts
DIRS_CSS
=
themes
fonts
DIRS_FONTS
=
fonts
DIR_BUILD
=
build
...
...
themes/light/accessibility.css
0 → 100644
View file @
d6997d23
/* This file contains css rules for accessibility */
body
,
html
{
background-color
:
#666
;
}
#header
,
#subheader
.container-inside
{
box-shadow
:
0
1px
3px
#444
;
}
#header
.buttons
#accessibility
{
background-position
:
bottom
;
}
#footer
*,
#footer
a
:hover
,
.force-accessibility
*
,
.accessibility
{
color
:
#fff
;
text-shadow
:
none
;
}
themes/light/accessibility.js
View file @
d6997d23
...
...
@@ -5,7 +5,7 @@
//ACCESSIBILITY_CSS_THEME_DIR = 'light-drupal-theme/styles';
//ACCESSIBILITY_CSS_FILE_NAME = 'accessibility.css' ;
ACCESSIBILITY_CSS_ABSPATH
=
[
'
https://
www.ubuntu-it.org/sites/all/themes/light-drupal-theme/styles/accessibility
.css
'
];
ACCESSIBILITY_CSS_ABSPATH
=
[
'
https://
static.ubuntu-it.org/themes/light/accessibility.min
.css
'
];
ACCESSIBILITY_COOKIE_VALUE_ON
=
'
on
'
;
ACCESSIBILITY_COOKIE_VALUE_OFF
=
'
off
'
;
...
...
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