<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: hsl(240deg, 100%, 95%);
    font-size: 14pt;
}

#inputcontainer {
    position: relative;
    display: block;
    padding: 5px;
    text-align: center;
}

div.inputcontrolscontainer {
    position: relative;
    display: inline-block;
}

#entry {
    position: relative;
    display: inline-block;
    width: 600px;
    max-width: 70vw;
    font-size: 18pt;
}

#output {
    margin-top: 20px;
}

#unicodeblockname {
    font-weight: bold;
}

div.charcontainer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 40px;
    height: 60pt;
    width: 60pt;
    margin-bottom: 24px;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
    background-color: white;
    box-shadow: 3px 3px 8px black;
}

div.blockcontainer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 40px;
    height: 60pt;
    width: 60pt;
    margin-bottom: 24px;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
    background-color: #fffdd0;
    box-shadow: 1px 1px 2px gray;
}

div.charpile {
    position: absolute;
    height: 60pt;
    width: 60pt;
    padding: 40px;
    background-color: white;
}

div.charpile1 {
    top: 5px;
    left: 5px;
    z-index: -1;
    box-shadow: 1px 1px 2px gray;
}

div.charpile2 {
    top: 10px;
    left: 10px;
    z-index: -2;
    box-shadow: 3px 3px 8px black;
}

div.charheader {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    text-align: left;
    font-size: 10pt;
}

div.blockheader {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    text-align: center;
    font-size: 10pt;
}

.emojisequencelink {
    font-size: 14pt;
}

a {
    text-decoration: none;
}

a.codepointnumber {
    padding: 2px;
    cursor: pointer;
    color: blue;
    transition: 0.2s;
}

a.codepointnumber:hover {
    background: hsl(240deg, 100%, 90%);
}

.charbutton {
    display: inline-block;
    min-width: 18px;
    padding: 2px;
    margin: 1px;
    text-align: center;
    font-size: 12pt;
    cursor: pointer;
    font-family: sans-serif;
}

.charbutton:hover {
    background: hsl(240deg, 100%, 90%);
}

div.charcontrols {
    position: absolute;
    top: 0;
    right: 0;
}

div.chardisplay {
    position: relative;
    display: block;
    font-size: 42pt;
    transition: transform .2s;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    border-radius: 5px;
    font-family: sans-serif;
}

div.chardisplay:hover {
    background-color: hsl(60deg, 100%, 70%, 80%);
    z-index: 5;
}

div.blockdisplay {
    position: relative;
    vertical-align: middle;
    display: block;
    font-size: 42pt;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    border-radius: 5px;
    font-family: sans-serif;
}

div.charfooter {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 90%;
    text-align: center;
    font-size: 10pt;
}

div.blockfooter {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 90%;
    text-align: center;
    font-size: 10pt;
}

div.resultsummarybar {
    position: relative;
    text-align: center;
}

button.moreresults {
    position: relative;
    min-width: 600px;
    max-width: 75%;
    padding: 10px;
}

#pleasewaitindicator {
    /* Display on the left edge of inputcontrolscontainer, over where the
     * prevblocklink element would be. */
    position: absolute;
    left: -10px;
    top: 0px;
    width: 32px;
    height: 32px;
    /*background-color: hsl(240deg, 100%, 80%);*/
    border-radius: 16px;
    /*box-shadow: 2px 2px 6px black;*/
}

div.pleasewaitdot {
    position: absolute;
}
</pre></body></html>