| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/news/tmp/install_5320fcc93572d/media/widgets/slideshow/styles/default/ |
Upload File : |
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/*
* Widgetkit Slideshow: Default Style
*/
/* Navigation
----------------------------------------------------------------------------------------------------*/
.wk-slideshow-default .nav {
margin-top: 15px;
text-align: center;
}
.wk-slideshow-default .nav li {
display: inline-block;
margin-left: 5px;
}
.wk-slideshow-default .nav li:first-child { margin-left: 0; }
.wk-slideshow-default .nav span {
width: 16px;
height: 15px;
background: url(images/nav.png) 0 0 no-repeat;
overflow: hidden;
}
.wk-slideshow-default .nav span:hover { background-position: 0 -30px; }
.wk-slideshow-default .nav span:active { background-position: 0 -45px; }
.wk-slideshow-default .nav .active span { background-position: 0 -15px; }
/* Buttons
----------------------------------------------------------------------------------------------------*/
.wk-slideshow-default > div { position: relative; }
.wk-slideshow-default > div:hover .next,
.wk-slideshow-default > div:hover .prev {
top: 50%;
width: 50px;
height: 50px;
margin-top: -25px;
background: url(images/buttons.png) 0 50px no-repeat;
}
.wk-slideshow-default > div:hover .next {
right: 30px;
background-position: 0 0;
}
.wk-slideshow-default > div:hover .prev {
left: 30px;
background-position: 0 -50px;
}
/* Responsive
----------------------------------------------------------------------------------------------------*/
/* Only Touch Devices */
@media (max-device-width: 1024px) {
.wk-slideshow-default .next,
.wk-slideshow-default .prev { display: none; }
}