2012-08-27 20:32:03 -04:00
|
|
|
body {
|
2012-09-19 20:15:36 -04:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
-webkit-text-size-adjust: none;
|
|
|
|
color: #333;
|
|
|
|
font-family: helvetica;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
2012-08-27 20:32:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2012-09-19 20:15:36 -04:00
|
|
|
font-size: 2em;
|
|
|
|
padding: 20px 0;
|
|
|
|
margin: 0;
|
2012-08-27 20:32:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#wrapper {
|
2012-09-19 20:15:36 -04:00
|
|
|
width: 100%;
|
|
|
|
min-width: 320px;
|
|
|
|
height: 150px;
|
|
|
|
background: #ddd;
|
|
|
|
border-top: 1px solid #aaa;
|
|
|
|
border-bottom: 1px solid #aaa;
|
2012-08-27 20:32:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#nav {
|
2012-09-19 20:15:36 -04:00
|
|
|
position: absolute;
|
|
|
|
z-index: 100;
|
|
|
|
top: 8px;
|
|
|
|
width: 200px;
|
|
|
|
height: 20px;
|
|
|
|
left: 50%;
|
|
|
|
background: rgba(0,0,0,0.75);
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 0 -100px;
|
|
|
|
border-radius: 10px;
|
2012-08-27 20:32:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#nav li {
|
2012-09-19 20:15:36 -04:00
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
border-radius: 7px;
|
|
|
|
background: rgba(255,255,255,0.1);
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
margin: 3px 11px 0 0;
|
|
|
|
text-align: center;
|
2012-08-27 20:32:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#nav li#prev {
|
2012-09-19 20:15:36 -04:00
|
|
|
margin-left: 5px;
|
|
|
|
background: transparent;
|
2012-08-27 20:32:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#nav li#next {
|
2012-09-19 20:15:36 -04:00
|
|
|
margin-right: 0;
|
|
|
|
background: transparent;
|
2012-08-27 20:32:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#nav li.selected {
|
2012-09-19 20:15:36 -04:00
|
|
|
background: rgba(255,255,255,0.4);
|
2012-08-27 20:32:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#swipeview-slider > div {
|
2012-09-19 20:15:36 -04:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
-ms-box-orient: vertical;
|
|
|
|
box-orient: vertical;
|
|
|
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-moz-box-pack: center;
|
|
|
|
-ms-box-pack: center;
|
|
|
|
box-pack: center;
|
|
|
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-moz-box-align: center;
|
|
|
|
-ms-box-align: center;
|
|
|
|
box-align: center;
|
|
|
|
overflow: hidden;
|
2012-08-27 20:32:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#swipeview-slider span {
|
2012-09-19 20:15:36 -04:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-ms-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.4em;
|
|
|
|
padding: 0 20px;
|
2012-08-27 20:32:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2012-09-19 20:15:36 -04:00
|
|
|
padding: 20px;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 1.4em;
|
2012-08-27 20:32:03 -04:00
|
|
|
}
|