46 lines
662 B
CSS
46 lines
662 B
CSS
#start_main{
|
|
width: 100%;
|
|
background: white;
|
|
}
|
|
|
|
#dropZone{
|
|
margin: auto;
|
|
outline: 3px dashed background;
|
|
width: 62%;
|
|
height: 38%;
|
|
}
|
|
|
|
#dropZone li{
|
|
list-style-type: none;
|
|
}
|
|
|
|
#dropZone p, #pullZone p{
|
|
position:relative;
|
|
top:45%;
|
|
left:0;
|
|
width:100%;
|
|
text-align: center;
|
|
}
|
|
|
|
#pullZone{
|
|
width: 400px;
|
|
height: 400px;
|
|
float: left;
|
|
outline: 3px solid #eee;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
#link_container {
|
|
padding-top: 40px;
|
|
font-size: 8pt;
|
|
margin: auto;
|
|
width: 62%;
|
|
}
|
|
|
|
#link_container tr{
|
|
height: 40px;
|
|
background: white;
|
|
border: solid 2px background;
|
|
border-radius: 20px;
|
|
}
|