You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
729 B
CSS
43 lines
729 B
CSS
h1 {
|
|
font-family: helvetica, arial, sans-serif;
|
|
text-align: center;
|
|
}
|
|
|
|
body {
|
|
width: 640px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.full-img {
|
|
position: relative;
|
|
display: block;
|
|
width: 640px;
|
|
height: 480px;
|
|
}
|
|
|
|
.overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 640px;
|
|
height: 480px;
|
|
background-color: rgba(0,0,0,0);
|
|
}
|
|
|
|
button {
|
|
border: 0;
|
|
background: rgba(150,150,150,0.6);
|
|
text-shadow: 1px 1px 1px white;
|
|
border: 1px solid #999;
|
|
position: absolute;
|
|
cursor: pointer;
|
|
top: 2px;
|
|
left: 2px;
|
|
}
|
|
|
|
.thumb-bar img {
|
|
display: block;
|
|
width: 20%;
|
|
float: left;
|
|
cursor: pointer;
|
|
} |