- Регистрация
- 2 Ноя 2024
- Сообщения
- 2,174
- Автор темы
- #1
Сливаю префиксы, которые могут подойдти для вашего форума.


Pawn:
.label {
padding: 3px 10px;
border-radius: 7px;
font-family: sans-serif;
border: 0.5px solid !Important;
user-select: none;
cursor: pointer;
font-weight: bold;
display: inline-block;
text-align: left;
margin-right: 5px
}
.importantp {
color: #ff0000;
background: rgba(255,0,0,0.1)
}
.importantp:before {
display: inline-block;
content: "";
height: 1em;
vertical-align: -0.125em;
background-color: currentColor;
width: 1.28571429em;
mask: url('/styles/fa/regular/fire.svg?v=5.15.3') no-repeat center;
-webkit-mask: url('/styles/fa/regular/fire.svg?v=5.15.3') no-repeat center;
margin-right: 5px
}
.solution {
color: #008000;
background: rgba(0,128,0,0.1)
}
.solution:before {
display: inline-block;
content: "";
height: 1em;
vertical-align: -0.125em;
background-color: currentColor;
width: 1.28571429em;
mask: url('/styles/fa/regular/thumbs-up.svg?v=5.15.3') no-repeat center;
-webkit-mask: url('/styles/fa/regular/thumbs-up.svg?v=5.15.3') no-repeat center;
margin-right: 5px
}
.non-actual {
color: #42aaff;
background: rgba(66,170,255,0.1)
}
.non-actual:before {
display: inline-block;
content: "";
height: 1em;
vertical-align: -0.125em;
background-color: currentColor;
width: 1.28571429em;
mask: url('/styles/fa/regular/comment-slash.svg?v=5.15.3') no-repeat center;
-webkit-mask: url('/styles/fa/regular/comment-slash.svg?v=5.15.3') no-repeat center;
margin-right: 5px
}
.approal {
color: #ffa812;
background: rgba(255,168,18,0.1)
}
.approal:before {
display: inline-block;
content: "";
height: 1em;
vertical-align: -0.125em;
background-color: currentColor;
width: 1.28571429em;
mask: url('/styles/fa/regular/glasses.svg?v=5.15.3') no-repeat center;
-webkit-mask: url('/styles/fa/regular/glasses.svg?v=5.15.3') no-repeat center;
margin-right: 5px
}
.closed {
color: #ff4d00;
background: rgba(255,77,0,0.1)
}
.closed:before {
display: inline-block;
content: "";
height: 1em;
vertical-align: -0.125em;
background-color: currentColor;
width: 1.28571429em;
mask: url('/styles/fa/regular/lock.svg?v=5.15.3') no-repeat center;
-webkit-mask: url('/styles/fa/regular/lock.svg?v=5.15.3') no-repeat center;
margin-right: 5px
}
.cheat {
color: #49423d;
background: rgba(73,66,61,0.1)
}
.search-service {
color: #ffd35f;
background: rgba(255,211,95,0.1)
}
.search-service:before {
display: inline-block;
content: "";
height: 1em;
vertical-align: -0.125em;
background-color: currentColor;
width: 1.28571429em;
mask: url('/styles/fa/regular/glasses-alt.svg?v=5.15.3') no-repeat center;
-webkit-mask: url('/styles/fa/regular/glasses-alt.svg?v=5.15.3') no-repeat center;
margin-right: 5px
}
.portfolio {
color: #ffd35f;
background: rgba(255,211,95,0.1)
}
.portfolio:before {
display: inline-block;
content: "";
height: 1em;
vertical-align: -0.125em;
background-color: currentColor;
width: 1.28571429em;
mask: url('/styles/fa/regular/briefcase.svg?v=5.15.3') no-repeat center;
-webkit-mask: url('/styles/fa/regular/briefcase.svg?v=5.15.3') no-repeat center;
margin-right: 5px
}
.service {
color: #ffd35f;
background: rgba(255,211,95,0.1)
}
.service:before {
display: inline-block;
content: "";
height: 1em;
vertical-align: -0.125em;
background-color: currentColor;
width: 1.28571429em;
mask: url('/styles/fa/regular/wrench.svg?v=5.15.3') no-repeat center;
-webkit-mask: url('/styles/fa/regular/wrench.svg?v=5.15.3') no-repeat center;
margin-right: 5px
}
.ns {
color: #666666;
background: rgba(102,102,102,0.1)
}
.ns:before {
display: inline-block;
content: "";
height: 1em;
vertical-align: -0.125em;
background-color: currentColor;
width: 1.28571429em;
mask: url('/styles/fa/regular/times.svg?v=5.15.3') no-repeat center;
-webkit-mask: url('/styles/fa/regular/times.svg?v=5.15.3') no-repeat center;
margin-right: 5px
}
.contest {
color: #42aaff;
background: rgba(66,170,255,0.1)
}
.contest:before {
display: inline-block;
content: "";
height: 1em;
vertical-align: -0.125em;
background-color: currentColor;
width: 1.28571429em;
mask: url('/styles/fa/regular/gift.svg?v=5.15.3') no-repeat center;
-webkit-mask: url('/styles/fa/regular/gift.svg?v=5.15.3') no-repeat center;
margin-right: 5px
}