Newer
Older
EARS-LINUX / program / touch_friendly.css
/* touch_friendly.css — larger fonts */

window {
    background-color: #f7f7f9;
}

label, checkbutton, radiobutton, combobox {
    font-family: 'Segoe UI', 'Noto Sans', sans-serif;
    color: #1e1e1e;
    font-size: 20px;
}

/* Splash page: big mode-select buttons */
#Option1Button, #Option2Button, #Option3Button {
    font-size: 34px;          /* was 26px */
    font-weight: 700;
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid #d8d8de;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
#Option1Button:hover, #Option2Button:hover, #Option3Button:hover {
    background-color: #eef3ff;
    border-color: #a9c3ff;
}
#Option1Button:active, #Option2Button:active, #Option3Button:active {
    background-color: #dbe6ff;
}

#SettingButton, #CloseButton {
    min-height: 56px;
    min-width: 120px;
    font-size: 24px;          /* was 18px */
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 18px;
}
#CloseButton {
    background-color: #fdeaea;
    border: 1px solid #f2b8b8;
    color: #a12727;
}
#CloseButton:hover { background-color: #fbd6d6; }

#LanguageToggle {
    min-height: 52px;
    min-width: 76px;
    font-size: 24px;          /* was 18px */
    border-radius: 26px;
    padding: 6px 14px;
}

#ConnectButton, #AutoConnectButton, #RefreshButton, #SettingBackButton {
    min-height: 52px;
    min-width: 160px;
    font-size: 22px;          /* was 18px */
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 20px;
}
#ComPortComboBox {
    min-height: 50px;
    font-size: 22px;
    padding: 6px 12px;
    border-radius: 8px;
}
#StatusLabel.status-on  { color: #2e7d32; font-weight: bold; }
#StatusLabel.status-off { color: #c62828; font-weight: bold; }

#SoundBackButton, #SoundTestButton {
    min-height: 52px;
    min-width: 140px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 20px;
}

.sound-clip {
    min-height: 72px;
    min-width: 140px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 12px;
    padding: 10px 16px;
}

#MapBackButton {
    min-height: 52px;
    min-width: 140px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 20px;
}

#CaseFrame > label, #BodyFrame > label, #ViewFrame > label {
    font-size: 19px;
    font-weight: 700;
}
#MapCaseLabel {
    font-size: 21px;
}

#BodySkeletonRadio, #BodyJacketRadio {
    font-size: 21px;
    min-height: 46px;
}
#BodySkeletonRadio radio, #BodyJacketRadio radio {
    min-width: 30px;
    min-height: 30px;
}

#ViewFrontRadio, #ViewBackRadio, #ViewRightRadio, #ViewLeftRadio {
    min-height: 52px;
    font-size: 21px;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 4px;
}
#ViewFrontRadio:checked, #ViewBackRadio:checked,
#ViewRightRadio:checked, #ViewLeftRadio:checked {
    background-color: #2e7d32;
    color: white;
}

#HideCircleCheck, #BlackAudioCheck {
    font-size: 20px;
    min-height: 44px;
}
#HideCircleCheck check, #BlackAudioCheck check {
    min-width: 30px;
    min-height: 30px;
}

#JacketSizeCombo {
    min-height: 48px;
    font-size: 20px;
    border-radius: 8px;
}
#JacketSizeLabel {
    font-size: 20px;
}

button {
    min-height: 48px;
    padding: 10px 18px;
}