rhymix/common/css/default.css

54 lines
2.1 KiB
CSS

#waitingforserverresponse {
display:inline;
border:2px solid #444444;
background-color:#FFFFFF;
padding:15px 20px 13px 20px;
font-weight:bold;
font-size:9pt;
color:#444444;
top:40px;
left:40px;
position:absolute;
z-index:100;
visibility:hidden;
}
FORM {
display:inline;
}
a.bold {
font-weight:bold;
}
a.editor_blue_text:link { color: #145ff9; text-decoration:none; border-bottom:2px solid #4a7fec;}
a.editor_blue_text:visited { color: #145ff9; text-decoration:none; border-bottom:2px solid #4a7fec;}
a.editor_blue_text:active { color: #145ff9; text-decoration:none; border-bottom:2px solid #4a7fec;}
a.editor_blue_text:hover { color: #145ff9; text-decoration:none; border-bottom:2px solid #4a7fec;}
a.editor_red_text:link { color: #f42126; text-decoration:none; border-bottom:2px solid #e54347; }
a.editor_red_text:visited { color: #f42126; text-decoration:none; border-bottom:2px solid #e54347;}
a.editor_red_text:active { color: #f42126; text-decoration:none; border-bottom:2px solid #e54347;}
a.editor_red_text:hover { color: #f42126; text-decoration:none; border-bottom:2px solid #e54347;}
a.editor_yellow_text:link { color: #c9bd00; text-decoration:none; border-bottom:2px solid #ece460; }
a.editor_yellow_text:visited { color: #c9bd00; text-decoration:none; border-bottom:2px solid #ece460;}
a.editor_yellow_text:active { color: #c9bd00; text-decoration:none; border-bottom:2px solid #ece460;}
a.editor_yellow_text:hover { color: #c9bd00; text-decoration:none; border-bottom:2px solid #ece460;}
a.editor_green_text:link { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;}
a.editor_green_text:visited { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;}
a.editor_green_text:active { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;}
a.editor_green_text:hover { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;}
.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }
.editor_multimedia {
background:url(../tpl/images/multimedia_icon.gif) no-repeat center;
background-color:#FFFFFF;
border:3px dotted #2661db;
}