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.
37 lines
469 B
37 lines
469 B
/* frame */
|
|
|
|
#mp_setup{
|
|
text-align: right;
|
|
}
|
|
|
|
#mp_content{
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.viewmode{
|
|
/* empty */
|
|
}
|
|
.editmode{
|
|
/* empty */
|
|
}
|
|
.hide{
|
|
display: none;
|
|
}
|
|
|
|
button.hideAll{
|
|
background-color: transparent;
|
|
color: transparent;
|
|
border-width: 0px;
|
|
background-image: url( "stick-but-minimize.png" );
|
|
background-repeat: no-repeat;
|
|
cursor: pointer;
|
|
|
|
overflow: hidden;
|
|
font-size: 1px;
|
|
width: 25px;
|
|
height: 25px;
|
|
}
|
|
|
|
#mp_splash{
|
|
|
|
} |