/
home
/
assocoweys
/
avexp
/
modules
/
mod_latestnewsenhancedextended
/
styles
/
overall
/
originalmodern
/
Upload File
HOME
<?php /** * @copyright Copyright (C) 2011 Simplify Your Web, Inc. All rights reserved. * @license GNU General Public License version 3 or later; see LICENSE.txt */ // No direct access to this file defined('_JEXEC') or die; // Explicitly declare the type of content //header("Content-type: text/css; charset=UTF-8"); ?> <?php echo $suffix; ?> ul.latestnews-items li.latestnews-item.active { opacity: 0.5; } <?php if ($item_width_unit == '%' && $item_width > 50) : ?> <?php echo $suffix; ?> ul.latestnews-items li.full { margin-right: <?php echo ((100 - $item_width) / 2); ?>%; margin-left: <?php echo ((100 - $item_width) / 2); ?>%; } <?php endif; ?> <?php echo $suffix; ?> ul.latestnews-items li.downgraded { width: <?php echo $downgraded_item_width; ?><?php echo $downgraded_item_width_unit; ?>; } <?php echo $suffix; ?> .innernews { overflow: hidden; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-items: stretch; } <?php echo $suffix; ?> .head_right .innernews { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } <?php echo $suffix; ?> .head_left .innernews, <?php echo $suffix; ?> .head_right .innernews { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } <?php echo $suffix; ?> .text_bottom .innernews { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } <?php echo $suffix; ?> .text_top .innernews { -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } <?php echo $suffix; ?> .newshead { -webkit-box-flex: none; -moz-box-flex: none; -webkit-flex: none; -ms-flex: none; flex: none; } <?php echo $suffix; ?> .text_top .newshead, <?php echo $suffix; ?> .text_bottom .newshead { width: 100%; } <?php if ($head_align) : ?> <?php echo $suffix; ?> .text_top .newshead > div, <?php echo $suffix; ?> .text_bottom .newshead > div { <?php if ($head_align == 'left') : ?> margin: 0 auto 0 0; <?php elseif ($head_align == 'right') : ?> margin: 0 0 0 auto; <?php elseif ($head_align == 'center') : ?> margin: 0 auto; <?php endif; ?> } <?php endif; ?> <?php echo $suffix; ?> .head_left .newsinfooverhead, <?php echo $suffix; ?> .head_right .newsinfooverhead, <?php echo $suffix; ?> .text_top .newsinfooverhead { display: none; } <?php echo $suffix; ?> .newsinfo, <?php echo $suffix; ?> .text_bottom .newsinfooverhead { -webkit-box-flex: 1 1 auto; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 10px; text-align: initial; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; <?php if ($force_title_one_line) : ?> min-width: 0; /* to fix ellipsis */ <?php endif; ?> } /* for flexbox to work in IE11 */ <?php echo $suffix; ?> .head_right .newsinfo, <?php echo $suffix; ?> .head_left .newsinfo { -webkit-box-flex: 1 1 0px; -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; } <?php echo $suffix; ?> .newstitle { font-weight: bold; padding: 0 0 10px 0; -webkit-box-flex: none; -webkit-flex: none; -ms-flex: none; flex: none; } <?php echo $suffix; ?> .item_details + .newstitle + .newsintro, <?php echo $suffix; ?> .item_details + .newsintro { -webkit-box-flex: 1 1 auto; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; } <?php echo $suffix; ?> .newsintro { padding: 0 0 10px 0; -webkit-box-flex: none; -webkit-flex: none; -ms-flex: none; flex: none; } <?php echo $suffix; ?> .newsinfo .item_details { padding: 0 0 10px 0; -webkit-box-flex: none; -webkit-flex: none; -ms-flex: none; flex: none; } <?php echo $suffix; ?> .newsinfo .item_details.after_text { -webkit-box-flex: 1 1 auto; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; } <?php echo $suffix; ?> p.link, <?php echo $suffix; ?> .catlink, <?php echo $suffix; ?> .head_right p.link.linkright, <?php echo $suffix; ?> .head_right .catlink.linkright, html[dir="rtl"] <?php echo $suffix; ?> .head_right p.link, html[dir="rtl"] <?php echo $suffix; ?> .head_right .catlink, html[dir="rtl"] <?php echo $suffix; ?> p.link.linkleft, html[dir="rtl"] <?php echo $suffix; ?> .catlink.linkleft { -webkit-box-flex: none; -moz-box-flex: none; -webkit-flex: none; -ms-flex: none; flex: none; -ms-flex-item-align: end; align-self: flex-end; margin: 0; } <?php echo $suffix; ?> p.link.linkleft, <?php echo $suffix; ?> .catlink.linkleft, <?php echo $suffix; ?> .head_right p.link, <?php echo $suffix; ?> .head_right .catlink, html[dir="rtl"] <?php echo $suffix; ?> p.link.linkright, html[dir="rtl"] <?php echo $suffix; ?> .catlink.linkright { -ms-flex-item-align: start; align-self: flex-start; } <?php echo $suffix; ?> p.link.linkcenter, <?php echo $suffix; ?> .catlink.linkcenter { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } <?php echo $suffix; ?> p.link.linkjustify, <?php echo $suffix; ?> .catlink.linkjustify { -ms-flex-item-align: stretch; -ms-grid-row-align: stretch; align-self: stretch; } <?php echo $suffix; ?> p.link + .catlink { padding: 10px 0 0 0; } <?php echo $suffix; ?> .innernews > .catlink { display: none; } <?php if ($image) : ?> <?php echo $suffix; ?> .newshead.picturetype { position: relative; max-width: 100%; } <?php if ($pic_border_width > 0 || $pic_border_radius > 0) : ?> <?php echo $suffix; ?> .newshead .picture, <?php echo $suffix; ?> .newshead .nopicture { <?php if ($pic_border_width > 0) : ?> border: <?php echo $pic_border_width ?>px solid <?php echo $pic_border_color ?>; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; <?php endif; ?> <?php if ($pic_border_radius > 0) : ?> border-radius: <?php echo $pic_border_radius; ?>px; -moz-border-radius: <?php echo $pic_border_radius; ?>px; -webkit-border-radius: <?php echo $pic_border_radius; ?>px; <?php endif; ?> } <?php endif; ?> <?php echo $suffix; ?> .newshead .picture img { display: inherit; } <?php if (intval($pic_shadow_width) > 0 && $pic_shadow_type === 's') : ?> <?php echo $suffix; ?> .shadow.simple .picturetype { padding: <?php echo (intval($pic_shadow_width) + 2) ?>px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } <?php echo $suffix; ?> .shadow.simple .picture, <?php echo $suffix; ?> .shadow.simple .nopicture { -moz-box-shadow: 0 0 <?php echo $pic_shadow_width; ?>px rgba(0, 0, 0, 0.8); -webkit-box-shadow: 0 0 <?php echo $pic_shadow_width; ?>px rgba(0, 0, 0, 0.8); box-shadow: 0 0 <?php echo $pic_shadow_width; ?>px rgba(0, 0, 0, 0.8); } <?php endif; ?> <?php if (intval($pic_shadow_width) > 0 && $pic_shadow_type !== 's') : ?> <?php echo $suffix; ?> .shadow.vshapeleft .picturetype, <?php echo $suffix; ?> .shadow.vshaperight .picturetype { margin-bottom: <?php echo $pic_shadow_width; ?>px; } <?php echo $suffix; ?> .shadow.vshapeleft .picturetype:before, <?php echo $suffix; ?> .shadow.vshaperight .picturetype:after { content: ""; position: absolute; top: 80%; left: 20px; bottom: <?php echo $pic_shadow_width; ?>px; width: 50%; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -o-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg); background-color: transparent; -webkit-box-shadow: 0 <?php echo $pic_shadow_width; ?>px 10px #777; -moz-box-shadow: 0 <?php echo $pic_shadow_width; ?>px 10px #777; box-shadow: 0 <?php echo $pic_shadow_width; ?>px 10px #777; } <?php echo $suffix; ?> .shadow.vshaperight .picturetype:after { left: auto; right: 20px; -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -o-transform: rotate(3deg); -ms-transform: rotate(3deg); transform: rotate(3deg); } <?php echo $suffix; ?> .shadow.vshapeleft .picture, <?php echo $suffix; ?> .shadow.vshaperight .picture, <?php echo $suffix; ?> .shadow.vshapeleft .nopicture, <?php echo $suffix; ?> .shadow.vshaperight .nopicture { z-index: 1; position: relative; } <?php endif; ?> <?php endif; ?>