Skip to content
Snippets Groups Projects
Commit 03a2c7b6 authored by wodby's avatar wodby Committed by Kevin Paxman
Browse files

Additional css for branding faculties, also to force some black and white...

Additional css for branding faculties, also to force some black and white links when faculties are selected
parent 3d96637c
No related branches found
No related tags found
1 merge request!91ISTWCMS-4848 m26lebla faculty colours
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
......@@ -580,6 +580,18 @@ else {
};
})(jQuery, Drupal);
/**
* @file
*/
(function ($, document, Drupal) {
Drupal.behaviors.wcmsheadersearchbar = {
attach: function (context, settings) {
}
}
})(jQuery, document, Drupal);
/**
* @file
*/
......@@ -628,18 +640,6 @@ else {
}
})(jQuery, document, Drupal);
/**
* @file
*/
(function ($, document, Drupal) {
Drupal.behaviors.wcmsheadersearchbar = {
attach: function (context, settings) {
}
}
})(jQuery, document, Drupal);
/**
* @file
*/
......
......@@ -503,4 +503,4 @@ $gesso: (
xxl: 96px,
),
gutter-width: 40px,
);
\ No newline at end of file
);
......@@ -55,7 +55,6 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
&.button {
color: $uw-white;
&:visited {
color: $uw-white;
}
&:hover,
&:focus {
......@@ -69,15 +68,47 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color: $uw-black;
}
}
// Blackout the link
.menu--uw-footer li a{
color: $uw-white;
&:visited{
color:$uw-gold;
}
&:hover,
&:focus
{
color:$uw-gold;
}
&:active {
color: $uw-white !important;
}
}
//Make all white
.uw-site-footer__content a{
color: $uw-white;
&:visited,
&:hover,
&:focus,
&:active
{
color:$uw-white;
}
}
// Blackout the link
.views-exposed-form a,
.uw-site-name__link,
.layout-builder__link,
.timeline-info__withlink a,
.tabs a,
.toolbar-tray a{
color:$uw-black;
&:visited,
&:hover,
&:focus,
&:active
{
color:$uw-black;
}
}
}
}
}
......@@ -82,7 +82,6 @@
a {
color: #fff;
font-family: gesso-font-family(systemmedium);
font-size: gesso-font-size(-2);
text-decoration: none;
......
......@@ -28,6 +28,7 @@
&:hover,
&:focus
{
color:gesso-brand(org-default,uw-white,primary);
text-decoration:none;
}
......
......@@ -107,7 +107,6 @@
}
a {
color: #fff;
outline:none;
text-decoration: none;
}
......
......@@ -178,8 +178,8 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
}
&:hover{
background-color:inherit;
border-bottom:1px solid gesso-grayscale(gray-3);
color: gesso-brand(org-default,uw-black,lvl4);
border-bottom:1px solid gesso-brand($faculty, lvl4);
color:gesso-brand($faculty, lvl4);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment