as I can make the effect of the template on the More News section.
In More News
http://demo.gavick.com/joomla25/news/
I want to do for The World News II template
.gkMenu > ul > li:hover > a, .gkMenu > ul > li:active > a, .gkMenu > ul > li:focus > a {
background: #E25B32;
border-color: #2A2A2A;
border-bottom: none;
border-top: none;
-webkit-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
-moz-box-shadow: inset 0 0 27px rgba(0,0,0,0.75);
-ms-box-shadow: inset 0 0 27px rgba(0,0,0,0.75);
box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
}
.gkMenu > ul > li > a {
border: 1px solid rgba(0, 0, 0, 0);
border-top: none;
border-bottom: none;
border-left: none;
color: #C7C7C7;
display: block;
font-size: 14px;
font-weight: 400;
height: 45px;
line-height: 45px;
margin: 0;
padding: 0 14px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
/* gk_stuff.css */
.nspPagination li:hover,
.nspPagination li.active {
background: #e25b32;
}
.nspNext,
.nspPrev {
background-image: url('../images/style1/nsp_interface.png');
}
.nspArt h4.nspHeader a:active,
.nspArt h4.nspHeader a:focus,
.nspArt h4.nspHeader a:hover {
color: #eb592a;
}
.nspArt p.nspInfo a:active,
.nspArt p.nspInfo a:focus,
.nspArt p.nspInfo a:hover {
color: #eb592a;
}
.dark .nspLinks ul li h4 a:active,
.dark .nspLinks ul li h4 a:focus,
.dark .nspLinks ul li h4 a:hover {
color: #eb592a;
}
.dark .nspArt h4.nspHeader a:active,
.dark .nspArt h4.nspHeader a:focus,
.dark .nspArt h4.nspHeader a:hover {
color: #eb592a;
}
.dark .nspNext,
.dark .nspPrev {
background-image: url('../images/style1/nsp_interface.png');
}
.box.header .nspImageWrapper h4:hover {
background: #e25b32;
}
.box.header .nspLinks .nspLinkScroll1 div ul li:hover {
background: #e25b32;
}
.nsphover .nspInfo2 {
background: #e25b32;
}
.nsphover .nspHoverOverlay {
background: #e25b32;
}
.nsphover .nspHoverOverlay .nspText,
.nsphover .nspHoverOverlay .nspText a {
color: #ffbfab;
}
.nsphover .nspHoverOverlay .nspHeader a:active,
.nsphover .nspHoverOverlay .nspHeader a:focus,
.nsphover .nspHoverOverlay .nspHeader a:hover {
color: #ffbfab;
}
.gkwTemp {
color: #E25B32;
}
.nspMainPortalMode7 .nspArt:hover .nspHeader a {
color: #fb5a29;
}
.nspMainPortalMode7 .nspPrev,
.nspMainPortalMode7 .nspNext {
background-image: url('../images/style1/nsp_portal_mode_7_interface.png');
}