Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$registerPlugin is deprecated in /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 182

Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$registerFilter is deprecated in /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 182

Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$append is deprecated in /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 182

Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$getTemplateVars is deprecated in /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 182

Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$registerPlugin is deprecated in /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 182

Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$registerFilter is deprecated in /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 182

Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$append is deprecated in /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 182

Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$getTemplateVars is deprecated in /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 182

Warning: Cannot modify header information - headers already sent by (output started at /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_extension_handler.php:182) in /home/gurukulvidya/public_html/latestphotos/include/page_header.php on line 99

Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$unregisterFilter is deprecated in /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 182

Deprecated: Creation of dynamic property CssAtMediaStartToken::$MediaTypes is deprecated in /home/gurukulvidya/public_html/latestphotos/include/cssmin.class.php on line 34

Deprecated: Creation of dynamic property CssAtMediaStartToken::$MediaTypes is deprecated in /home/gurukulvidya/public_html/latestphotos/include/cssmin.class.php on line 34

Deprecated: Creation of dynamic property CssAtMediaStartToken::$MediaTypes is deprecated in /home/gurukulvidya/public_html/latestphotos/include/cssmin.class.php on line 34

Deprecated: Creation of dynamic property CssAtMediaStartToken::$MediaTypes is deprecated in /home/gurukulvidya/public_html/latestphotos/include/cssmin.class.php on line 34

Deprecated: Creation of dynamic property CssAtMediaStartToken::$MediaTypes is deprecated in /home/gurukulvidya/public_html/latestphotos/include/cssmin.class.php on line 34

