1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-12 20:27:27 +08:00
ULib/tests/examples/wi-auth/www/wifi-aaa.comune.fi.it/banner/css/full.css
stefanocasazza 31947fe690 sync
2016-12-05 14:36:57 +01:00

98 lines
1.3 KiB
CSS

#bottomBanner {
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
}
div#bottomBanner {
position: relative;
}
#titolo-slider {
margin: 0 20px;
padding: 20px 0;
background-color: #f7f7f7;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
#titolo-slider img {
width: 18em;
border-radius: 25px;
}
.slick-slider {
margin: 0 20px;
background-color: #f7f7f7;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}
.slick-slide .box-img {
margin: 10px 40px 25px;
}
.slick-slide img {
padding-top: 20px;
width: 100%;
}
a {
color: white;
}
.box {
/*background: #fff none repeat scroll 0 0;*/
border-radius: 6px;
box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
}
.box.feature {
width: 60%;
}
.box.feature .inner {
padding: 1.1em;
}
.box.feature {
padding: 0;
}
.box.feature .image {
margin: 0;
padding: 1.1em 1.1em 0;
position: relative;
}
/*.image.fit {
display: block;
width: 100%;
}*/
.image {
display: inline-block;
outline: 0 none;
}
header h2, header h3 {
margin: 0 0 0.25em;
}
h2 {
font-size: 1.25em;
line-height: 1em;
margin: 0 0 1.1em;
color: black;
}
/*
#distance {
height: 50%;
}
*/
#disclamer {
font-size: 80%;
}