/********************************
   Omegle dark theme, good for
   late night chatting.
   by squid    
********************************/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("omegle.com") {

    .strangermsg .msgsource{
        color: #8B3A3A !important;
    }

    .youmsg .msgsource{
        color: #566E78 !important;
    }

    .logwrapper {
        background-color: #2C2C2C !important;
    }

    .logbox {
        background-color: #2C2C2C !important;
        color: #9E9E9E !important;
    }

/*.strangermsg .msgsource{
        color: 
    }
*/

    .disconnectbtn {
        background-color: #333 !important;
        color: #666 !important;
    }


    .chatmsgwrapper {
        background-color: #333 !important;
    }

    .chatmsg {
        background-color: #2C2C2C !important;
        color: #9E9E9E !important;
    }

    .sendbtn {
        background-color: #333 !important;
        color: #666 !important;
    }

    .logwrapper {
        border: 1px solid #333 !important;
    } 

    .disconnectbtnwrapper {
        border: 1px solid #333 !important;
    } 

    .chatmsgwrapper {
        border: 1px solid #333 !important;
    } 

    .sendbtnwrapper  {
        border: 1px solid #333 !important;
    } 

    a:link {
       color: #566E78 !important;
    }

    body {
       background: #222 !important;
    }

    #header {
       opacity: 0.1 !important;
    }
    
    .conversationgreat{
        background-color: #786056 !important;
        color: #222 !important;
    }

    .statuslog input {
       opacity: 0.5 !important;
    }
}