ACC SHELL
.fotky-obal{
overflow:auto;
}
.fotka{
width:150px;
float:left;
margin-bottom:15px;
}
#holder{
overflow:auto;
}
#holder{
margin:0px;
padding:0px;
list-style:none;
}
#holder li{
margin:0px;
padding:0px;
overflow:auto;
}
#holder li>div{
overflow:auto;
}
#holder{
/* The unordered list that is to be split into pages */
/*width:400px;*/
overflow:hidden;
position:relative;
/*background:url('img/dark_bg.jpg') repeat #4e5355;*/
margin:0px;
padding:0px;
padding-bottom:10px;
/* CSS3 inner shadow (the webkit one is commeted, because Google Chrome
does not like rounded corners combined with inset shadows): */
/*-moz-box-shadow:0 0 10px #222 inset;*/
/*-webkit-box-shadow:0 0 10px #222 inset;*/
/*box-shadow:0 0 10px #222 inset;*/
}
.swControls{
/*position:absolute;*/
margin-top:10px;
text-align:center;
}
a.swShowPage img{
width:5px;
height:5px;
}
a.swShowPage span{
display:none;
}
a.swShowPage{
/* The links that initiate the page slide */
/*background-color:#444444;*/
background:url('./img/pg_item.png') no-repeat;
font-size:5px;
/*float:left;*/
height:5px;
margin:4px 3px;
text-indent:-9999px;
width:5px;
/*border:1px solid #ccc;*/
/* CSS3 rounded corners */
/*
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
*/
}
a.swShowPage:hover,
a.swShowPage.active{
background:url('./img/pg_item_a.png') no-repeat;
/*background-color:#2993dd;*/
/* CSS3 inner shadow */
/*-moz-box-shadow:0 0 7px #1e435d inset;*/
/*-webkit-box-shadow:0 0 7px #1e435d inset;*/
/*box-shadow:0 0 7px #1e435d inset;*/
}
#holder li{
/* background-color:#F4F4F4;*/
list-style:none outside none;
margin:0px ;
padding:0px;
float:left;
width:100%;
height:480px;
/* Regular CSS3 box shadows (not inset): */
/*-moz-box-shadow:0 0 6px #111111;
-webkit-box-shadow:0 0 6px #111111;
box-shadow:0 0 6px #111111;*/
}
#holder,
#holder li{
/* Applying rouded corners to both the holder and the holder lis */
/*-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;*/
}
#next-page{
float:right;
position:relative;
top:-3px;
}
#prev-page{
float:left;
position:relative;
top:-3px;
}
body a.swShowPage{
}
ACC SHELL 2018