אונטערשייד צווישן ווערסיעס פון "מוסטער:מנוקד/styles.css"

פון המכלול
קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
אין תקציר עריכה
 
(איין צווישנדיגע ווערסיע פונעם זעלבן באַניצער נישט געוויזן)
שורה 1: שורה 1:
span.nikud {
span.niqud {
     cursor: pointer;
     cursor: pointer;
     transition: font-size 0.2s ease, color 0.2s ease;
     transition: font-size 0.2s ease, color 0.2s ease;
    font-family: "Frank Rühl";
}
}


span.nikud:hover,
span.niqud:hover,
span.nikud:focus {
span.niqud:focus {
     font-size: 175%;
     font-size: 175%;
     outline: none;
     outline: none;
    font-family: "Frank Rühl";
}
}

יעצטיגע רעוויזיע זינט 02:15, 9 סעפטעמבער 2025

span.niqud {
    cursor: pointer;
    transition: font-size 0.2s ease, color 0.2s ease;
}

span.niqud:hover,
span.niqud:focus {
    font-size: 175%;
    outline: none;
    font-family: "Frank Rühl";
}