Your IP : 216.73.216.109


Current Path : /home/cbequiperp/www/components/com_flexicontent/templates/grid/less/
Upload File :
Current File : /home/cbequiperp/www/components/com_flexicontent/templates/grid/less/item.less

@import 'include/config.less';

/* Blog Theme : item template CSS file */


/* CSS rules for fields display via Template parameters */
/* LESS EXAMPLE variable name: 'FCI_' + parameter name */

/* Label styling */

body #flexicontent .flexi.label,
body #flexicontent .desc-title.label {
	background-color: @FCI_label_bg_color;
	color: @FCI_label_txt_color;
	border-radius: @FCI_label_radius*1px;
}

/* e.g. 'FCI_' + 'title_color' =>  'FCI_title_color' */

/* CONTAINER of item title */
.news.fc-item-block .fcitem_title_box {
	display: block;
	background: @FCI_title_background;
	margin: 0;
	padding: 6px;
}

/* e.g. 'FCI_' + 'title_color' =>  'FCI_title_color' */
.news.fc-item-block .fcitem_title,
.news.fc-item-block .fcitem_title a {
	color: @FCI_title_color;
	font-size: @FCI_title_font_size;
	background-color: transparent;
	line-height: 1.2em;
	width: 100%;
	display: inline-block;
}

.news.fc-item-block .fcitem_title {
	text-shadow: 1px 1px 1px black;
	height: 2.4em;
	display: table-cell;
	vertical-align: middle;
	padding: 1px 4px;
	margin: 2px 0px;
	/*border: 1px dashed #bbbbbb;*/
	font-size: 120%;
}
.news.fc-item-block .fcitem_title:hover {
	/*border: 1px dashed black;*/
}

/* item title styling (link, etc) */
.news.fc-item-block .fcitem_title a {
	text-decoration: none;
	-webkit-transition: all 0.4s;transition: all 0.4s;
	
}
.news.fc-item-block .fcitem_title:hover a,
.news.fc-item-block .fcitem_title a:hover {
	cursor: pointer;
	text-shadow: 1px 1px 3px black;
}
.news.fc-item-block .fc_overlayed .fcitem_title a {
	/*text-shadow: 1px 1px 2px #000, -1px -1px #000, 1px 1px #000;*/
	text-shadow: 1px 1px 1px black;
}

.iteminfo .createdline,
.iteminfo .modifiedline {
	font-size: 90%;
	display: block;
}

.iteminfo .createdby,
.iteminfo .modifiedby {
	font-size: 90%;
	font-weight: normal;
	display: inline-block;
}

.iteminfo .created,
.iteminfo .modified {
	font-size: 90%;
	font-weight: bold;
	display: inline-block;
}

.itemactions,
.iteminfo,
.itemadditionnal,
.description {
	margin: 1em 0 1em 0;
}
.iteminfo {
	margin: 1em 0 1em 0.4em;
}
.description {
	clear: both;
}
.itemactions span {
	margin: 0 0 0.5em;
}
.itemactions .voting,
.itemactions .favourites {
	margin-right: 32px;
	float: left;
}

.itemadditionnal span {
	margin: 0 0 0.3em;
}
.itemadditionnal .categories {
	display: block;
}
.itemadditionnal .tags {
	display: block;
}



/*******************************************************************/
/*** Part 2, CSS rules for fields display via Template positions ***/
/*******************************************************************/


/* Rule for customblock used to display fields via template positions */
.customblock {
	width: 98% !important;
	padding: 2px 1% !important;
	margin: 8px 0px !important;
	display: block;
	float: left;
	border: 1px solid #dddddd;
	border-radius: 4px;
}


/* Default rule for elements: Use auto columns, via min-width we can have full row automaticaly for larger elements (pseudo colspan=2 via css) */
.customblock .element {
	max-width: 100% !important;
	min-width: 50% !important;
	padding: 3px 0% 3px 0% !important;
	margin: 0% !important;
	display: block;
	float: left;
	border-width: 0%;
}

/* Force 1 column for all elements */
.customblock .element.singlecol {
	width: 100% !important;
	padding: 0% !important;
}

/* Force 2 columns for all elements */
.customblock .element.doublecol {
	width: 48% !important;
	overflow: hidden;
}


/* Field label inside the custom blocks */
.customblock .flexi.label {}

/* Field value inside the custom blocks */
.customblock .flexi.value {}

/* Field value when having no label */
.customblock .flexi.value.nolabel {
	width: 100% !important;
}



.news.fc-item-block .table.fc-tbl-featured {
	border-collapse: separate;
	border-spacing: 2px;
	border: 0px solid grey;
	width: 100%;
	max-width: 1200px;
	background-color: @FCI_featured_row_bgcolor;
	color: @FCI_featured_row_text_color;
	font-size: @FCI_featured_row_font_size;
	
	th, td {
		border: 0px solid grey;
	}
	
	th {
		font-weight: normal;
		font-size: 120%;
		text-transform: capitalize;
	}
	td {
		font-weight: normal;
		font-size: 140%;
		padding: 8px;
	}

	td.fc-tbl-row-title {
		vertical-align: middle;
	}

	td.fc-tbl-row-logo {
	}
}


