dumping this old augh quotestream css I stole

            body {
                background-image: linear-gradient(to bottom, rgba(0,0,0,0) 100px, rgba(115,124,190, 0.9)), url(https://soyjakwiki.org/images/7/70/NuKiBackgroundFinal.png);
                background-size: 620px;
                background-repeat: repeat;
                background-attachment: fixed;
            }

            .input-group-addon, .label, .btn, .nick-hover, #plmeta, #videowrap-header, #chatheader, #newmessages-indicator-bghack {
                background: #b7c5d9;
                color: black;
                border-color: #54557A;
            }

            #mainpage {
                color: black;
            }

            #chatwrap {
                background: #d6daf0; 
                border: 1px solid #54557A; 
                border-left: none; 
                border-top: none;
                color: black;
            }

            .userlist_owner {
                color: red !important;
            }

            #chatline {
                background: #b7c5d9 !important;
                color: black;
                border-color: transparent !important;
            }

            input.form-control[type="text"] {
                background: #b7c5d9 !important;
                border-color: #54557A !important;
                color: black;
            }

            .userlist_op {
                color: purple !important;
            }

            .well {
                background: #d6daf0;
                color: black;
                border-color: #54557A;
                border-width: 1px;
            }

            .well strong, .poll-notify {
                color: #AF0A0F;
            }