MINI MINI MANI MO
* {
margin: 0;
padding: 0;
}
body {
padding: 0px;
background-color: transparent;
font-family: arial;
font-size: 14px;
color: #333333;
}
.container {
width: 1000px;
height: auto;
background: #ffffff;
border: 1px solid #cccccc;
border-radius: 10px;
margin: auto;
text-align: left;
}
.header {
padding: 10px;
}
.main_title {
background: #cccccc;
color: #ffffff;
padding: 10px;
font-size: 20px;
line-height: 20px;
}
.content {
padding: 10px;
min-height: 100px;
}
.footer {
padding: 10px;
text-align: right;
}
.footer a {
color: #999999;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
/* Sortable ******************/
#sortable {
list-style: none;
text-align: left;
}
#sortable li {
margin: 0 0 -1px 0;
height: 35px;
background-color: transparent;
border: 1px solid #cccccc;
border-radius: 3px;
color: #333333;
}
#sortable li span {
padding-top: 5px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 10px;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 33px;
display: inline-block;
float: left;
cursor: move;
}
#sortable li span:hover {
background-color: #cccccc;
opacity: 0.5;
filter: alpha(opacity=50);
}
#sortable li img {
width: 35px;
height: 35px;
padding: 5px;
border: 1px solidc #cccccc;
display: inline-block;
float: right;
}
#sortable li div {
padding: 5px;
}
#sortable li h2 {
font-size: 14px;
line-height: 15px;
}
#sortable li p {
padding-top: 5px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
font-size: 14px;
}
p{
margin: 0 0 1px 0;
}
OHA YOOOO