Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

CSS всех префиксов

Дек
110
29
Пользователь
Где можно найти CSS всех префиксов VINE GAMES
Префиксы Vine:
.pref {
    background-color: #ff0000;
    font-size: 77%;
    color: white;
    border: 3px solid #f00;
    text-align: center;
    border-radius: 6px
}

.pref.otkr {
    background-color: #33ff33;
    border: 3px solid #3f3
}

.pref.otk {
    background-color: #33ff33;
    border: 3px solid #3f3
}

.pref.rech {
    background-color: #f24666;
    border: 3px solid #f24666
}

.pref.inf {
    background-color: #ffbb00;
    border: 3px solid #fb0
}

.pref.zakr {
    background-color: #ff2b2b;
    border: 3px solid #ff2b2b
}

.pref.ras {
    background-color: #0044ff;
    border: 3px solid #04f
}

.pref.prov {
    background-color: #ee7700;
    border: 3px solid #e70
}

.pref.pr {
    background-color: #00bbff;
    border: 3px solid #0bf
}

.label {
    color: white;
    text-transform: uppercase;
    font-weight: 650;
    font-size: 70%;
    padding: 2px 4px;
    text-align: center;
    background-size: 300% 300%;
    border-radius: 5px
}

.v {
    background: #ff0000;
    box-shadow: 0 0 12px #f00
}

.ras {
    background: #0044ff;
    box-shadow: 0 0 12px #04f
}

.otk {
    background: #00AA00;
    box-shadow: 0 0 12px #0a0
}

.rasm {
    background: #ee7700;
    box-shadow: 0 0 12px #e70
}

.inf {
    background: #ffbb00;
    box-shadow: 0 0 12px #fb0
}

Подключаешь inf например и label
 
Сверху