Import xinha so we can switch from htmlarea and fix a bunch of in-browser issues that htmlarea has

This commit is contained in:
Chris Morgan
2005-09-30 02:25:07 +00:00
committed by WineHQ
parent 2311d4d572
commit 9242a68c4a
375 changed files with 26623 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
.CharacterMap { }
.CharacterMap a.entity {
font-size:12px;
width:18px;
display:block;
float:left;
padding:2px;
text-decoration:none;
color:#000;
text-align:center;
}
.CharacterMap a.light {
background-color:#ffffff;
}
.CharacterMap a.dark {
background-color:#f7f8fd;
}
.CharacterMap a.entity:hover {
background-color:#ffd760;
color:#000;
}
.popup td.character {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
text-align:center;
background:#fff;
padding:4px;
}
.popup td.character-hilite {
background:#ffd760;
}
.popup form {
text-align:center;
}
.popup table {
cursor:pointer;
background-color:#ADAD9C;
border:1px inset;
}