diff --git a/slt/css/main.css b/slt/css/main.css index d613dbb..90b4b82 100644 --- a/slt/css/main.css +++ b/slt/css/main.css @@ -4,4 +4,4 @@ @import "desktop.css" ( min-width: 1000px ); @import "desktop-narrow.css" ( min-width: 1000px) and ( max-width: 1200px ); -@import "visual.css"; +@import "visual.css.php"; diff --git a/slt/css/visual.css b/slt/css/visual.css.php similarity index 54% rename from slt/css/visual.css rename to slt/css/visual.css.php index b1e1c46..c6fcc0a 100644 --- a/slt/css/visual.css +++ b/slt/css/visual.css.php @@ -1,5 +1,24 @@ +initialise(); +$params = JFactory::getApplication()->getTemplate(true)->params; + +header("content-type: text/css"); +?> + body { font-size: 12px; + font-family: Arial, Verdana, Helvetica, Geneva, sans-serif; + line-height: 175%; } a { @@ -10,6 +29,26 @@ p { text-align: justify; } +h3 +{ + font-size: 16pt; +} + +h2 +{ + font-size: 19pt; +} + +h1 +{ + font-size: 22pt; +} + +h1,h2,h3,h4 +{ + line-height: 150%; +} + .centered { text-align: center; } @@ -34,6 +73,12 @@ li.row-fluid { display: block; } +.page-header +{ + border-bottom-color: var(--fgcolor4); + padding-bottom: 0px; +} + #page { background-color: var(--bgcolor4); color: var(--fgcolor4); diff --git a/slt/index.php b/slt/index.php index 10435c5..ec7f370 100644 --- a/slt/index.php +++ b/slt/index.php @@ -4,6 +4,21 @@ defined('_JEXEC') or die; JHTML::_('behavior.framework', true); $app = JFactory::getApplication(); + +// Add JavaScript Frameworks +JHtml::_('bootstrap.framework'); +JHtml::_('bootstrap.loadCss', true, $this->direction); + +// Add template js +//JHtml::_('script', 'template.js', array('version' => 'auto', 'relative' => true)); + +// Add html5 shiv +//JHtml::_('script', 'jui/html5.js', array('version' => 'auto', 'relative' => true, 'conditional' => 'lt IE 9')); + +// Add Stylesheets +JHtml::_('stylesheet', 'templates/system/css/system.css', array('version' => 'auto', 'relative' => false)); +JHtml::_('stylesheet', 'main.css', array('version' => 'auto', 'relative' => true)); + ?> '; ?> @@ -12,12 +27,6 @@ $app = JFactory::getApplication(); - - - - - -