www page
[mdictionary] / www / styles / main.css
index 9aa9526..b5bb23b 100644 (file)
@@ -23,7 +23,7 @@ body {
 
 #topBar {
        display         : block;
-       width           : 750px;
+       width           : 850px;
        height          : 130px;
        text-align      : left;
        background-image: url(images/topBarBckgnd.png);
@@ -36,7 +36,7 @@ body {
 
 #topBar p.title {
        display         : block;
-       font-size       : 48px;
+       font-size       : 40px;
        padding-left    : 146px;
 }
 
@@ -232,6 +232,7 @@ div.faq_switcher {
        background-image: url(images/switcher.png);
        background-repeat: no-repeat;
 }
+
 div.faq_question {
        font-family     : Arial;
        font-size       : 16px;
@@ -240,6 +241,7 @@ div.faq_question {
        border-left     : 2px solid #A33;
        margin-bottom   : 4px;
 }
+
 div.faq_answer {
        display         : none;
        font-size       : 12px;
@@ -249,6 +251,15 @@ div.faq_answer {
        background-color: #efefef;
 }
 
+div.qml_answer {
+       display         : none;
+       font-size       : 12px;
+       margin-left     : 10px;
+       font-weight     : normal;
+       border          : 1px solid silver;
+       /*background-color: #efefef;*/
+}
+
 div.faq_answer li {
        margin-left     : 25px;
 }
@@ -265,4 +276,4 @@ div.faq_answer li {
        margin-left     : auto;
        margin-right    : auto;
        padding         : 4px;
-}
\ No newline at end of file
+}