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

This commit is contained in:
zero 2007-03-19 04:39:01 +00:00
parent 69979f99ea
commit 512228ffe7
7 changed files with 94 additions and 27 deletions

View file

@ -17,29 +17,29 @@ FORM {
display:inline;
}
A.bold {
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: #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_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: #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_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: #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_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;}
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; }