Your IP : 216.73.216.43


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

@import 'include/config.less';

/* Blog Theme : item template CSS file */

/*LESS EXAMPLE variable name: 'fc_item_' + parameter name */
/* e.g. 'FCI_' + 'title_color' =>  'FCI_title_color' */
#flexicontent .fc_item_title {
	color: @FCI_title_color;
}

/********************************************************************/
/*** Part 1, CSS rules for fields display via Template parameters ***/
/********************************************************************/

.iteminfo .createdline {
	font-size: 9px;
	display: block;
}
.iteminfo .createdby {
	font-size: 9px;
	font-weight: normal;
}
.iteminfo .created {
	font-size: 9px;
	font-weight: bold;
}

.iteminfo .modifiedline {
	font-size: 9px;
	display: block;
}
.iteminfo .modifiedby {
	font-size: 9px;
	font-weight: normal;
}
.iteminfo .modified {
	font-size: 9px;
	font-weight: bold;
}

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

.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;
}

/* ===============================================
   "micro" clearfix 
   http://nicolasgallagher.com/micro-clearfix-hack/
   =============================================== */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.group:before,
.group:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.group:after {
	clear: both;
}