b0y-101 Mini Shell


Current Path : E:/www2/risk/templates/minimal-school/
File Upload :
Current File : E:/www2/risk/templates/minimal-school/layout.php

<?php
/**
 * @package     Joomla.Site
 * @subpackage  Templates
 */

defined('_JEXEC') or die;

/** @var JDocumentHtml $this */

$app  = JFactory::getApplication();
$user = JFactory::getUser();

?>
<style type="text/css">
	
	@import url('https://fonts.googleapis.com/css2?family=<?php echo $this->params->get('stylefont'); ?>:wght@<?php echo $this->params->get('fontweight'); ?>&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=<?php echo $this->params->get('stylefonth'); ?>:wght@<?php echo $this->params->get('fontweighth'); ?>&display=swap');
	body {font-family: '<?php echo $this->params->get('stylefont'); ?>', Helvetica,Arial,sans-serif ; font-size:<?php echo $this->params->get('fontsize'); ?>px ; color:<?php echo $this->params->get('fontcolor'); ?>;background:<?php echo $this->params->get('bodybgcolor'); ?> url(<?php echo $this->baseurl ?>/<?php echo $this->params->get('bodybg'); ?>) <?php echo $this->params->get('bodybgrepeat'); ?> center top <?php echo $this->params->get('bodybgfixed'); ?>  ;display:none;<?php echo $this->params->get('bodybgimg'); ?>letter-spacing: <?php echo $this->params->get('fontspacing'); ?>px;line-height: <?php echo $this->params->get('linehight'); ?>%;font-weight:<?php echo $this->params->get('fontweight'); ?> !important;}
	.container{ width:100%; max-width:<?php echo $this->params->get('widthcenter'); ?>}
	#component{ padding:<?php echo $this->params->get('componentpadding'); ?>;color:<?php echo $this->params->get('componentcolor'); ?> ;}
	#component a:link, #component a:visited, #component a:active{ color: <?php echo $this->params->get('componentlinkcolor'); ?>;text-decoration: none;}
	#component a:hover {color: <?php echo $this->params->get('componenthovercolor'); ?>;text-decoration: none;}
	#component-body{ background:<?php echo $this->params->get('componentbodybg'); ?>; padding:<?php echo $this->params->get('componentbodypadding'); ?>;}
	#menu-mobile{ background:<?php echo $this->params->get('mobilebackground'); ?>;  }
	.f-nav{ position: <?php echo $this->params->get('headscall'); ?>;}
	a:link, a:visited, a:active{ color: <?php echo $this->params->get('linkcolor'); ?>;text-decoration: none;}
	a:hover {color: <?php echo $this->params->get('hovercolor'); ?>;text-decoration: none;}
	h1{font-size:<?php echo $this->params->get('h1size'); ?> ; color:<?php echo $this->params->get('h1color'); ?>  ;font-family: '<?php echo $this->params->get('stylefonth'); ?>',sans-serif ; font-weight:<?php echo $this->params->get('fontweighth'); ?>;}
	h2{font-size:<?php echo $this->params->get('h2size'); ?> ; color:<?php echo $this->params->get('h2color'); ?>  ;font-family: '<?php echo $this->params->get('stylefonth'); ?>',sans-serif ; font-weight:<?php echo $this->params->get('fontweighth'); ?>;}
	h3{font-size:<?php echo $this->params->get('h3size'); ?> ; color:<?php echo $this->params->get('h3color'); ?>  ;font-family: '<?php echo $this->params->get('stylefonth'); ?>',sans-serif ; font-weight:<?php echo $this->params->get('fontweighth'); ?>;}
	h4{font-size:<?php echo $this->params->get('h4size'); ?> ; color:<?php echo $this->params->get('h4color'); ?>  ;font-family: '<?php echo $this->params->get('stylefonth'); ?>',sans-serif ; font-weight:<?php echo $this->params->get('fontweighth'); ?>;}
	h5{font-size:<?php echo $this->params->get('h5size'); ?> ; color:<?php echo $this->params->get('h5color'); ?>  ;font-family: '<?php echo $this->params->get('stylefonth'); ?>',sans-serif ; font-weight:<?php echo $this->params->get('fontweighth'); ?>;}
	<?php echo $this->params->get('htagcss'); ?>
	.category-list table, .category-list table tr, .category-list table th, .category-list .table-bordered>:not(caption)>*>*{ padding:<?php echo $this->params->get('listpadding'); ?> !important; border:<?php echo $this->params->get('listtablesize'); ?> <?php echo $this->params->get('listtablestyle'); ?> <?php echo $this->params->get('listtablecolor'); ?>; font-size:<?php echo $this->params->get('listsizetitle'); ?>;}
	.page-header h1{ font-size:<?php echo $this->params->get('contenth1size'); ?> ; color:<?php echo $this->params->get('contenth1color'); ?> !important;}
	.page-header h2{ font-size:<?php echo $this->params->get('contenth2size'); ?> ;}
	.blog-item { display:block !important;}
	.blog-item  .item-image  { width:<?php echo $this->params->get('contentimgsize'); ?>; float:left; display:block; padding:<?php echo $this->params->get('contentimgpadding'); ?>;}
	.columns-3 .item-image, .columns-4 .item-image{ width:100%;}
	.item-content{ width:<?php echo $this->params->get('contentblogsize'); ?>; float: left; display:block; padding:<?php echo $this->params->get('contentblogpadding'); ?>;}
	.columns-3 .item-content, .columns-4 .item-content { width:100%;}
	.com-content-article__body img{ padding:<?php echo $this->params->get('contentitempadding'); ?>;}
	.readmore a:link, .readmore a:visited, .readmore a:active{ margin-left:5px; margin-top:15px; color: <?php echo $this->params->get('readmorelinkcolor'); ?> !important;text-decoration: none;padding:<?php echo $this->params->get('readmorepadding'); ?>; background:<?php echo $this->params->get('readmorebackground'); ?>; border:<?php echo $this->params->get('readmoreborder'); ?> <?php echo $this->params->get('readmorebordercolor'); ?>;}
	.readmore a:hover {color: <?php echo $this->params->get('readmorehovercolor'); ?>!important;text-decoration: none;padding:<?php echo $this->params->get('readmorepadding'); ?>;background:<?php echo $this->params->get('readmorehoverbackground'); ?>;border:<?php echo $this->params->get('readmoreborder'); ?> <?php echo $this->params->get('readmoreborderhovercolor'); ?>;}
	.pagination li a:link, .pagination li a:visited, .pagination li a:active { background:<?php echo $this->params->get('pagenavlinkbg'); ?>; color:<?php echo $this->params->get('pagenavlinkcolor'); ?>;padding:<?php echo $this->params->get('pagenavpadding'); ?> !important; cursor: pointer; border:1px solid <?php echo $this->params->get('pagenavlinkbg'); ?>; }
	.pagination li a:hover{background:<?php echo $this->params->get('pagenavhoverbg'); ?>; color:<?php echo $this->params->get('pagenavhovercolor'); ?>;padding:<?php echo $this->params->get('pagenavpadding'); ?> !important; cursor: pointer; }
	.pagination .btn-secondary { background:<?php echo $this->params->get('pagenavlinkbg'); ?>!important; color:<?php echo $this->params->get('pagenavlinkcolor'); ?>!important;padding:<?php echo $this->params->get('pagenavpadding'); ?> !important; cursor: pointer; border:1px solid <?php echo $this->params->get('pagenavlinkbg'); ?>; }
	.pagination .btn-secondary:hover {background:<?php echo $this->params->get('pagenavhoverbg'); ?>!important; color:<?php echo $this->params->get('pagenavhovercolor'); ?>!important;padding:<?php echo $this->params->get('pagenavpadding'); ?> !important; cursor: pointer; }
	.page-item.active .page-link{background:<?php echo $this->params->get('pagenavhoverbg'); ?> !important;border-color:<?php echo $this->params->get('pagenavhoverbg'); ?>!important;}
	table,tr,td{ border:<?php echo $this->params->get('tablesize'); ?>px <?php echo $this->params->get('tablestyle'); ?> <?php echo $this->params->get('tablebodercolor'); ?>; padding:<?php echo $this->params->get('tablepadding'); ?>;}
	table tr:nth-child(even){background-color: <?php echo $this->params->get('tablecolor'); ?>;}
	table tr:hover {background-color: <?php echo $this->params->get('tablehovercolor'); ?>;}
	#top{ display:<?php echo $this->params->get('topuse'); ?>; background:<?php echo $this->params->get('topbackground'); ?>;color:<?php echo $this->params->get('topcolor'); ?> ; }
	#top-body{background:<?php echo $this->params->get('topbodybackground'); ?>;padding:<?php echo $this->params->get('toppadding'); ?>;}
	#top a:link, #top a:visited, #top a:active{ color:<?php echo $this->params->get('toplinkcolor'); ?>;text-decoration: none;}
	#top a:hover {color:<?php echo $this->params->get('tophovercolor'); ?>;text-decoration: none;}
	<?php echo $this->params->get('topcss'); ?>
	
	#head{display:<?php echo $this->params->get('headuse'); ?>; background:<?php echo $this->params->get('headbackground'); ?> url(<?php echo $this->baseurl ?>/<?php echo $this->params->get('headbg'); ?>) <?php echo $this->params->get('headbgrepeat'); ?> center <?php echo $this->params->get('headbglayout'); ?> <?php echo $this->params->get('headbgfixed'); ?> ; <?php echo $this->params->get('headbgimg'); ?> color:<?php echo $this->params->get('headcolor'); ?>; padding:<?php echo $this->params->get('headpadding'); ?>;}
	#head-body{background:<?php echo $this->params->get('headbodybackground'); ?>; padding:<?php echo $this->params->get('headbodypadding'); ?>;}
	#head a:link, #head a:visited, #head a:active{ color:<?php echo $this->params->get('headlinkcolor'); ?>;text-decoration: none;}
	#head a:hover {color:<?php echo $this->params->get('headhovercolor'); ?>;text-decoration: none;}
	
	#menu{ background:<?php echo $this->params->get('menubackground'); ?>;color:<?php echo $this->params->get('menucolor'); ?>  ;padding:<?php echo $this->params->get('menupadding'); ?>;}
	.dj-megamenu-clean li a.dj-up_a{color:<?php echo $this->params->get('menucolor'); ?> !important  ;font-size:<?php echo $this->params->get('fontssize'); ?>px ;}
	.dj-megamenu-clean li.hover a.dj-up_a{color:<?php echo $this->params->get('menuhover'); ?> !important ;text-decoration: none;background:<?php echo $this->params->get('menuhoverbg'); ?> !important;}    
	.dj-megamenu-clean li li{ background:<?php echo $this->params->get('submenubackground'); ?>!important;}
	.dj-megamenu-clean li ul.dj-submenu > li > a{ color:<?php echo $this->params->get('submenucolor'); ?> !important;}
	.dj-megamenu-clean li ul.dj-submenu > li > a:hover{ background:<?php echo $this->params->get('submenubghover'); ?> !important;color:<?php echo $this->params->get('subcolorhover'); ?> !important;}
	.dj-megamenu li div.dj-subwrap{ background:<?php echo $this->params->get('submenubackground'); ?> !important;}
    .dj-megamenu-clean li div.dj-subwrap .dj-subwrap-in { background:<?php echo $this->params->get('submenubackground'); ?> !important;}
	.dj-megamenu-clean li.active a.dj-up_a{ color:<?php echo $this->params->get('menuhover'); ?> !important ;text-decoration: none;background:<?php echo $this->params->get('menuhoverbg'); ?> !important;}
	.dj-megamenu-clean li a.dj-up_a small.subtitle{ color:<?php echo $this->params->get('menusub'); ?> !important ;}	
	.dj-megamenu-clean li ul.dj-submenu > li > a.active{ color:<?php echo $this->params->get('menusubcoloractive'); ?> !important;}
	<?php echo $this->params->get('headcss'); ?>
	#slide{display:<?php echo $this->params->get('slideuse'); ?>; background:<?php echo $this->params->get('slidebackground'); ?> url(<?php echo $this->baseurl ?>/<?php echo $this->params->get('slidebg'); ?>) <?php echo $this->params->get('slidebgrepeat'); ?> center <?php echo $this->params->get('slidebglayout'); ?> <?php echo $this->params->get('slidebgfixed'); ?>  ;<?php echo $this->params->get('slidebgimg'); ?>color:<?php echo $this->params->get('slidecolor'); ?> ;padding:<?php echo $this->params->get('slidepadding'); ?>;}
	#slide-body{background:<?php echo $this->params->get('slidebodybackground'); ?>;padding:<?php echo $this->params->get('slidebodypadding'); ?>; }
	#slide a:link, #slide a:visited, #slide a:active{ color:<?php echo $this->params->get('slidelinkcolor'); ?>;text-decoration: none;}
	#slide a:hover {color:<?php echo $this->params->get('slidehovercolor'); ?>;text-decoration: none;}
	<?php echo $this->params->get('slidecss'); ?>
	#content-1{display:<?php echo $this->params->get('content-1use'); ?>;background:<?php echo $this->params->get('content-1background'); ?> url(<?php echo $this->baseurl ?>/<?php echo $this->params->get('content-1bg'); ?>) <?php echo $this->params->get('content-1bgrepeat'); ?> center <?php echo $this->params->get('content-1bglayout'); ?> <?php echo $this->params->get('content-1bgfixed'); ?>  ;<?php echo $this->params->get('content-1bgimg'); ?>color:<?php echo $this->params->get('content-1color'); ?> ;padding:<?php echo $this->params->get('content-1padding'); ?>; }
	#content-1-body{background:<?php echo $this->params->get('content-1bodybackground'); ?>;padding:<?php echo $this->params->get('content-1bodypadding'); ?>; }
	#content-1 a:link, #content-1 a:visited, #content-1 a:active{ color:<?php echo $this->params->get('content-1linkcolor'); ?>;text-decoration: none;}
	#content-1 a:hover {color:<?php echo $this->params->get('content-1hovercolor'); ?>;text-decoration: none;}
	<?php echo $this->params->get('content-1css'); ?>
	#content-2{display:<?php echo $this->params->get('content-2use'); ?>;background:<?php echo $this->params->get('content-2background'); ?> url(<?php echo $this->baseurl ?>/<?php echo $this->params->get('content-2bg'); ?>) <?php echo $this->params->get('content-2bgrepeat'); ?> center <?php echo $this->params->get('content-2bglayout'); ?> <?php echo $this->params->get('content-2bgfixed'); ?>  ;<?php echo $this->params->get('content-2bgimg'); ?>color:<?php echo $this->params->get('content-2color'); ?> ;padding:<?php echo $this->params->get('content-2padding'); ?>; }
	#content-2-body{background:<?php echo $this->params->get('content-2bodybackground'); ?>;padding:<?php echo $this->params->get('content-2bodypadding'); ?>; }
	#content-2 a:link, #content-2 a:visited, #content-2 a:active{ color:<?php echo $this->params->get('content-2linkcolor'); ?>;text-decoration: none;}
	#content-2 a:hover {color:<?php echo $this->params->get('content-2hovercolor'); ?>;text-decoration: none;}
	<?php echo $this->params->get('content-2css'); ?>
	#content-3{display:<?php echo $this->params->get('content-3use'); ?>;background:<?php echo $this->params->get('content-3background'); ?> url(<?php echo $this->baseurl ?>/<?php echo $this->params->get('content-3bg'); ?>) <?php echo $this->params->get('content-3bgrepeat'); ?> center <?php echo $this->params->get('content-3bglayout'); ?> <?php echo $this->params->get('content-3bgfixed'); ?>  ;<?php echo $this->params->get('content-3bgimg'); ?>color:<?php echo $this->params->get('content-3color'); ?> ;padding:<?php echo $this->params->get('content-3padding'); ?>; }
	#content-3-body{background:<?php echo $this->params->get('content-3bodybackground'); ?>;padding:<?php echo $this->params->get('content-3bodypadding'); ?>; }
	#content-3 a:link, #content-3 a:visited, #content-3 a:active{ color:<?php echo $this->params->get('content-3linkcolor'); ?>;text-decoration: none;}
	#content-3 a:hover {color:<?php echo $this->params->get('content-3hovercolor'); ?>;text-decoration: none;}
	<?php echo $this->params->get('content-3css'); ?>
	#content-4{display:<?php echo $this->params->get('content-4use'); ?>;background:<?php echo $this->params->get('content-4background'); ?> url(<?php echo $this->baseurl ?>/<?php echo $this->params->get('content-4bg'); ?>) <?php echo $this->params->get('content-4bgrepeat'); ?> center <?php echo $this->params->get('content-4bglayout'); ?>  <?php echo $this->params->get('content-4bgfixed'); ?>  ;<?php echo $this->params->get('content-4bgimg'); ?>color:<?php echo $this->params->get('content-4color'); ?> ;padding:<?php echo $this->params->get('content-4padding'); ?>; }
	#content-4-body{background:<?php echo $this->params->get('content-4bodybackground'); ?>;padding:<?php echo $this->params->get('content-4bodypadding'); ?>; }
	#content-4 a:link, #content-4 a:visited, #content-4 a:active{ color:<?php echo $this->params->get('content-4linkcolor'); ?>;text-decoration: none;}
	#content-4 a:hover {color:<?php echo $this->params->get('content-4hovercolor'); ?>;text-decoration: none;}
	<?php echo $this->params->get('content-4css'); ?>
	#content-5{display:<?php echo $this->params->get('content-5use'); ?>;background:<?php echo $this->params->get('content-5background'); ?> url(<?php echo $this->baseurl ?>/<?php echo $this->params->get('content-5bg'); ?>) <?php echo $this->params->get('content-5bgrepeat'); ?> center <?php echo $this->params->get('content-5bglayout'); ?> <?php echo $this->params->get('content-5bgfixed'); ?>  ;<?php echo $this->params->get('content-5bgimg'); ?>color:<?php echo $this->params->get('content-5color'); ?> ;padding:<?php echo $this->params->get('content-5padding'); ?>; }
	#content-5-body{background:<?php echo $this->params->get('content-5bodybackground'); ?>;padding:<?php echo $this->params->get('content-5bodypadding'); ?>; }
	#content-5 a:link, #content-5 a:visited, #content-5 a:active{ color:<?php echo $this->params->get('content-5linkcolor'); ?>;text-decoration: none;}
	#content-5 a:hover {color:<?php echo $this->params->get('content-5hovercolor'); ?>;text-decoration: none;}
	<?php echo $this->params->get('content-5css'); ?>
	#footer{display:<?php echo $this->params->get('footeruse'); ?>;background:<?php echo $this->params->get('footerbackground'); ?> url(<?php echo $this->baseurl ?>/<?php echo $this->params->get('footerbg'); ?>) <?php echo $this->params->get('footerbgrepeat'); ?> center <?php echo $this->params->get('footerbglayout'); ?> <?php echo $this->params->get('footerbgfixed'); ?>  ;<?php echo $this->params->get('footerbgimg'); ?>color:<?php echo $this->params->get('footercolor'); ?> ;padding:<?php echo $this->params->get('footerpadding'); ?>; }
	#footer-body{background:<?php echo $this->params->get('footerbodybackground'); ?>;padding:<?php echo $this->params->get('footerbodypadding'); ?>; }
	#footer a:link, #footer a:visited, #footer a:active{ color:<?php echo $this->params->get('footerlinkcolor'); ?>;text-decoration: none;}
	#footer a:hover {color:<?php echo $this->params->get('footerhovercolor'); ?>;text-decoration: none;border-bottom:1px dashed <?php echo $this->params->get('footerhovercolor'); ?>;}
	#footer h3{ border-bottom:1px dashed <?php echo $this->params->get('footerh3color'); ?>; color:<?php echo $this->params->get('footerh3color'); ?>;}
	<?php echo $this->params->get('footercss'); ?>
	#copyright{ background:<?php echo $this->params->get('copyrightbackground'); ?>; color:<?php echo $this->params->get('copyrightcolor'); ?> ; padding:<?php echo $this->params->get('copyrightpadding'); ?> ;}
	#copyright a:link, #copyright a:visited, #copyright a:active{ color:<?php echo $this->params->get('copyrightlinkcolor'); ?>;text-decoration: none;}
	#copyright a:hover {color:<?php echo $this->params->get('copyrighthovercolor'); ?>;text-decoration: none; border-bottom:1px dashed <?php echo $this->params->get('copyrighthovercolor'); ?>;}
	<?php echo $this->params->get('copyrightcss'); ?>
	.footer2{ display:<?php echo $this->params->get('joomla'); ?>!important;}
	
	#breadcrumbs{display:<?php echo $this->params->get('breadcrumbsuse'); ?>;background:<?php echo $this->params->get('breadcrumbsbackground'); ?> url(<?php echo $this->baseurl ?>/<?php echo $this->params->get('breadcrumbsbg'); ?>) <?php echo $this->params->get('breadcrumbsbgrepeat'); ?> center <?php echo $this->params->get('breadcrumbsbglayout'); ?> <?php echo $this->params->get('breadcrumbsbgfixed'); ?>  ;<?php echo $this->params->get('breadcrumbsbgimg'); ?>color:<?php echo $this->params->get('breadcrumbscolor'); ?> ;padding:<?php echo $this->params->get('breadcrumbspadding'); ?>; }
	#breadcrumbs-body{background:<?php echo $this->params->get('breadcrumbsbodybackground'); ?>;padding:<?php echo $this->params->get('breadcrumbsbodypadding'); ?>; }
	#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active{ color:<?php echo $this->params->get('breadcrumbslinkcolor'); ?>;text-decoration: none;}
	#breadcrumbs a:hover {color:<?php echo $this->params->get('breadcrumbshovercolor'); ?>;text-decoration: none;}
	<?php echo $this->params->get('breadcrumbscss'); ?>
	
	#component-right{ padding:<?php echo $this->params->get('comrightpadding'); ?>;}
	#component-right-module{background:<?php echo $this->params->get('comrightbg'); ?>;color:<?php echo $this->params->get('comrightcolor'); ?>;padding:<?php echo $this->params->get('comrightmodulepadding'); ?>;}
	#component-right a:link, #component-right a:visited, #component-right a:active{ color:<?php echo $this->params->get('comrightlinkcolor'); ?>;text-decoration: none;}
	#component-right a:hover {color:<?php echo $this->params->get('comrighthovercolor'); ?>;text-decoration: none; }
	#component-right h1, #component-right h2, #component-right h3, #component-right h4, #component-right h5{ background:<?php echo $this->params->get('comrighthbackground'); ?>;color:<?php echo $this->params->get('comrighthcolor'); ?>; font-size:<?php echo $this->params->get('comrighthsize'); ?>; padding:<?php echo $this->params->get('comrighthpadding'); ?>;}
	<?php echo $this->params->get('comrightcss'); ?>
	#ads-top{ padding:<?php echo $this->params->get('adstoppadding'); ?>; background:<?php echo $this->params->get('adstopbg'); ?>;}
	#ads-top a:link, #ads-top a:visited, #ads-top a:active{ color:<?php echo $this->params->get('adstoplinkcolor'); ?>;text-decoration: none;}
	#ads-top a:hover {color:<?php echo $this->params->get('adstophovercolor'); ?>;text-decoration: none; }
	#ads-top h1, #ads-top h2, #ads-top h3, #ads-top h4, #ads-top h5{ background:<?php echo $this->params->get('adstopbackground'); ?>;color:<?php echo $this->params->get('adstophcolor'); ?>; font-size:<?php echo $this->params->get('adstophsize'); ?>; padding:<?php echo $this->params->get('adstophpadding'); ?>;}
	<?php echo $this->params->get('adstopcss'); ?>
	#ads-under{ padding:<?php echo $this->params->get('adsunderpadding'); ?>; background:<?php echo $this->params->get('adsunderbg'); ?>;}
	#ads-under a:link, #ads-under a:visited, #ads-under a:active{ color:<?php echo $this->params->get('adsunderlinkcolor'); ?>;text-decoration: none;}
	#ads-under a:hover {color:<?php echo $this->params->get('adsunderhovercolor'); ?>;text-decoration: none; }
	#ads-under h1, #ads-under h2, #ads-under h3, #ads-under h4, #ads-under h5{ background:<?php echo $this->params->get('adsunderbackground'); ?>;color:<?php echo $this->params->get('adsunderhcolor'); ?>; font-size:<?php echo $this->params->get('adsunderhsize'); ?>; padding:<?php echo $this->params->get('adsunderhpadding'); ?>;}
	<?php echo $this->params->get('adsundercss'); ?>
	<?php echo $this->params->get('customcss'); ?>
	
	
	
</style>

Copyright © 2019 by b0y-101