101 lines
2.2 KiB
CSS
101 lines
2.2 KiB
CSS
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;
|
|
}
|
|
|
|
.boxed {
|
|
background: #ECF4FF none repeat scroll 0 0;
|
|
border: 1px solid green;
|
|
padding: 6px;
|
|
}
|
|
|
|
/* New click/hide */
|
|
#gallery {position:relative; font:11px verdana,arial,sans-serif; line-height:20px; width:705px; padding: 50px 0 0 10px; background:url(pointer.jpg) no-repeat left top; height:450px;}
|
|
#gallery h3 {color:#222; font-size:13px;}
|
|
#gallery h3.color {color:#000; margin:10px 25px;}
|
|
#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:380px; display:block; width:370px; background:#fff; z-index:200;}
|
|
#gallery form {width:270px; height:200px; background:url(form.jpg); padding:50px;}
|
|
#gallery form fieldset {background:#fff;}
|
|
#gallery .table {background:url(tables.jpg) no-repeat left bottom; padding:0 25px 25px; width:320px;}
|
|
#gallery table, #gallery caption, #gallery table tr, #gallery table tr td {border:1px solid #000; padding:5px; background:#fff;}
|
|
#gallery a, #gallery a:visited {color:#00c; line-height:30px;}
|
|
#gallery textarea {width:350px; border-color:#0cc; color:#048; padding:10px;}
|
|
#gallery dl {width:370px;}
|
|
|
|
|
|
|
|
|
|
|
|
/* Click Toogle */
|
|
/* always visible */
|
|
#outer .holder {
|
|
padding:1em;
|
|
border:1px solid #ddd;
|
|
margin:0 20px 10px 0;
|
|
}
|
|
#outer .holder p {
|
|
padding:5px 0 0 0;
|
|
margin:0;
|
|
}
|
|
#outer .holder p.bold {
|
|
font-weight:bold;
|
|
}
|
|
#outer .holder h2 {
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
|
|
/* unclicked style div.more */
|
|
#outer div.more i {
|
|
float:left;
|
|
margin-right:-10px 10px 0 0;
|
|
cursor:pointer;
|
|
color:#c00;
|
|
font-weight:bold;
|
|
}
|
|
#outer div.more button.hide {
|
|
display:none;
|
|
}
|
|
#outer div.more p {
|
|
display:none;
|
|
}
|
|
#outer div.more form {
|
|
display:none;
|
|
}
|
|
|
|
/* clicked style div.click */
|
|
#outer div.click button.show {
|
|
display:none;
|
|
}
|
|
#outer div.click button.hide {
|
|
display:block;
|
|
}
|
|
#outer div.click p {
|
|
display:block;
|
|
}
|
|
#outer div.click form {
|
|
display:block;
|
|
}
|
|
|
|
|