/* *******************************************************************
   * HIGHLAND ARROW SPECIFIC CUSTOMISATIONS TO QVITTER THEMING       *
   * cc-by-nc-sa - http://creativecommons.org/licenses/by-nc-sa/4.0/ *
   * by/copyright Maiyannah Bishop with hat tip to Moonman           *
   ******************************************************************* */

body {
   background-attachment: scroll, scroll;
   background-origin: padding-box, padding-box;
   background-position: 50% 0%, 50% 0%;
   background-repeat: no-repeat,repeat;
   background-image: url(https://cdn.highlandarrow.com/images/rebirth/bg-master-gradient.png),url(https://cdn.highlandarrow.com/images/rebirth/colors/red/bg-body.png) !important;
   background-size: auto, auto;
}

.banner, #tip-jar, #etc-box, #data-tooltip {
   display: none;
}

.stream-item-header .screen-name {
   color: rgb(0, 102, 0);
   font-weight: bold;
}


/* ----------------------------------------------------------------------------
   Flair for admin users                                                        */

strong.name[data-user-id="1"] {
   background-image: url("../img/ha-staff-logo.png");
   background-repeat: no-repeat;
   background-position: left top;
   text-indent: 22px;
   min-height: 20px;
   margin-bottom: -4px;
} 

strong.name[data-user-id="11"] {
   background-image: url("../img/ha-staff-logo.png");
   background-repeat: no-repeat;
   background-position: left top;
   text-indent: 22px;
   min-height: 20px;
   margin-bottom: -4px;
}

strong.name[data-user-id="12"] {
   background-image: url("../img/ha-staff-logo.png");
   background-repeat: no-repeat;
   background-position: left top;
   text-indent: 22px;
   min-height: 20px;
   margin-bottom: -4px;
}