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

(בס"ד)
 
אין תקציר עריכה
 
(3 צווישנדיגע ווערסיעס פונעם זעלבן באַניצער נישט געוויזן)
שורה 1: שורה 1:
span.nikud {
span.niqud {
    color: #002bb8;
     cursor: pointer;
     cursor: pointer;
    font-size: 125%;
     transition: font-size 0.2s ease, color 0.2s ease;
     transition: font-size 0.2s ease, color 0.2s ease;
}
}


span.nikud:hover,
span.niqud:hover,
span.nikud:focus {
span.niqud:focus {
     font-size: 175%;
     font-size: 175%;
    color: #0040e0; /* Slightly deeper blue */
     outline: none;
     outline: none;
     text-shadow: 0 0 4px rgba(0, 43, 184, 0.7);
     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";
}