goldendict-ng/article-style-st-babylon.css
vtliem 96bc934578 fix for blg dict
1/fix some babylon dict's language name not displayed (ex: Traditional Chinese )
2/add babylon style (dict name & icon)
3/fix for issue @https://github.com/goldendict/goldendict/issues/19
2012-01-28 12:07:23 +09:00

7 lines
336 B
CSS

body{background: ##FFFFFF;font-size: 16px;}
::selection{background:#4492E8;color:#fff;}
.gddictname{border:none;background:#EBEBEB;border-top-left-radius:8px;border-top-right-radius:8px;padding-top:8px;padding-bottom:5px}
.gddicticon{display:inline;padding-right:2px;}
.gddicticon img{border:0;height:16px;}
.gdfromprefix{display:none}