Current Directory: /home/astoriaah/www/old15/templates/client/less/joomla
Viewing File: /home/astoriaah/www/old15/templates/client/less/joomla/tags.less
/* Joomla3 Tags
-----------------------------------------------------------------------------*/
/* Tags for J3.1
-----------------------------------------------------------------------------*/
.tags {
margin: 10px 0 30px;
font-size: 100%;
a {
color: #fff;
background:@primary;
padding:7px 6px 5px;
border-radius:0 2px 2px 0;
&:hover {
background:@primary2 !important;
color:#fff !important
}
}
span {
padding:4px 0 4px 8px;
color: #fff;
font-size:90%;
border-radius:2px;
background:darken(@primary,10%);
-webkit-transition : border 500ms ease-out;
-moz-transition : border 500ms ease-out;
-o-transition : border 500ms ease-out;
&:before {
margin-left:-4px;
padding:4px;
font-family: 'FontAwesome';
content:"\f02b";
}
}
span:hover {
&:before {
color:#fff
}
a {color:#fff !important}
}
}
.tag-category {
ul.category,
.thumbnails {
margin: 0 !important;
li {
list-style-type: none;
margin: 0;
padding: 8px 0;
}
}
h3 {
font-size:2em;
line-height:1.8em;
margin:0px;
padding:0px;
text-transform:none;
-webkit-transition : border 500ms ease-out;
-moz-transition : border 500ms ease-out;
-o-transition : border 500ms ease-out;
&:before {
margin-left:-4px;
padding:4px;
font-family: 'FontAwesome';
content:"\f02b";
color:@link-color;
}
a:hover {
text-decoration:none;
}
}
img {
.img-border()
}
}