i found the font a little to big so made some size changes (looks ok to me)
ext/hifikabin/largefont/styles/all/theme/largefont.css
Code: Select all
body {
font-size: 11px;
{
hr.dashed {
margin: 13px 0;
}
.logo {
padding: 13px 0px 0 13px;
}
.navbar {
padding: 3px 13px;
border-radius: 4.5px;
}
.panel {
margin-bottom: 3px;
padding: 5px 13px;
border-radius: 4.5px;
}
.post {
padding: 4px 13px;
margin-bottom: 3px;
border-radius: 4.5px;
}
#cp-main .panel {
padding: 4px 13px;
}
ul.linklist li.responsive-menu a.responsive-menu-link {
font-size: 15px;
width: 20px;
line-height: 16px;
}
.dropdown .pointer, .dropdown .pointer-inner {
border-bottom: 13px solid transparent;
border-left: 13px dashed transparent;
border-right: 13px dashed transparent;
}
.dropdown-up .pointer, .dropdown-up .pointer-inner {
border-top: 13px solid transparent;
}
.dropdown .pointer {
left: 13px;
}
.dropdown-left .dropdown .pointer, .nojs .rightside .dropdown .pointer {
right: 13px;
}
.dropdown .pointer-inner {
bottom: -9px;
left: -13px;
}
.pagination li a, .pagination li span {
font-size: 0.7em;
font-weight: normal;
line-height: 11px;
min-width: 13px;
padding: 2.7px;
}
.phpbb_alert .alert_close {
width: 20px;
height: 20px;
overflow: hidden;
margin-top: -5px;
margin-right: -26px;
}
.phpbb_alert .alert_close:hover {
background-position: 0 -20px;
}
#forum-permissions {
padding-left: 4px;
margin-left: 4px;
margin-top: 13px;
text-align: right;
}
div.rules {
margin: 13px 0;
font-size: 0.9em;
padding: 5px 13px;
border-radius: 5px;
}
.member-search {
padding: 5px 13px;
}
.dropdown-extended ul li.no_notifications {
padding: 13px;
}
.dropdown-extended .header {
padding: 0 13px;
}
.notification_list p.notification-time {
font-size: 11px;
}
.notification_list p.notifications_time {
font-size: 13px !important;
}
#quick-links a.responsive-menu-link:before {
font-size: 15px;
}
will fix the buttons
ext/hifikabin/largefont/styles/all/template/event/ucp_prefs_personal_append.html
Code: Select all
<dl>
<dt><label for="font1">{L_FONT_CHOICE}{L_COLON}</label></dt>
<dd>
<label for="user_font1"><input type="radio" name="font" id="font1" value="1"<!-- IF S_UCP_FONT --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
<label for="user_font0"><input type="radio" name="font" id="font0" value="0"<!-- IF not S_UCP_FONT --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
</dd>
</dl>