HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/www.winghung.com/openai/style.css
/* option fonts */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan&family=Roboto&display=swap');
body{
    background-color: #0693e3;
}
.container{
    max-width: 1000px;
    margin: auto;
    /* padding-bottom: 20px; */
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
h2{
    font-weight: 400;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 25px;
    color: white;
    font-family: 'League Spartan', sans-serif;
}
.user-action{
    position: relative;
    border-bottom: 1px solid rgb(216, 216, 216);
}
input{
    border: 0px;
    outline: none;
    width: calc(100% - 80px);
    padding: 12px 60px 12px 20px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}
button{
    position: absolute;
    right: 0px;
    top: 1px;
    border: none;
    background-color: transparent;
}
button > svg{
    fill: #0693e3;
    padding: 0px 4px;
    cursor: pointer;
    outline: none;
}
textarea{
    /* width: calc(100% - 160px); */
    width: 85%;
    min-height: 65vh;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 20px;
    /* padding-right: 140px; */
    line-height: 150%;
    vertical-align: top;
    cursor: auto;
    resize: none;
    outline: none;
    border: none;
}
textarea::-webkit-scrollbar{
    width: 10px;
}
textarea::-webkit-scrollbar-thumb{
    background: #cacaca;
    border-radius: 4px;
}
#dialogue{
    /* width: calc(100% - 160px); */
    width: 85%;
    min-height: 65vh;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 20px;
    /* padding-right: 140px; */
    line-height: 150%;
    vertical-align: top;
    cursor: auto;
    resize: none;
    outline: none;
    border: none;
}
footer{
    position: absolute;
    bottom: 5px;
    width: 90%;
    /* height: 50px; */
    background-color: white;
    padding: 10px;
}