/* ===== Asgaros Forum Professional UI ===== */ /* Main container */ #af-wrapper{ font-size:16px; line-height:1.7; } /* Menu */ #af-wrapper .forum-menu a{ font-size:15px; font-weight:600; } /* Category Header */ #af-wrapper .category-header{ font-size:18px; font-weight:700; } /* Forum Title */ #af-wrapper .forum-name a{ font-size:18px; font-weight:700; color:#1e73be; } /* Description */ #af-wrapper .forum-description{ font-size:15px; color:#666; } /* Buttons */ #af-wrapper input[type=\"submit\"], #af-wrapper .button, #af-wrapper button{ font-size:15px; padding:10px 20px; border-radius:6px; } /* Search */ #af-wrapper input[type=\"search\"], #af-wrapper input[type=\"text\"]{ font-size:15px; padding:10px 14px; } /* Topic Title */ #af-wrapper .topic-name a{ font-size:17px; font-weight:600; } /* Statistics */ #af-wrapper .statistics{ font-size:15px; } /* Tables */ #af-wrapper table td, #af-wrapper table th{ padding:14px; font-size:15px; } /* Icons */ #af-wrapper i{ font-size:18px !important; } #af-wrapper{ font-size:16px; font-family:inherit; } #af-wrapper .forum-menu a{ font-size:16px; font-weight:600; } #af-wrapper .forum-name a, #af-wrapper .topic-name a{ font-size:18px; font-weight:700; } #af-wrapper table td, #af-wrapper table th{ padding:14px; } #af-wrapper .category-header{ font-size:18px; font-weight:700; } #af-wrapper input[type=text], #af-wrapper input[type=search]{ height:42px; font-size:15px; } #af-wrapper .button, #af-wrapper input[type=submit]{ border-radius:6px; padding:10px 18px; font-size:15px; }