You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
205 lines
3.4 KiB
205 lines
3.4 KiB
html, body{
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: white;
|
|
}
|
|
|
|
.toggle_mode{
|
|
width: 100%;
|
|
height: 25px;
|
|
border-bottom: 1px solid #666;
|
|
background-color: #ccc;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 2;
|
|
}
|
|
|
|
#display_img, #edit_img{
|
|
width: 15px;
|
|
height: 15px;
|
|
margin: 5px 10px;
|
|
}
|
|
|
|
.green_point{
|
|
background-image: url(../img/green_point.png);
|
|
}
|
|
|
|
.red_point{
|
|
background-image: url(../img/red_point.png);
|
|
}
|
|
|
|
#display_text, #edit_text{
|
|
height: 19px;
|
|
padding: 3px 0 0 0;
|
|
}
|
|
|
|
.selected{
|
|
background-color: #666;
|
|
}
|
|
|
|
#display:hover, #edit:hover{
|
|
background-color: #999;
|
|
}
|
|
|
|
.cont{
|
|
width: 100%;
|
|
border-bottom: 1px solid #666;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.sub_cont{
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 20px 0 0 0;
|
|
min-height: 45px;
|
|
}
|
|
|
|
.imgs_cont{
|
|
min-width: 170px;
|
|
min-height: 100px;
|
|
margin: 0;
|
|
border-top: 2px dashed #ccc;
|
|
border-bottom: 2px dashed #ccc;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.all_imgs{
|
|
min-width: 170px;
|
|
min-height: 70px;
|
|
background-color: #ccc;
|
|
margin: 0;
|
|
border-top: 2px dashed #e6f6ff;
|
|
border-bottom: 2px dashed #e6f6ff;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.number_cont{
|
|
width: 40px;
|
|
height: 33px;
|
|
margin-left: 40px;
|
|
margin-right: 10px;
|
|
background-image: url(../img/circle.png);
|
|
background-repeat: no-repeat;
|
|
text-align: center;
|
|
float: left;
|
|
font-size: 130%;
|
|
padding-top: 7px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.text_cont{
|
|
width: 100%;
|
|
min-height: 20px;
|
|
display: block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.close_cont{
|
|
width: 20px;
|
|
height: 20px;
|
|
background-image: url(../img/close_cont.png);
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: -15px;
|
|
left: 5px;
|
|
}
|
|
|
|
.img_block{
|
|
width: 150px;
|
|
height: 60px;
|
|
margin: 10px;
|
|
display: inline-table;
|
|
position: relative;
|
|
border: 1px solid #ccc;
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: #ccc -1px 0 4px;
|
|
box-shadow: #ccc -1px 0 4px;
|
|
background-color: white;
|
|
}
|
|
|
|
.close_img{
|
|
width: 30px;
|
|
height: 30px;
|
|
background-repeat: no-repeat;
|
|
position: absolute;
|
|
right: -15px;
|
|
background-image: url(../img/close_img.png);
|
|
top: -15px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.add_block{
|
|
margin: 20px 0 0 20px;
|
|
width: 110px;
|
|
height: 25px;
|
|
background-image: url(../img/add_block.png);
|
|
background-repeat: no-repeat;
|
|
padding-left: 40px;
|
|
padding-top: 5px;
|
|
cursor: pointer;
|
|
background-color: #ccc;
|
|
-webkit-border-radius: 15px;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.add_img{
|
|
width: 62px;
|
|
height: 62px;
|
|
margin: 10px;
|
|
cursor: pointer;
|
|
display: inline-table;
|
|
position: relative;
|
|
background-image: url(../img/img_plus.png);
|
|
}
|
|
|
|
.del_category, .add_category{
|
|
margin: 0 10px;
|
|
width: 30px;
|
|
height: 30px;
|
|
float: right;
|
|
cursor: pointer;
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.del_category{
|
|
background-image: url(../img/minus.png);
|
|
}
|
|
|
|
.add_category{
|
|
background-image: url(../img/plus.png);
|
|
}
|
|
|
|
.cat_desc{
|
|
width: 100%;
|
|
height: 25px;
|
|
margin-bottom: 5px;
|
|
text-align: center;
|
|
border: none;
|
|
background-color: #c3e9ff;
|
|
}
|
|
|
|
.dropHere{
|
|
background-color: #C3E9FF !important;
|
|
}
|
|
|
|
.dropBack{
|
|
background-color: #F4F2F2 !important;
|
|
}
|
|
|
|
.def_cont{
|
|
background-color: #E6F6FF;
|
|
}
|
|
|
|
.red_cont{
|
|
background-color: #f99;
|
|
}
|
|
|
|
.green_cont{
|
|
background-color: #9f9;
|
|
} |