Skip to content
Snippets Groups Projects
Commit c0297a72 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Embed UAB style sheets

Added the stylesheets from UAB BrandWorks in use on
http://www.uab.edu/home/research
As of 2011-11-29

Introduces some minor changes to the default vector layout, mainly on text look and feel.
parent 4ceee039
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,21 @@ class SkinUabVector extends SkinTemplate {
// Append skin-specific styles
$out->addStyle( 'uabvector/main-rtl.css', 'screen', '', 'rtl' );
$out->addStyle( 'uabvector/main-ltr.css', 'screen', '', 'ltr' );
// UAB style sheets
//
// In current use on http://www.uab.edu/home/research as of 2011-11-29
//
$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/normalize.css', 'screen', '', 'ltr' );
$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/menus.css', 'screen', '', 'ltr' );
$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/basic.css', 'screen', '', 'ltr' );
$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/positional.css', 'screen', '', 'ltr' );
$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/functional.css', 'screen', '', 'ltr' );
$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/white_ct.css', 'screen', '', 'ltr' );
$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/tan_sb.css', 'screen', '', 'ltr' );
$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/image_none_bg.css', 'screen', '', 'ltr' );
// Append CSS which includes IE only behavior fixes for hover support -
// this is better than including this in a CSS fille since it doesn't
// wait for the CSS file to load before fetching the HTC file.
......
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