• Welcome to SMFRC4 Testing. Please login.
 
Mar 28, 2024, 08:26 PM

News:

SMF - Just Installed!


code block

Started by lesmond, Aug 30, 2021, 10:30 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lesmond

.generic_bar, .progress_bar {
    border: 1px solid #b48f4c;
    background: #3f3e3e;
    min-height: 16px;
    line-height: 1.4em;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    color: rgb(255 245 245 / 48%)60%);
}
.generic_bar span, .progress_bar span {
    position: relative;
    z-index: 2;
    /*text-shadow: 1px 1px rgba(255, 255, 255, .4);*/
    display: inline-block;
    padding: 0 5px;
    font-weight: bold;
    color: #eac969;
}
.generic_bar .bar, .progress_bar .bar {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #ffde74 10%, #5c331e 90%);
    border: 1px solid #000;
    transition: width .3s;

lesmond

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #000000 #bd9851;
  }

  /* Chrome, Edge, and Safari */
::-webkit-scrollbar {
      width: 16px;
      border: 5px solid #cb19190e;

    }

    ::-webkit-scrollbar-thumb {
      background-color: #bd983f;
      background-clip: padding-box;
      border: 0.05em solid #705109;
    }

    ::-webkit-scrollbar-track {
      background-color: #121111;
    }
    /* Buttons */
    ::-webkit-scrollbar-button:single-button {
      background-color: #161515;
      display: block;
      border-style: solid;
      height: 13px;
      width: 16px;
    }
    /* Up */
    ::-webkit-scrollbar-button:single-button:vertical:decrement {
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent #bd983f transparent;
    }

    ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
      border-color: #777777 transparent;
    }
    /* Down */
    ::-webkit-scrollbar-button:single-button:vertical:increment {
      border-width: 8px 8px 0 8px;
      border-color: #bd983f transparent transparent transparent;
    }

    ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
      border-color: #777777 transparent transparent transparent;
    }

lesmond

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #f60000 #bd9851;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 15px;
  }

  *::-webkit-scrollbar-track {
    background: #ee0d0d;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 5px;
    border: 2px solid #ff1313;
  }
  /*  *::-webkit-scrollbar-button {
      background-color:#f7a600;
  color: #000;
  }*/
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #000000 #bd9851;
  }

  /* Chrome, Edge, and Safari */
    ::-webkit-scrollbar-thumb {
      background-color: #bd983f;
      background-clip: padding-box;
      border: 0.05em solid #030303;
    }

    ::-webkit-scrollbar-track {
      background-color: #000000;
    }
    /* Buttons */
    ::-webkit-scrollbar-button:single-button {
      background-color: #000000;
      display: block;
      border-style: solid;
      height: 13px;
      width: 16px;
    }
    /* Up */
    ::-webkit-scrollbar-button:single-button:vertical:decrement {
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent #bd983f transparent;
    }

    ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
      border-color: transparent transparent #777777 transparent;
    }
    /* Down */
    ::-webkit-scrollbar-button:single-button:vertical:increment {
      border-width: 8px 8px 0 8px;
      border-color: #bd983f transparent transparent transparent;
    }

    ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
      border-color: #777777 transparent transparent transparent;
    }