Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / data / xsl / style.css
index cf61a4d..a10d5e8 100644 (file)
@@ -40,6 +40,36 @@ div.cell {
        border-width            : thin;*/
        /*margin                  : 2px 2px 2px 2px;*/
        background: -webkit-gradient(linear, 0% 0%, 0% 150%, from(#fffcca), to(#FFFFFF));
+
+div.tab {
+       
+       border-style            : solid;
+       border-width            : thin;
+       width                   : 100%
+}
+
+div.info {
+        font-weight            : bold;
+        text-align             : center;
+        border-style           : solid;
+        border-width           : thin;
+        margin                 : 2px 2px 2px 2px;                 
+       background-color       : #99FF99;
+}
+
+div.key {
+       font-weight             : bold;
+       text-align              : center;
+       border-style            : solid;
+       border-width            : thin;
+       margin                  : 2px 2px 2px 2px;   
+       background-color        : #99CCFF; 
+}
+
+div.cell {
+       border-style            : solid;
+       border-width            : thin;
+       margin                  : 2px 2px 2px 2px;
 }
 
 span.i {