From c0297a72c8d3b33e95ce67e8f4d6521edac7ac56 Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Tue, 29 Nov 2011 17:31:45 -0600
Subject: [PATCH] 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.
---
 skins/UabVector.php | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/skins/UabVector.php b/skins/UabVector.php
index 8dcf5f5..488df68 100644
--- a/skins/UabVector.php
+++ b/skins/UabVector.php
@@ -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.
-- 
GitLab