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; }
+}
+
| |
\--------------------------------------------------*/
+
body {
font-family: Verdana, Arial, Helvetica;
background: #285b86;
margin-bottom: 10px;
width: 100%;
}
+
+@media screen and (min-width: 1024px) {
+ body, .headingtext3 { font-size: 11px; }
+ textarea { font-size: 13px; }
+ tr, td, th, input, select, a, button, .inputsubmit, .ajaxsubmit, .amount, button.navibutton { font-size: 12px; }
+ .quick_menu_selected, .menu_group, .titletext, .headingtext, .headingtext2, .errortext, #hints { font-size: 14px; }
+ .bottomBarCell { font-size: 11px; line-height: 13px; }
+ .footer, .footer td a { font-size: 10px; }
+ #CC table { font-size: 9pt; }
+ #CC .previous, #CC .next { font-size: 1.4em; }
+}
+@media screen and (min-width: 1200px) {
+ body, .headingtext3 { font-size: 12px; }
+ textarea { font-size: 14px; }
+ tr, td, th, input, select, a, button, .inputsubmit, .ajaxsubmit, .amount, button.navibutton { font-size: 13px; }
+ .quick_menu_selected, .menu_group, .titletext, .headingtext, .headingtext2, .errortext, #hints { font-size: 15px; }
+ .bottomBarCell { font-size: 12px; line-height: 14px; }
+ .footer, .footer td a { font-size: 11px; }
+ #CC table { font-size: 10pt; }
+ #CC .previous, #CC .next { font-size: 1.4em; }
+}
|---------------------------------------------------|
| Developer: |
| Joe Hunt |
-| |
+| |
|---------------------------------------------------|
| Note: |
| Changes can be made to this CSS that will be |
#cssmenu ul ul a {
font-size: 12px;
}
+
+@media screen and (min-width: 1024px) {
+ body,td,th,input, select,#header ul, .inputsubmit, .ajaxsubmit, .amount, button.navibutton, button {font-size: 12px; }
+ textarea, .menu_group, .menu_group_items, .headingtext, .headingtext2, .errortext, #hints,
+ #cssmenu ul a, #cssmenu ul ul a { font-size: 13px; }
+ .fa-footer, .fa-footer .power a, .fa-footer .date, .headingtext3 { font-size: 11px; }
+ h1 { font-size: 15px; }
+ h2, .titletext { font-size: 14px; }
+ #cssmenu ul .has-sub > a:after { font-size: 10px; }
+ #CC table { font-size: 9pt; }
+ #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, .menu_group, .menu_group_items, .headingtext, .headingtext2, .errortext, #hints,
+ #cssmenu ul a, #cssmenu ul ul a { font-size: 14px; }
+ .fa-footer, .fa-footer .power a, .fa-footer .date, .headingtext3 { font-size: 12px; }
+ h1 { font-size: 16px; }
+ h2, .titletext { font-size: 15px; }
+ #cssmenu ul .has-sub > a:after { font-size: 11px; }
+ #CC table { font-size: 10pt; }
+ #CC .previous, #CC .next { font-size: 1.4em; }
+}