git.sophuwu.com > mailboxxer   
              329
            
             :root{
  color:white;
    background: #262833;
    @media (min-width: 2000px){
        font-size: 110%;
        --zoom: 1.33;
    }
    @media (max-width: 2000px) and (min-width: 1500px) {
        font-size: 100%;
        --zoom: 1.2;
    }
    @media (max-width: 1500px) and (min-width: 1400px) {
        font-size: 90%;
        --zoom: 1.1;
    }
    @media (max-width: 1400px) and (min-width: 1300px) {
        font-size: 85%;
        --zoom: 1;
    }
    @media (max-width: 1300px) and (min-width: 1200px) {
        font-size: 80%;
        --zoom: 0.9;
    }
    @media (max-width: 1200px) and (min-width: 1000px) {
        font-size: 75%;
        --zoom: 0.8;
    }
    @media (max-width: 1000px) and (min-width: 900px) {
        font-size: 70%;
        --zoom: 0.7;
    }
    @media (max-width: 900px) and (min-width: 800px) {
        font-size: 65%;
        --zoom: 0.625;
    }
    @media (max-width: 800px) and (min-width: 700px) {
        font-size: 60%;
        --zoom: 0.55;
    }
    @media (max-width: 700px) and (min-width: 600px) {
        font-size: 55%;
        --zoom: 0.475;
    }
    @media (max-width: 600px) and (min-width: 500px) {
        font-size: 50%;
        --zoom: 0.4;
    }
    @media (max-width: 500px) and (min-width: 400px) {
        font-size: 45%;
        --zoom: 0.35;
    }
    @media (max-width: 400px) and (min-width: 300px) {
        font-size: 35%;
        --zoom: 0.3;
    }
    @media (max-width: 300px) {
        font-size: 30%;
        --zoom: 0.25;
    }

}
.container {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    flex-direction: column;
    height: calc( 100% - 5lh );
    width: calc( 100% - 1lh );
    /*min-width: 550px;*/
}
#contentframe {
    zoom: var(--zoom);
}
iframe, .divframe {
    border: 0;
    margin: 0 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
#sendframe {
    position: absolute;
    top: 200%;
    left: 100%;
    transform: translateX(calc(-100% - 17px)) translateY(-100%);
    z-index: 2;
    min-width: 450px;
    height: 50%;
    width: 40%;
    transition: top 0.5s ease;
}
.inbox-to, .inbox-from, .inbox-date {
    width: 100%;
}
.inbox-to, .inbox-date {
    text-align: right;
}
.inbox-date, .inbox-from, .inbox-to, .inbox-subject {
    margin: 0 0.6rem;
    padding: 0 0.6rem;
}
.inbox-subject {
    color: #999999;
}
.nomargin {
    margin: 0!important;
}
.nopadding {
    padding: 0!important;
}
label{
    font-size: 1rem;
    margin: 0.3rem;
}
.topin {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: -1px !important;
    border-bottom: 1px solid #777 !important;
}
.botin {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: -1px !important;
    border-top: 1px solid #777 !important;

}
.leftin {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-right: -1px !important;
    border-right: 1px solid #777 !important;

}
.rightin {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: -1px !important;
    border-left: 1px solid #777 !important;

}
input[type="text"], .inputlike {
    background-color: #353545;
    border: 0.2rem solid transparent;
    color: #dddddd;
    font-size: 1rem;
    border-radius: 0.6rem;
    line-height: normal;
    padding: 0.3rem;
    outline: none;
    margin: 0.3rem;
    width: 100%;
}
textarea {
    resize: none;
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #262833;
}
.header {
    padding: 0.5lh 0;
    margin: 0 0 -1ch 0;
    border-bottom: #666 solid 1px;
}
.header>:first-child {
    border-right: 2ch solid transparent;
}
.header > :last-child {
    border-left: 2ch solid transparent;
}
.sidebyside {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.rightdiv {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.coldiv {
    margin: 0;
    padding: 0 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main {
    margin: 0.5lh 0;
    padding: 0;
    height: calc(100% - 2lh);
}
li {
    margin: 0.3rem;
    padding: 0.3rem;
}
h1 {
    font-size: 160%;
    font-weight: 100;
    margin: 0 0 0 0.3rem;
    padding: 0;
    display: flex;
    align-items: center;
}
h6 {
    margin: 0 0 0 0.2rem;
    padding: 0;
    font-size: small;
}
*{
    color: white;
}
body, html, .container, .divframe, .main{
    background-color: #262833;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 2px;
}

::-webkit-scrollbar-track {
    background: #353545;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #555566;
    border-radius: 2px;
    border: 2px solid #353545;
}

::-webkit-scrollbar-thumb:hover {
    background: #888899;
}

::-webkit-scrollbar-corner {
    background: transparent;
}
a {
    color: #5da5ff;
}
a:hover {
    color: #40d8ff;
}
button:hover {
    color: #fff;
    background-color: #131419;
    box-shadow: rgba(0, 0, 0, 0.5) 0.5rem 0.5rem 0.9rem;
    transform: translateY(-0.2em);
}

button:active {
    box-shadow: none;
    transform: translateY(0);
}

button, .buttonlike {
    appearance: none;
    background-color: rgba(0, 0, 0, 0.25);
    border: 0.2rem solid transparent;
    border-radius: 0.6rem;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    line-height: normal;
    padding: 0.3rem 0.6rem;
    outline: none;
    margin: 0.3rem;
    width: unset;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
}

.sidebyside {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  align-content: space-between;
}
.inbox-entry {
    overflow: clip;
}
.inbox-entry p {
    padding: 0;
    margin: 0.3lh 0;
}
.inbox-entry, hr {
    margin: 0.5lh 0 0.25lh;
    padding: 0.5lh 1ch;
    width: calc(100% - 2lh );
    border-radius: 0.5lh;
}
/* #inboxframe, {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
} */
.inbox-entry:hover {
    background-color: #0004;

}
hr{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #666;
    height: 0;
}
#inboxframe > hr:last-of-type {
    display: none;
}