Neler yeni

Foruma hoş geldin, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

Türkiye'nin İlk ve tek FiveM forum adresi

Forum adresimize hoş geldin FiveMTürk olarak amacımız siz değerli kullanıcılarımıza en aktif fikir ve paylaşım platformu sunmak bir yana en güvenilir şekilde alışveriş yapabileceğiniz bir platform sunmaktır.
DF DF
DF DF
DF DF

progressBar için CSS edit isteği [ÜCRETLİ VEYA ÜCRETSİZ]

MertDogan66

Üye
FT Kullanıcı
Katılım
4 yıl 23 gün
Mesajlar
8
Dış tarafa beyaz ince bir sınır çekilmesini istiyorum ve iç fontunda bu şekilde olmasını istiyorum. Ücretli veya ücretsiz yapabilicek arkadaşlar bana DM yoluyla ulaşabilirse çok sevinirim. iyileşiyorsun.png
 
DF
Kod:
html {
    overflow: hidden;
    /*text-shadow:
        -1.0px -1.0px 0 #000,
        1.0px -1.0px 0 #000,
        -1.0px 1.0px 0 #000,
        1.0px 1.0px 0 #000;*/
}

body {
    background: transparent !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.progress-container {
    display: none;
    z-index: 5;
    color: #fff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 18.5%;
    position: fixed;
    bottom: 12.65%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.progress-labels {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
}

.progress-labels div {
    font-size: 15px;
    line-height: 30px;
    margin-left: 20%;
    margin-top: 2.5%;
    position: relative;
    color: #fff;
    z-index: 10;
    font-family: Signika, sans-serif;
    text-transform: uppercase;
}

.progress-bar-container {
    width: 120%;
    height: 40px;
   box-shadow: 0 1px 5px #000 inset, 0 1px 0 #1e1e1e;
    background: rgba(0, 0, 0, 0.75);
    border: 3px solid #ffff;
    border-radius: 0px;
    text-align: left;
    overflow: hidden;
    position: relative;
    display: block;
    white-space: nowrap;
}

.progress-bar {
    background-color: rgba(231, 231, 231, 0.75);
    width: 0%;
    height: 40px;
    transition: width 0.3s;
    transition-timing-function: ease-out;
}

mythic_progbar dosyasındaki css kodlarını buradakiyle değiştirin font-family yazan yerden de fontunuzu ayarlayabilirsiniz
 
DF
Kod:
.progress-bar {
    background-color: rgba(231, 231, 231, 0.75);
    width: 0%;
    height: 40px;
    transition: width 0.3s;
    transition-timing-function: ease-out;
}

buradaki rgba değerleriyle oynayarak da istediğiniz rengi elde edebilirsiniz
 
DF
Kod:
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');

html {
    overflow: hidden;
    /*text-shadow:
        -1.0px -1.0px 0 #000,
        1.0px -1.0px 0 #000,
        -1.0px 1.0px 0 #000,
        1.0px 1.0px 0 #000;*/
}

body {
    background: transparent !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.progress-container {
    display: none;
    z-index: 5;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    width: 20%;
    position: fixed;
    bottom: 12.65%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.progress-labels {
    width: 100%;
    top: 9px;
    height: 20px;
    text-align: center;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
}

.progress-labels div {
    font-size: 14px;
    position: relative;
    color: #fff;
    z-index: 10;
    left: 4px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
}

.progress-bar-container {
    width: 100%;
    height: 28px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #1e1e1e;
    background: rgba(0, 0, 0, 0.75);
    border: 2px solid #ffff;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    display: block;
    white-space: nowrap;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.progress-bar {
    background-color: rgba(231, 231, 231, 0.3);
    width: 0%;
    height: 40px;
    transition: width 0.3s;
    transition-timing-function: ease-out;
}
}

Bunu deneyin benzedi diye düşünüyorum


11950
 
DF
Son düzenleme:

Forumdan daha fazla yararlanmak için giriş yapın yada üye olun!

Forumdan daha fazla yararlanmak için giriş yapın veya kayıt olun!

Kayıt ol

Forumda bir hesap oluşturmak tamamen ücretsizdir.

Şimdi kayıt ol
Giriş yap

Eğer bir hesabınız var ise lütfen giriş yapın

Giriş yap

Bu konuyu görüntüleyen kullanıcılar

Tema düzenleyici

Tema özelletirmeleri

Granit arka planlar

Lütfen Javascript'i etkinleştirin!Javascript'i etkinleştirin!