Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_wcms_gesso
Commits
9ea3f414
Commit
9ea3f414
authored
Aug 31, 2021
by
Martin Leblanc
Browse files
additional css for colors, cleaning up visited state bleeds
parent
bd896d94
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
333 additions
and
152 deletions
+333
-152
css/styles.css
css/styles.css
+245
-105
css/styles.min.css
css/styles.min.css
+1
-1
css/uw-dashboards.min.css
css/uw-dashboards.min.css
+1
-1
source/_patterns/01-global/00-colors/_colors.scss
source/_patterns/01-global/00-colors/_colors.scss
+71
-19
source/_patterns/03-layouts/footer/_footer.scss
source/_patterns/03-layouts/footer/_footer.scss
+0
-2
source/_patterns/04-components/menu/menu--social/_menu--social.scss
...tterns/04-components/menu/menu--social/_menu--social.scss
+15
-6
source/_patterns/04-components/social-media/social-media--icon/_social-media--icon.scss
.../social-media/social-media--icon/_social-media--icon.scss
+0
-1
source/_patterns/04-components/territorial-statement/_territorial-statement.scss
...ponents/territorial-statement/_territorial-statement.scss
+0
-17
No files found.
css/styles.css
View file @
9ea3f414
...
...
@@ -28,18 +28,53 @@
color
:
#000
;
}
.org-default
a
{
.org-default
a
:not
(
.button
)
{
color
:
#000
;
}
.org-default
a
:visited
{
.org-default
a
:not
(
.button
)
:hover
,
.org-default
a
:not
(
.button
)
:focus
{
color
:
#787878
;
}
.org-default
.menu--uw-footer
li
a
{
color
:
#fff
;
}
.org-default
.menu--uw-footer
li
a
:visited
{
color
:
#fdd54f
;
}
.org-default
a
:hover
,
.org-default
a
:focus
{
color
:
#
787878
;
.org-default
.menu--uw-footer
li
a
:hover
,
.org-default
.menu--uw-footer
li
a
:focus
{
color
:
#
fdd54f
;
}
.org-default
a
:active
{
color
:
#787878
;
.org-default
.uw-site-footer__content
a
{
color
:
#fff
;
}
.org-default
.uw-site-footer__content
a
:visited
,
.org-default
.uw-site-footer__content
a
:hover
,
.org-default
.uw-site-footer__content
a
:focus
,
.org-default
.uw-site-footer__content
a
:active
{
color
:
#fff
;
}
.org-default
.uw-footer__social-directory
a
:link
,
.org-default
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-default
.uw-footer__social-directory
a
:hover
,
.org-default
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-default
.uw-territorial
a
:link
,
.org-default
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-default
.uw-territorial
a
:hover
,
.org-default
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-ahs
.uw-blockquote__text
,
...
...
@@ -62,10 +97,6 @@
.org-ahs
.card__title
a
:focus
{
color
:
#005963
;
}
.org-ahs
a
:active
,
.org-ahs
.card__title
a
:active
{
color
:
#005963
;
}
.org-ahs
a
.button
,
.org-ahs
.card__title
a
.button
{
color
:
#fff
;
...
...
@@ -76,14 +107,18 @@
.org-ahs
.card__title
a
.button
:focus
{
color
:
#787878
;
}
.org-ahs
a
.button
:active
,
.org-ahs
.card__title
a
.button
:active
{
color
:
#787878
;
}
.org-ahs
a
.pager__link
,
.org-ahs
.card__title
a
.pager__link
{
color
:
#000
;
}
.org-ahs
a
.global-site-footer
:link
,
.org-ahs
a
.global-site-footer
:visited
,
.org-ahs
a
.global-site-footer
:active
,
.org-ahs
.card__title
a
.global-site-footer
:link
,
.org-ahs
.card__title
a
.global-site-footer
:visited
,
.org-ahs
.card__title
a
.global-site-footer
:active
{
color
:
#000
;
}
.org-ahs
.menu--uw-footer
li
a
{
color
:
#fff
;
...
...
@@ -95,9 +130,6 @@
.org-ahs
.menu--uw-footer
li
a
:focus
{
color
:
#fdd54f
;
}
.org-ahs
.menu--uw-footer
li
a
:active
{
color
:
#fff
!important
;
}
.org-ahs
.uw-site-footer__content
a
{
color
:
#fff
;
...
...
@@ -109,6 +141,26 @@
color
:
#fff
;
}
.org-ahs
.uw-footer__social-directory
a
:link
,
.org-ahs
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-ahs
.uw-footer__social-directory
a
:hover
,
.org-ahs
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-ahs
.uw-territorial
a
:link
,
.org-ahs
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-ahs
.uw-territorial
a
:hover
,
.org-ahs
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-ahs
.views-exposed-form
a
,
.org-ahs
.uw-site-name__link
,
.org-ahs
.layout-builder__link
,
...
...
@@ -164,10 +216,6 @@
.org-art
.card__title
a
:focus
{
color
:
#d93f00
;
}
.org-art
a
:active
,
.org-art
.card__title
a
:active
{
color
:
#d93f00
;
}
.org-art
a
.button
,
.org-art
.card__title
a
.button
{
color
:
#fff
;
...
...
@@ -178,14 +226,18 @@
.org-art
.card__title
a
.button
:focus
{
color
:
#787878
;
}
.org-art
a
.button
:active
,
.org-art
.card__title
a
.button
:active
{
color
:
#787878
;
}
.org-art
a
.pager__link
,
.org-art
.card__title
a
.pager__link
{
color
:
#000
;
}
.org-art
a
.global-site-footer
:link
,
.org-art
a
.global-site-footer
:visited
,
.org-art
a
.global-site-footer
:active
,
.org-art
.card__title
a
.global-site-footer
:link
,
.org-art
.card__title
a
.global-site-footer
:visited
,
.org-art
.card__title
a
.global-site-footer
:active
{
color
:
#000
;
}
.org-art
.menu--uw-footer
li
a
{
color
:
#fff
;
...
...
@@ -197,9 +249,6 @@
.org-art
.menu--uw-footer
li
a
:focus
{
color
:
#fdd54f
;
}
.org-art
.menu--uw-footer
li
a
:active
{
color
:
#fff
!important
;
}
.org-art
.uw-site-footer__content
a
{
color
:
#fff
;
...
...
@@ -211,6 +260,26 @@
color
:
#fff
;
}
.org-art
.uw-footer__social-directory
a
:link
,
.org-art
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-art
.uw-footer__social-directory
a
:hover
,
.org-art
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-art
.uw-territorial
a
:link
,
.org-art
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-art
.uw-territorial
a
:hover
,
.org-art
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-art
.views-exposed-form
a
,
.org-art
.uw-site-name__link
,
.org-art
.layout-builder__link
,
...
...
@@ -266,10 +335,6 @@
.org-eng
.card__title
a
:focus
{
color
:
#57058b
;
}
.org-eng
a
:active
,
.org-eng
.card__title
a
:active
{
color
:
#57058b
;
}
.org-eng
a
.button
,
.org-eng
.card__title
a
.button
{
color
:
#fff
;
...
...
@@ -280,14 +345,18 @@
.org-eng
.card__title
a
.button
:focus
{
color
:
#787878
;
}
.org-eng
a
.button
:active
,
.org-eng
.card__title
a
.button
:active
{
color
:
#787878
;
}
.org-eng
a
.pager__link
,
.org-eng
.card__title
a
.pager__link
{
color
:
#000
;
}
.org-eng
a
.global-site-footer
:link
,
.org-eng
a
.global-site-footer
:visited
,
.org-eng
a
.global-site-footer
:active
,
.org-eng
.card__title
a
.global-site-footer
:link
,
.org-eng
.card__title
a
.global-site-footer
:visited
,
.org-eng
.card__title
a
.global-site-footer
:active
{
color
:
#000
;
}
.org-eng
.menu--uw-footer
li
a
{
color
:
#fff
;
...
...
@@ -299,9 +368,6 @@
.org-eng
.menu--uw-footer
li
a
:focus
{
color
:
#fdd54f
;
}
.org-eng
.menu--uw-footer
li
a
:active
{
color
:
#fff
!important
;
}
.org-eng
.uw-site-footer__content
a
{
color
:
#fff
;
...
...
@@ -313,6 +379,26 @@
color
:
#fff
;
}
.org-eng
.uw-footer__social-directory
a
:link
,
.org-eng
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-eng
.uw-footer__social-directory
a
:hover
,
.org-eng
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-eng
.uw-territorial
a
:link
,
.org-eng
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-eng
.uw-territorial
a
:hover
,
.org-eng
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-eng
.views-exposed-form
a
,
.org-eng
.uw-site-name__link
,
.org-eng
.layout-builder__link
,
...
...
@@ -368,10 +454,6 @@
.org-env
.card__title
a
:focus
{
color
:
#607000
;
}
.org-env
a
:active
,
.org-env
.card__title
a
:active
{
color
:
#607000
;
}
.org-env
a
.button
,
.org-env
.card__title
a
.button
{
color
:
#fff
;
...
...
@@ -382,14 +464,18 @@
.org-env
.card__title
a
.button
:focus
{
color
:
#787878
;
}
.org-env
a
.button
:active
,
.org-env
.card__title
a
.button
:active
{
color
:
#787878
;
}
.org-env
a
.pager__link
,
.org-env
.card__title
a
.pager__link
{
color
:
#000
;
}
.org-env
a
.global-site-footer
:link
,
.org-env
a
.global-site-footer
:visited
,
.org-env
a
.global-site-footer
:active
,
.org-env
.card__title
a
.global-site-footer
:link
,
.org-env
.card__title
a
.global-site-footer
:visited
,
.org-env
.card__title
a
.global-site-footer
:active
{
color
:
#000
;
}
.org-env
.menu--uw-footer
li
a
{
color
:
#fff
;
...
...
@@ -401,9 +487,6 @@
.org-env
.menu--uw-footer
li
a
:focus
{
color
:
#fdd54f
;
}
.org-env
.menu--uw-footer
li
a
:active
{
color
:
#fff
!important
;
}
.org-env
.uw-site-footer__content
a
{
color
:
#fff
;
...
...
@@ -415,6 +498,26 @@
color
:
#fff
;
}
.org-env
.uw-footer__social-directory
a
:link
,
.org-env
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-env
.uw-footer__social-directory
a
:hover
,
.org-env
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-env
.uw-territorial
a
:link
,
.org-env
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-env
.uw-territorial
a
:hover
,
.org-env
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-env
.views-exposed-form
a
,
.org-env
.uw-site-name__link
,
.org-env
.layout-builder__link
,
...
...
@@ -470,10 +573,6 @@
.org-mat
.card__title
a
:focus
{
color
:
#c60078
;
}
.org-mat
a
:active
,
.org-mat
.card__title
a
:active
{
color
:
#c60078
;
}
.org-mat
a
.button
,
.org-mat
.card__title
a
.button
{
color
:
#fff
;
...
...
@@ -484,14 +583,18 @@
.org-mat
.card__title
a
.button
:focus
{
color
:
#787878
;
}
.org-mat
a
.button
:active
,
.org-mat
.card__title
a
.button
:active
{
color
:
#787878
;
}
.org-mat
a
.pager__link
,
.org-mat
.card__title
a
.pager__link
{
color
:
#000
;
}
.org-mat
a
.global-site-footer
:link
,
.org-mat
a
.global-site-footer
:visited
,
.org-mat
a
.global-site-footer
:active
,
.org-mat
.card__title
a
.global-site-footer
:link
,
.org-mat
.card__title
a
.global-site-footer
:visited
,
.org-mat
.card__title
a
.global-site-footer
:active
{
color
:
#000
;
}
.org-mat
.menu--uw-footer
li
a
{
color
:
#fff
;
...
...
@@ -503,9 +606,6 @@
.org-mat
.menu--uw-footer
li
a
:focus
{
color
:
#fdd54f
;
}
.org-mat
.menu--uw-footer
li
a
:active
{
color
:
#fff
!important
;
}
.org-mat
.uw-site-footer__content
a
{
color
:
#fff
;
...
...
@@ -517,6 +617,26 @@
color
:
#fff
;
}
.org-mat
.uw-footer__social-directory
a
:link
,
.org-mat
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-mat
.uw-footer__social-directory
a
:hover
,
.org-mat
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-mat
.uw-territorial
a
:link
,
.org-mat
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-mat
.uw-territorial
a
:hover
,
.org-mat
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-mat
.views-exposed-form
a
,
.org-mat
.uw-site-name__link
,
.org-mat
.layout-builder__link
,
...
...
@@ -572,10 +692,6 @@
.org-sci
.card__title
a
:focus
{
color
:
#0033be
;
}
.org-sci
a
:active
,
.org-sci
.card__title
a
:active
{
color
:
#0033be
;
}
.org-sci
a
.button
,
.org-sci
.card__title
a
.button
{
color
:
#fff
;
...
...
@@ -586,14 +702,18 @@
.org-sci
.card__title
a
.button
:focus
{
color
:
#787878
;
}
.org-sci
a
.button
:active
,
.org-sci
.card__title
a
.button
:active
{
color
:
#787878
;
}
.org-sci
a
.pager__link
,
.org-sci
.card__title
a
.pager__link
{
color
:
#000
;
}
.org-sci
a
.global-site-footer
:link
,
.org-sci
a
.global-site-footer
:visited
,
.org-sci
a
.global-site-footer
:active
,
.org-sci
.card__title
a
.global-site-footer
:link
,
.org-sci
.card__title
a
.global-site-footer
:visited
,
.org-sci
.card__title
a
.global-site-footer
:active
{
color
:
#000
;
}
.org-sci
.menu--uw-footer
li
a
{
color
:
#fff
;
...
...
@@ -605,9 +725,6 @@
.org-sci
.menu--uw-footer
li
a
:focus
{
color
:
#fdd54f
;
}
.org-sci
.menu--uw-footer
li
a
:active
{
color
:
#fff
!important
;
}
.org-sci
.uw-site-footer__content
a
{
color
:
#fff
;
...
...
@@ -619,6 +736,26 @@
color
:
#fff
;
}
.org-sci
.uw-footer__social-directory
a
:link
,
.org-sci
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-sci
.uw-footer__social-directory
a
:hover
,
.org-sci
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-sci
.uw-territorial
a
:link
,
.org-sci
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-sci
.uw-territorial
a
:hover
,
.org-sci
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-sci
.views-exposed-form
a
,
.org-sci
.uw-site-name__link
,
.org-sci
.layout-builder__link
,
...
...
@@ -674,10 +811,6 @@
.org-school
.card__title
a
:focus
{
color
:
#b71233
;
}
.org-school
a
:active
,
.org-school
.card__title
a
:active
{
color
:
#b71233
;
}
.org-school
a
.button
,
.org-school
.card__title
a
.button
{
color
:
#fff
;
...
...
@@ -688,14 +821,18 @@
.org-school
.card__title
a
.button
:focus
{
color
:
#787878
;
}
.org-school
a
.button
:active
,
.org-school
.card__title
a
.button
:active
{
color
:
#787878
;
}
.org-school
a
.pager__link
,
.org-school
.card__title
a
.pager__link
{
color
:
#000
;
}
.org-school
a
.global-site-footer
:link
,
.org-school
a
.global-site-footer
:visited
,
.org-school
a
.global-site-footer
:active
,
.org-school
.card__title
a
.global-site-footer
:link
,
.org-school
.card__title
a
.global-site-footer
:visited
,
.org-school
.card__title
a
.global-site-footer
:active
{
color
:
#000
;
}
.org-school
.menu--uw-footer
li
a
{
color
:
#fff
;
...
...
@@ -707,9 +844,6 @@
.org-school
.menu--uw-footer
li
a
:focus
{
color
:
#fdd54f
;
}
.org-school
.menu--uw-footer
li
a
:active
{
color
:
#fff
!important
;
}
.org-school
.uw-site-footer__content
a
{
color
:
#fff
;
...
...
@@ -721,6 +855,26 @@
color
:
#fff
;
}
.org-school
.uw-footer__social-directory
a
:link
,
.org-school
.uw-footer__social-directory
a
:visited
{
color
:
#fff
;
}
.org-school
.uw-footer__social-directory
a
:hover
,
.org-school
.uw-footer__social-directory
a
:focus
{
color
:
#fdd54f
;
}
.org-school
.uw-territorial
a
:link
,
.org-school
.uw-territorial
a
:visited
{
color
:
#fdd54f
;
}
.org-school
.uw-territorial
a
:hover
,
.org-school
.uw-territorial
a
:focus
{
color
:
#fdd54f
;
}
.org-school
.views-exposed-form
a
,
.org-school
.uw-site-name__link
,
.org-school
.layout-builder__link
,
...
...
@@ -2748,13 +2902,11 @@ svg:not(:root) {
text-align
:
right
;
}
}
.uw-footer__social-directory
a
{
color
:
#fff
;
font-family
:
Typ1451-Medium
,
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
"Oxygen-Sans"
,
Ubuntu
,
Cantarell
,
"Fira Sans"
,
Droid
Sans
,
sans-serif
;
font-size
:
12.64px
;
text-decoration
:
none
;
}
.uw-footer__social-directory
a
:hover
{
color
:
#fdd54f
;
text-decoration
:
underline
;
}
.uw-footer__territorial
{
...
...
@@ -9415,11 +9567,16 @@ fieldset .fieldset-wrapper .webform-container-inline .fieldset-invisible,
.social-media-i
{
font-size
:
2.027rem
;
}
}
.social-media-i.global-site-footer
:hover
{
.social-media-i.global-site-footer
:visited
{
color
:
#000
;
}
.social-media-i.global-site-footer
:hover
,
.social-media-i.global-site-footer
:focus
{
background-color
:
#000
;
color
:
#fdd54f
;
}
.social-media-i.local-site-footer
:hover
{
.social-media-i.local-site-footer
:hover
,
.social-media-i.local-site-footer
:focus
{
background-color
:
#787878
;
color
:
#fff
;
}
...
...
@@ -10568,7 +10725,6 @@ picture img {
font-style
:
normal
;
font-variant
:
normal
;
font-weight
:
400
;
line-height
:
1
;
speak
:
none
;
text-transform
:
none
;
}
...
...
@@ -10946,22 +11102,6 @@ html:not(.js) .uw-tabcontent[role="tabpanel"][hidden] {
.uw-bg--white
.uw-territorial
p
{
color
:
#000
;
}
.uw-territorial
a
{
color
:
#fdd54f
;
}
.uw-bg--black
.uw-territorial
a
{
text-decoration
:
none
;
}
.uw-bg--black
.uw-territorial
a
:hover
{
text-decoration
:
underline
;
}
.uw-bg--white
.uw-territorial
a
{
color
:
#000
;
text-decoration
:
underline
;
}
.uw-bg--white
.uw-territorial
a
:hover
{
text-decoration
:
none
;
}
@media
(
min-width
:
48.06rem
)
{
.uw-territorial
{
text-align
:
left
;
...
...
css/styles.min.css
View file @
9ea3f414
This source diff could not be displayed because it is too large. You can
view the blob
instead.
css/uw-dashboards.min.css
View file @
9ea3f414
This diff is collapsed.
Click to expand it.
source/_patterns/01-global/00-colors/_colors.scss
View file @
9ea3f414
...
...
@@ -16,16 +16,53 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
}
// Generic links
a
{
color
:
$uw-black
;
&
:not
(
.button
)
{
color
:
$uw-black
;
&
:hover
,
&
:focus
{
color
:
$uw-grey
;
}
}
}
.menu--uw-footer
li
a
{
color
:
$uw-white
;
&
:visited
{
color
:
$uw-gold
;
}
&
:hover
,
&
:focus
{
color
:
$uw-grey
;
&
:focus
{
color
:
$uw-gold
;
}
}
.uw-site-footer__content
a
{
color
:
$uw-white
;
&
:visited
,
&
:hover
,
&
:focus
,
&
:active
{
color
:
$uw-white
;
}
}
.uw-footer__social-directory
a
{
&
:link
,
&
:visited
{
color
:
$uw-white
;