Post like an Egyptian



  • Continuing the discussion from Delins Testing:

    There is also a limit if you try to nest too deeply without closing the tags. Where is that limit?

    First thing I saw with this topic: the alternation of blue and yellow reminded me of Tutankhamen.


  • Discourse touched me in a no-no place

    @Arantor said:

    There is also a limit if you try to nest too deeply without closing the tags. Where is

    Relevant:

    /* Differentiate strike/del */
    del{
        background-color: #FDD;
        border-color: #F1C0C0;
    }
    ins{
        background-color: #DBFFDB;
        border-color: #C1E9C1;
    }
    ins > del{
        background-color: #00CCFF;
        text-decoration: overline;
    }
    del > ins{
        background-color: #FFFF66;
        text-decoration: overline;
    }
    
    /** Stop nested kbd's hanging FF - duplicate on mobile to keep appearance the same
    https://meta.discourse.org/t/dos-deeply-nested-kbds-hangs-firefox/17991/4
    */
    kbd * * { display: inline-block; }
    div.cooked * * * * * * * * * * * * * * * * * * * * { display:none; }
    #reply-control .wmd-controls #wmd-preview  * * * * * * * * * * * * * * * * * * * * { display:none; }
    


  • Don't tell me, tell @HardwareGeek


  • Discourse touched me in a no-no place

    I would, but posting to closed topics is frowned upon, and I CBA to unclose and move that one.


Log in to reply