53 lines
1.2 KiB
CSS
53 lines
1.2 KiB
CSS
* {
|
|
margin: 0;
|
|
}
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
.wrapper {
|
|
min-height: 100%;
|
|
height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
|
|
height: 100%;
|
|
margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
|
|
}
|
|
.footer, .push {
|
|
height: 155px; /* .push must be the same height as .footer */
|
|
}
|
|
body {
|
|
color: #333;
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
font-size: 100%;
|
|
}
|
|
|
|
body warn {
|
|
color: #FF0000;
|
|
}
|
|
|
|
label {
|
|
display: block;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
button {
|
|
margin-top: 5px;
|
|
cursor:pointer;
|
|
}
|
|
|
|
.boxed {
|
|
background: #ECF4FF none repeat scroll 0 0;
|
|
border: 1px solid green;
|
|
padding: 6px;
|
|
}
|
|
|
|
/* New click/hide */
|
|
#gallery {position:relative; line-height:20px; width:705px; padding-left:10px; margin-bottom:100px; height:450px;}
|
|
#gallery .switch {display:block; cursor:pointer; color:#000; font-weight:normal;}
|
|
#gallery .switch .turn_off {display:none;}
|
|
#gallery .off {color:#c00;}
|
|
#gallery .off .turn_off {display:inline;}
|
|
#gallery .off .turn_on {display:none;}
|
|
#gallery .hide {display:none;}
|
|
#gallery .show {position:absolute; top:0; left:400px; padding-bottom: 30px; display:block; width:370px; z-index:200;}
|
|
|
|
|