Just configured from Wine's GIT

svn path=/; revision=1
This commit is contained in:
2009-10-09 00:08:02 +00:00
commit 2782475c4f
3000 changed files with 59244 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;
}