Client Loading bar colours

Results 1 to 1 of 1
  1. #1
    Sorcerer Supreme QuixFounder is offline
    Member +Rank
    Aug 2012 Join Date
    United KingdomLocation
    284Posts

    Client Loading bar colours

    Hey guys, sorry for all the threads, im just wondering how you change the colour of the loading bars on the client, i wanted mine red and blue, This is what i would like it as:



    Would somone be able to do it for me or tell me where it is on my client thing please?
    Here it is:
    Spoiler:
    html, body.flashclient {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;
    }

    #BottomBar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color:#444444;
    height:30px;
    }

    #player {
    margin:5px 5px 5px 5px;
    }

    #flash-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    }

    #flash-container #content, #minimail-report {
    color: #333;
    }

    .contains-minimail { width: 460px }
    .contains-news { width: 400px }
    .contains-avatars { width: 342px; }

    .contains-roomenterad { width: 740px }

    .client-habblet-container.contains-roomenterad {
    width: 740px;
    }

    .client-habblet-container {
    position: absolute;
    top: 10px;
    right: 10px;
    }
    .loading-element {
    padding-top: 15px;
    height: 70px;
    width: 145px;
    background-color: #FFFFFF;
    text-align: center;
    }

    .loading-element p {
    padding-top: 2px;
    font-weight: bold;
    font-size: 16px;
    }

    .draggable .title { cursor: move }

    .x-workaround .client-habblet-container {
    position: static;
    top: auto;
    right: auto;
    }
    .x-workaround .client-habblet-container .title { cursor: default; }

    #client-ui {
    height:100%;
    position: relative;
    }

    #client-ui.x-workaround { background-color: #e3e3db; background-image: url(../images/bg.png); }
    #client-ui.x-workaround #flash-wrapper { right: 465px }
    #client-ui.x-workaround-wide #flash-wrapper { right: 765px }

    #client-ui.x-workaround-feed { background-color: #000 }
    #client-ui.x-workaround-feed #flash-wrapper { right: auto; width: 57px }

    #client-ui.embed #flash-wrapper { top: 35px; }
    .client-content { position: absolute; top:0; right: 0px; z-index: 1000; color: #000 }
    .embed .client-content { top: 37px }

    #applifier-container { position: absolute; top: 0px; height: 76px }
    .applifier #embed-topbar { top: 76px }
    .applifier #client-ui.embed #flash-wrapper { top: 35px }
    .applifier #client-ui { height: 657px; margin-top: 76px }

    /* external links */
    #external-link-container { right: 0; margin: 0 auto; width: 410px; border: 3px solid #FFAA5F; padding: 15px 15px 5px 15px; background-color: #fff }
    #external-link-container h2 { margin: 0 0 20px 0; border-bottom: 1px solid #f50f0f; padding-bottom: 5px }
    .contains-externalLink { width: 450px }

    #fb-like-container { right: 0; margin: 0 auto; padding: 10px 10px 5px 10px; background-color: #fff; }
    .contains-fbLike { width: 410px; height: 187px }




Advertisement