Implemented automatic greater fonts when higher screen resolutions.
[fa-stable.git] / themes / canvas / default.css
index 96c0aece75f98759969c9e2b804e666b902d5d33..493f69f0824e6cfd7c83580f84292088fbf5b329 100644 (file)
@@ -735,3 +735,27 @@ div.note_msg {
        margin-bottom: 10px;
        width: 100%;
 }
+
+@media screen and (min-width: 1024px) {
+       body,td,th,input,select,#header ul,.inputsubmit,.ajaxsubmit,.amount,button.navibutton,button { font-size: 12px; }
+       textarea,.fa-menu ul li a,#fa-submenu a,.fa-footer .date,.menu_group,.menu_group_items,.headingtext,
+       .headingtext2,.errortext,#hints { font-size: 13px; }
+       #fa-submenu { height: 25px; }
+       .fa-footer,.fa-footer .power a,.headingtext3 { font-size: 11px; }
+       h1 { font-size: 15px; }
+       h2,.titletext { font-size: 14px; }
+       #CC table { font-size: 8pt; }
+       #CC .previous, #CC .next { font-size: 1.4em; }
+}
+@media screen and (min-width: 1200px) {
+       body,td,th,input,select,#header ul,.inputsubmit,.ajaxsubmit,.amount,button.navibutton,button { font-size: 13px; }
+       textarea,.fa-menu ul li a,#fa-submenu a,.fa-footer .date,.menu_group,.menu_group_items,.headingtext,
+       .headingtext2,.errortext,#hints { font-size: 14px; }
+       #fa-submenu { height: 26px; }
+       .fa-footer,.fa-footer .power a,.headingtext3 { font-size: 12px; }
+       h1 { font-size: 16px; }
+       h2, .titletext { font-size: 15px; }
+       #CC table { font-size: 8pt; }
+       #CC .previous, #CC .next { font-size: 1.4em; }
+}
+