changes on webpage
[mdictionary] / styles / main.css
index a0766ab..9aa9526 100644 (file)
@@ -40,20 +40,50 @@ body {
        padding-left    : 146px;
 }
 
+#topBar div.installs {
+       display         : block;
+       float           : right;
+       width           : 110px;
+/*     font-style      : italic; */
+       font-size       : 12px;
+       color           : #444;
+       text-align      : center;
+       font-weight     : bold;
+
+}
+
 #topBar a.install {
        display         : block;
-       width           : 100px;
+       width           : 110px;
        float           : right;
-       border          : 0px solid black;
-       margin-top      : 20px;
+       border          : 0px solid green;
+       /*margin-top    : 0px;*/
        font-family     : sans-serif;
-       font-size       : 18px;
+       font-size       : 20px;
        font-weight     : bold;
+       text-align      : center;
+       letter-spacing  : 4px;
 }
 
-#topBar p.description {
+#topBar a.install span {
        display         : block;
-       font-size       : 17px;
+       text-align      : center;
+       font-family     : sans-serif;
+       font-size       : 13px;
+       letter-spacing  : 0px;
+       text-decoration : none;
+}
+
+#topBar a.install:hover {
+       color           : black;
+}
+#topBar a.install:hover span {
+       color           : #000;
+}
+
+#topBar p.description {
+       display                 : block;
+       font-size               : 17px;
        padding-left    : 148px;
 }