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.
39 lines
570 B
39 lines
570 B
14 years ago
|
/* custom */
|
||
|
|
||
|
#mp_view{
|
||
|
font-size: 24pt;
|
||
|
word-wrap: normal;
|
||
|
}
|
||
|
|
||
|
#mp_view div{
|
||
|
display: inline-block;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
#mp_view.answerRight div{
|
||
|
color: #00b8e4;
|
||
|
}
|
||
|
|
||
|
#mp_view div.dash{
|
||
|
display: none;
|
||
|
width: 30px;
|
||
|
}
|
||
|
|
||
|
#mp_view div.dash_hover{
|
||
|
display: inline-block;
|
||
|
background-image: url( "separator-hover.png" );
|
||
|
}
|
||
|
#mp_view div.dash_hover_fixed{
|
||
|
display: inline-block;
|
||
|
background-image: url( "separator-activated.png" );
|
||
|
}
|
||
|
|
||
|
#mp_view div.fixed{
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
|
||
|
#mp_edit textarea{
|
||
|
resize: none;
|
||
|
height: 100px;
|
||
|
}
|