| Current Path : /home/juvelize/martine/templates/pri_blog/less/ |
| Current File : /home/juvelize/martine/templates/pri_blog/less/joomla.less |
/**
* PRI Blog - Free Responsive Joomla! Blog Template
* @author Devpri - http://www.devpri.com
* @copyright Copyright (c) 2013 Devpri
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
* Helix Framework Credit
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2001 - 2013 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
a, a:hover {
text-decoration:none;
.transition(all 200ms);
}
//Page header
.page-header{
padding-bottom:0 !important;
margin:0 !important;
border-bottom:1px dashed @text_color;
font-weight:normal;
}
//Item title
.item-title{
border-bottom:1px dashed @text_color;
font-weight:normal;
}
//Entry meta
.entry-meta {
&.muted{
margin-bottom:20px;
font-size:12px;
>span,
>time{
margin:0 5px;
}
}
ul {
margin:0 5px;
&.actions {
float:right;
li {
display:inline-block;
&.print-icon {
a {
&::before {
content:"\f02f";
}
}
}
&.email-icon {
a {
&::before {
content:"\f003";
}
}
}
&.edit-icon {
a {
&::before {
content:"\f044";
}
}
}
a {
font-family:FontAwesome;
display:block;
font-size:14px;
margin-left:5px;
img {
display:none;
}
}
//Joomla 3.0
a{
span{
display:none;
}
}
}
}
}
}
//Page navigation
ul {
&.pagenav {
list-style:none;
padding: 0;
clear: both;
margin-top: 10px;
margin-left: 0;
overflow: hidden;
.pagenav-prev {
float:left;
}
.pagenav-next {
float:right;
}
}
}
//Joomla Core
dl {
dt,dd {
display:inline;
}
}
//Intro Image
.item-image img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
&:hover{
-webkit-filter: blur(5px);
filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
}
}
//Article Info
.article-info{
color:@text_color;
}
//Labels
label{
&.invalid{
color:lighten(@red,10%);
}
}