Deprecated: Creation of dynamic property Smarty_Internal_Template::$compiled is deprecated in /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_template.php on line 719
/* Thumbnail "elastic" layout */ .thumbnails { margin: 1em 0; padding: 0; list-style: none; text-align: center; /* to center the whole collection in .content */ } .thumbnails LI { display: inline } .thumbnails .wrap1 { margin: 0 7px 5px 7px; display: table-cell; display: inline-table; display: inline-block;/* Why 3 display option ??? */ vertical-align: top; /* OK with Opera and IE6 not Geko */ text-align: center; /* to center the thumbnail and legend in Geko/Opera */ } .thumbnails .wrap2 { margin: 0; /* important reset the margins */ display: table-cell;/* block prevents vertical-align here */ vertical-align: middle;/* Ok with Opera and Geko not IE6 */ border-radius: 4px; /* round corners with CSS3 compliant browsers */ border: 1px solid gray; } .thumbnails .wrap2 A { display: block; } .thumbnails IMG { vertical-align: middle; } .thumbnails .thumbLegend { overflow: hidden;/* oversized legend is clipped */ height: 4em; /* legend height (don't set auto to be Gecko friendly)*/ } .overDesc { color: white; background-color: rgba(0,0,0,0.5); position: absolute; height: 1.5em; width: 100%; left: 0; /* for IE7, all others use 0 by default*/ bottom: -100px; overflow: hidden; text-align: center; text-shadow: 1px 1px 3px rgba(0,0,0,0.8); line-height: 1.4; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; transition: all 200ms ease-out 0s; } LI:hover>.overDesc { bottom: -1px; /* -1 for IE8 which has some rounding issues */ } /* Category thumbnails on main page, CSS code inspired from MOD subcatify */ .thumbnailCategories { margin: 0; padding: 0; list-style: none; overflow: hidden; width: 100%; } .thumbnailCategories LI { margin: 0; padding: 0; float: left; width: 49.7%; /* 49.7% for 2 per line, 33.2% for 3 per line*/ } .thumbnailCategory { display:block; padding: 2px 0 0 2px; margin: 5px; border: 1px solid gray; display:flex; flex-wrap: wrap; } .thumbnailCategory .description { font-size: 90%; overflow-y: auto; /*width: inherit;*/ max-height:85%; /* max-width:70%; */ flex: 1 0; width:70%; margin-right:10px; } .thumbnailCategory .description H3 { text-align: left; margin: 0; padding: 0.1em; font-size: 120%; } .thumbnailCategory .illustration{ flex: 1 0; max-width:30%; } /* width */ .thumbnailCategory .description::-webkit-scrollbar { width: 10px; } /* Track */ .thumbnailCategory .description::-webkit-scrollbar { background: rgba(255,255,255, 0.2); border-radius:15px; } /* Handle */ .thumbnailCategory .description::-webkit-scrollbar-thumb { background: rgba(255,255,255, 0.5); border-radius:15px; } /* Handle on hover */ .thumbnailCategory .description::-webkit-scrollbar-thumb:hover { background: #555; } .thumbnailCategory .illustration img{ object-fit: cover; } .illustration { /*also used by comment lists*/ text-align: left; margin: 2px 0 0 2px; float: left; } .thumbnails .wrap2:hover, .thumbnailCategory:hover { border-color: #ddd; /* thumbnails border color when mouse cursor is over it */ } /*Album thumbnails*/ .albThumbs { list-style: none; padding: 0; text-align: center; } .albThumbs LI { display: inline-block; position: relative; overflow: hidden; margin: 5px 5px; width: 250px; height: 250px; } .albImg { display: block; position: relative top: 0px; left: 0px; } .albLegend { height: 4em; width: 100%; text-align: left; position: absolute; left: 0; /* for IE7, all others use 0 by default*/ bottom: -1px; /* -1 for IE8 which has some rounding issues */ overflow: hidden; text-shadow: 1px 1px 3px rgba(0,0,0,0.8); line-height: 1.4; text-indent: 5px; filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#08000000,endColorStr=#90000000); /* IE to 9*/ background-image: -moz-linear-gradient(top,rgba(0,0,0,0.01),rgba(0,0,0,0.5)); /* FF 3.16 to 15 */ background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.01),rgba(0,0,0,0.5)); /* Chrome, Safari */ background-image: -ms-linear-gradient(top,rgba(0,0,0,0.01),rgba(0,0,0,0.5)); /* IE ? to 9 */ background-image: -o-linear-gradient(top,rgba(0,0,0,0.01),rgba(0,0,0,0.5)); /* Opera 11 to 12 */ background-image: linear-gradient(to bottom,rgba(0,0,0,0.01),rgba(0,0,0,0.5)); /* Standard must be last */ } .albLegend H4 { margin: 1em 0 2px; overflow: hidden; } .albLegendRight { float: right; margin-right: 2px !important; } @media
Warning: Undefined array key "cssResolution" in /home/gurukulvidya/public_html/latestphotos/_data/templates_c/49rvrd^85e131b63b743a477059f59609869bcfa464f684_0.file.index.css.tpl.php on line 239

Warning: Trying to access array offset on value of type null in /home/gurukulvidya/public_html/latestphotos/_data/templates_c/49rvrd^85e131b63b743a477059f59609869bcfa464f684_0.file.index.css.tpl.php on line 239

Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, no array or string given in /home/gurukulvidya/public_html/latestphotos/_data/templates_c/49rvrd^85e131b63b743a477059f59609869bcfa464f684_0.file.index.css.tpl.php:239 Stack trace: #0 /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_template_resource_base.php(123): content_6484ca8cab02f9_18973727(Object(Smarty_Internal_Template)) #1 /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_template_compiled.php(114): Smarty_Template_Resource_Base->getRenderedTemplateCode(Object(Smarty_Internal_Template)) #2 /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_template.php(216): Smarty_Template_Compiled->render(Object(Smarty_Internal_Template)) #3 /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_templatebase.php(238): Smarty_Internal_Template->render(false, 0) #4 /home/gurukulvidya/public_html/latestphotos/include/smarty/libs/sysplugins/smarty_internal_templatebase.php(116): Smarty_Internal_TemplateBase->_execute(Object(Smarty_Internal_Template), NULL, NULL, NULL, 0) #5 /home/gurukulvidya/public_html/latestphotos/include/template.class.php(469): Smarty_Internal_TemplateBase->fetch('/home/gurukulvi...') #6 /home/gurukulvidya/public_html/latestphotos/include/template.class.php(1961): Template->parse('css.969b4de18fc...', true) #7 /home/gurukulvidya/public_html/latestphotos/include/template.class.php(1907): FileCombiner->process_combinable(Object(Css), true, false, '') #8 /home/gurukulvidya/public_html/latestphotos/include/template.class.php(1882): FileCombiner->flush_pending(Array, Array, '/latestphotos/>...', false) #9 /home/gurukulvidya/public_html/latestphotos/include/template.class.php(1398): FileCombiner->combine() #10 /home/gurukulvidya/public_html/latestphotos/include/template.class.php(517): CssLoader->get_css() #11 /home/gurukulvidya/public_html/latestphotos/include/template.class.php(561): Template->flush() #12 /home/gurukulvidya/public_html/latestphotos/include/page_tail.php(94): Template->p() #13 /home/gurukulvidya/public_html/latestphotos/include/functions.inc.php(1012): include('/home/gurukulvi...') #14 /home/gurukulvidya/public_html/latestphotos/include/functions.inc.php(1041): redirect_html('/latestphotos/', 'Redirection...', 0) #15 /home/gurukulvidya/public_html/latestphotos/include/no_photo_yet.inc.php(40): redirect('/latestphotos/') #16 /home/gurukulvidya/public_html/latestphotos/include/common.inc.php(247): include('/home/gurukulvi...') #17 /home/gurukulvidya/public_html/latestphotos/index.php(11): include_once('/home/gurukulvi...') #18 {main} thrown in /home/gurukulvidya/public_html/latestphotos/_data/templates_c/49rvrd^85e131b63b743a477059f59609869bcfa464f684_0.file.index.css.tpl.php on line 239