git-svn-id: http://xe-core.googlecode.com/svn/trunk@535 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-19 05:20:00 +00:00
parent bbacc9773f
commit f8b0d472bd
8 changed files with 81 additions and 77 deletions

View file

@ -21,20 +21,20 @@ a.bold {
font-weight:bold;
}
a.editor_blue_text:link { color: #17B1B7; text-decoration:none; border-bottom:2px solid #17B1B7;}
a.editor_blue_text:visited { color: #17B1B7; text-decoration:none; border-bottom:2px solid #17B1B7;}
a.editor_blue_text:active { color: #17B1B7; text-decoration:none; border-bottom:2px solid #17B1B7;}
a.editor_blue_text:hover { color: #17B1B7; text-decoration:none; border-bottom:2px solid #17B1B7;}
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: #B71717; text-decoration:none; border-bottom:2px solid #B71717; }
a.editor_red_text:visited { color: #B71717; text-decoration:none; border-bottom:2px solid #B71717;}
a.editor_red_text:active { color: #B71717; text-decoration:none; border-bottom:2px solid #B71717;}
a.editor_red_text:hover { color: #B71717; text-decoration:none; border-bottom:2px solid #B71717;}
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: #6A8308; text-decoration:none; border-bottom:2px solid #6A8308; }
a.editor_yellow_text:visited { color: #6A8308; text-decoration:none; border-bottom:2px solid #6A8308;}
a.editor_yellow_text:active { color: #6A8308; text-decoration:none; border-bottom:2px solid #6A8308;}
a.editor_yellow_text:hover { color: #6A8308; text-decoration:none; border-bottom:2px solid #6A8308;}
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;}
@ -44,3 +44,11 @@ a.editor_green_text:hover { color: #08830B; text-decoration:none; border-bottom:
.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;
}