@media only screen and (max-width: 767px) {
	/* phones and small-sized tablets */
	.news.fc-item-block .table.fc-tbl-featured {
		th {
			font-size: 110%;
		}
		td {
			font-size: 120%;
		}
	}
}


.news.fc-item-block .tabberlive.fc-tabber-styled {
	div.tabbertab {
		padding: 24px !important;
		border: 0 !important;
		background: #F1ECE2 !important;
	}

	ul.tabbernav {
		width: 100% !important;
		background: #555 !important;
		padding: 0 !important;
		border: 0 !important;
		
		> li {
			margin: 0 !important;
			border: 0 !important;
			border-right: 1px solid white !important;

			> a.tabberheading {
				border: 0 !important;
				border-radius: 0 !important;
				font-family: verdana !important;
				font-weight: bold !important;
				padding: 4px 96px 4px 48px !important;
				background: transparent !important;
				color: #FFF !important;
				font-weight: bold !important;
				font-size: 16px !important;
			}
		}
		> li.tabberactive {
			> a:before {
				border: 0 !important;
			}

			> a.tabberheading {
				background: #F1ECE2 !important;
				color: #555 !important;
				border: 0 !important;
				border-radius: 0 !important;
			}
		}
	}
}


@media only screen and (min-width: 1280px) and (max-width: 1399px) {
	/* medium-sized desktops */
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	/* small-sized desktops */
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	/* large-sized tablets */
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	/* medium-sized tablets */
	.news.fc-item-block .tabberlive.fc-tabber-styled {
		ul.tabbernav {			
			> li {
				> a.tabberheading {
					padding: 4px 32px 4px 16px !important;
					font-size: 14px !important;
				}
			}
		}
	}
}

@media only screen and (max-width: 767px) {
	/* phones and small-sized tablets */
	.news.fc-item-block .tabberlive.fc-tabber-styled {
		ul.tabbernav {			
			> li {
				> a.tabberheading {
					padding: 4px 12px 4px 6px !important;
					font-size: 12px !important;
				}
			}
		}
	}
}


// ***
// *** A row of content
// ***

.flexi.lineinfo {
	display: block;
	padding: 0;
	margin: 0 0 1em;
	overflow: hidden;
	clear: both;
}


// ***
// *** Allow responsive width while floating
// ***

.tabbertab .flexi.element,
.subtitle1 .flexi.element,
.subtitle2 .flexi.element,
.subtitle3 .flexi.element {
	clear: none;
	display: block;
	float: left;
	max-width: 96% !important;  /* Allow responsive width while floating */
	padding: 0% !important;  /* Allow responsive width while floating */
	margin: 0.5em 2% 0.5em 2% !important;
}


// ***
// *** POSITIONS: SubtitleN
// ***

.flexi.subtitle1 {}
.flexi.subtitle2 {}
.flexi.subtitle3 {}


// ***
// *** POSITION: Top Block
// ***

.flexi.topblock {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.topblock .flexi.image {
	display: block;
	float: left;
	max-width: 99% !important;  /* Allow responsive width while floating */
	padding: 0% !important;  /* Allow responsive width while floating */
	margin-right: 1%;
	margin-left: 0%;
	line-height: 0px;
	border: 0px solid silver;
}
.topblock .flexi.image a {
	outline: none;
}
.topblock .flexi.image img {
	border: 1px solid white;
}
.topblock .flexi.infoblock {
	overflow: hidden;
}


/* infoblock: Field block styling */
.flexi.infoblock {
	border: 1px solid silver;
	margin: 0 0 10px;
	padding: 10px;
}
.infoblock ul.flexi {
	margin: 0 !important;
	padding: 0 !important;
}
.infoblock ul li.flexi {
	padding: 0;
	background: none;
	min-height: 10px;
	display: inline-block;
	vertical-align: top;
	margin: 0%;
	zoom: 1;
}


/* Field values into 1 column */
.onecols ul li.flexi {
	width: 100%;
}
.onecols .flexi.label {
	min-width: 20%;
	margin-right: 4%;
	margin-bottom: 6px;
}
.onecols .flexi.value {
	min-width: 74%;
	margin-right: 1%;
}


/* Field values into 2 columns */
.twocols ul li.flexi {
	min-width: 48%;
}
.twocols .flexi.label {
	min-width: 34%;
	margin: 2px 3% 6px 0;
	box-sizing: border-box;
}
.twocols .flexi.value {
	min-width: 59%;
	margin: 2px 4% 6px 0;
	box-sizing: border-box;
}

/*
 * clearfix, for clearing a block that contains floated elements
 * without appending an extra HTML TAG with 'clearfix' class
 */

.group {
	overflow: auto !important;
}