rhymix/common/css/default.css

76 lines
1.4 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;
}
.editor_blue_text { color: #145ff9; text-decoration:none; border-bottom:2px solid #4a7fec;}
.editor_red_text { color: #f42126; text-decoration:none; border-bottom:2px solid #e54347; }
.editor_yellow_text { color: #c9bd00; text-decoration:none; border-bottom:2px solid #ece460; }
.editor_green_text { 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;
}
h1 {
font-size:20pt;
font-weight:bold;
background-color:#efefef;
color:#0f217c;
padding:5px;
border-bottom:1px solid #445bcd;
}
h2 {
font-size:16pt;
font-weight:bold;
background-color:#efefef;
padding:3px;
border-bottom:1px solid #445bcd;
}
h3 {
font-size:13pt;
font-weight:normal;
background-color:#efefef;
padding:3px;
}
h4 {
font-size:10pt;
font-weight:bold;
}
h5 {
font-size:9pt;
font-weight:normal;
}
h6 {
font-size:8pt;
font-weight:normal;
}