- Posts: 48
- Thank you received: 0
News topic
-
angelicalopez
Inactive member -
Topic Author
- Member
-
Less
More
10 years 10 months ago #39562
by angelicalopez
News topic was created by angelicalopez
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #39565
by ivan.milic
Replied by ivan.milic on topic News topic
Send link please
Please Log in to join the conversation.
-
angelicalopez
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 48
- Thank you received: 0
10 years 10 months ago #39566
by angelicalopez
Replied by angelicalopez on topic News topic
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #39568
by ivan.milic
Replied by ivan.milic on topic News topic
Aha , yes. That is css3 feature, most advanced options and not all browsers support it jet
Please Log in to join the conversation.
-
angelicalopez
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 48
- Thank you received: 0
10 years 10 months ago #39571
by angelicalopez
Replied by angelicalopez on topic News topic
Hi Ivan,
Do you know when they will get support it?
Thanks!
Do you know when they will get support it?
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago - 10 years 10 months ago #39573
by ivan.milic
Replied by ivan.milic on topic News topic
Actually try this:
find this in styles/style4.css:
.music_tour,
div.music_gallery,
.rapid_contact input,
.rapid_contact textarea,
div.music_social_bottom,
div.k2Pagination ul li span,
div.pagination ul li span,
div.itemCommentsForm form input#submitCommentButton,
div.userBlock,
ul.itemTags li a:hover,
ul.catItemTags li a:hover,
ul.userItemTags li a:hover,
.image_mask {
background: #101870;
}
replace:
background: #101870;
with:
background: rgba(16,24, 112, 0.5);
then find this in css/template_css.css:
.image_mask {
position: absolute;
width: 290px;
height: 220px;
background: ;
opacity: 0.5;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
z-index: 1;
}
remove:
opacity: 0.5; and background: ;
fin also in template_sss.css:
.hover .image_mask {
opacity: 0;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
replace opacity: 0; with background: transparent;
find this in styles/style4.css:
.music_tour,
div.music_gallery,
.rapid_contact input,
.rapid_contact textarea,
div.music_social_bottom,
div.k2Pagination ul li span,
div.pagination ul li span,
div.itemCommentsForm form input#submitCommentButton,
div.userBlock,
ul.itemTags li a:hover,
ul.catItemTags li a:hover,
ul.userItemTags li a:hover,
.image_mask {
background: #101870;
}
replace:
background: #101870;
with:
background: rgba(16,24, 112, 0.5);
then find this in css/template_css.css:
.image_mask {
position: absolute;
width: 290px;
height: 220px;
background: ;
opacity: 0.5;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
z-index: 1;
}
remove:
opacity: 0.5; and background: ;
fin also in template_sss.css:
.hover .image_mask {
opacity: 0;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
replace opacity: 0; with background: transparent;
Last edit: 10 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.217 seconds