Welcome!

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

SignUp Now!

Решено Дайте баннеры и префиксы с данного форума

Статус
В этой теме нельзя размещать новые ответы.
Решение
Баннеры:
.userBanner {
  width:169px;
  height:35px;
  font-size:0px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  border:none;
  display:inline-flex
}
.message-userBanner {
  border-radius:0 !important
}
.memberHeader-banners {
  border-radius:0 !important
}
html .memberHeader .userBanner {
  width:222px !important;
  height:46px !important
}
.userBanner.mediamanager {
  background-image:url(https://threemobile.ru/banners/media-manager.svg) !important
}
.userBanner.partner {
  background-image:url(https://threemobile.ru/banners/partner.svg) !important
}
.userBanner.gltech {
  background-image:url(https://threemobile.ru/banners/gltech.svg) !important
}
.userBanner.specadmin {...
Ноя
2,989
7,692
Профессионал
Баннеры:
.userBanner {
  width:169px;
  height:35px;
  font-size:0px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  border:none;
  display:inline-flex
}
.message-userBanner {
  border-radius:0 !important
}
.memberHeader-banners {
  border-radius:0 !important
}
html .memberHeader .userBanner {
  width:222px !important;
  height:46px !important
}
.userBanner.mediamanager {
  background-image:url(https://threemobile.ru/banners/media-manager.svg) !important
}
.userBanner.partner {
  background-image:url(https://threemobile.ru/banners/partner.svg) !important
}
.userBanner.gltech {
  background-image:url(https://threemobile.ru/banners/gltech.svg) !important
}
.userBanner.specadmin {
  background-image:url(https://threemobile.ru/banners/spec.svg) !important
}
.userBanner.mladmin {
  background-image:url(https://threemobile.ru/banners/mladmin.svg) !important
}
.userBanner.event {
  background-image:url(https://threemobile.ru/banners/event.svg) !important
}
.userBanner.rukovod {
  background-image:url(https://threemobile.ru/banners/rukovod.svg) !important
}
.userBanner.admin {
  background-image:url(https://threemobile.ru/banners/admin.svg) !important
}
.userBanner.kurator {
  background-image:url(https://threemobile.ru/banners/kurator.svg) !important
}
.userBanner.techadmin {
  background-image:url(https://threemobile.ru/banners/tech.svg) !important
}
.userBanner.helper {
  background-image:url(https://threemobile.ru/banners/helper.svg) !important
}
.userBanner.leader {
  background-image:url(https://threemobile.ru/banners/leader.svg) !important
}
.userBanner.user {
  background-image:url(https://threemobile.ru/banners/user.svg) !important
}
.userBanner.banned {
  background-image:url(https://threemobile.ru/banners/ban.svg) !important
}
.userBanner.ga {
  background-image:url(https://threemobile.ru/banners/ga.svg) !important
}
.userBanner.zga {
  background-image:url(https://threemobile.ru/banners/zga.svg) !important
}
.userBanner.staff {
  background-image:url(https://threemobile.ru/banners/staff.svg) !important
}



Префиксы:
.label {
  display:inline-block;
  padding:1px .35em;
  border:1px solid transparent;
  border-radius:4px;
  font-size:80%;
  line-height:1.26;
  text-decoration:none
}
.label:hover,
a:hover .label {
  text-decoration:none
}
.label.label--fullSize {
  font-size:100%
}
.label.label--small {
  font-size:13px
}
.label.label--smallest {
  font-size:11px
}
.label.label--hidden {
  padding:inherit;
  border:none;
  font-size:inherit;
  line-height:inherit;
  text-decoration:inherit
}
.label.label--hidden:hover {
  text-decoration:underline
}
.label.label--subtle {
  color:rgba(255,255,255,0.78);
  background:rgba(36,36,36,0.5);
  border-color:rgba(61,61,61,0.5)
}
a.label.label--subtle:hover,
a:hover .label.label--subtle {
  background:rgba(46,46,46,0.5);
  border-color:rgba(71,71,71,0.5)
}
.label.label--primary {
  color:#fff;
  background:#00a1ff;
  border-color:#33b4ff;
  border-color:#2b2b2b
}
a.label.label--primary:hover,
a:hover .label.label--primary {
  background:#14a9ff;
  border-color:#47bbff;
  border-color:#363636
}
.label.label--accent {
  color:#fff;
  background:#00a1ff;
  border-color:#33b4ff;
  border-color:#2b2b2b
}
a.label.label--accent:hover,
a:hover .label.label--accent {
  background:#14a9ff;
  border-color:#47bbff;
  border-color:#363636
}
.label.label--red {
  color:#fff;
  background:#e20000;
  border-color:#ff1616
}
a.label.label--red:hover,
a:hover .label.label--red {
  background:#f60000;
  border-color:#ff2a2a
}
.label.label--green {
  color:#fff;
  background:#008000;
  border-color:#00b300
}
a.label.label--green:hover,
a:hover .label.label--green {
  background:#009400;
  border-color:#00c700
}
.label.label--olive {
  color:#fff;
  background:#808000;
  border-color:#b3b300
}
a.label.label--olive:hover,
a:hover .label.label--olive {
  background:#949400;
  border-color:#c7c700
}
.label.label--lightGreen {
  color:#000;
  background:#ccf9c8;
  border-color:#f7fef6;
  border-color:#bee8ba
}
a.label.label--lightGreen:hover,
a:hover .label.label--lightGreen {
  background:#ddfbda;
  border-color:#fff;
  border-color:#ccedc9
}
.label.label--blue {
  color:#fff;
  background:#0008e3;
  border-color:#171fff
}
a.label.label--blue:hover,
a:hover .label.label--blue {
  background:#0009f7;
  border-color:#2b33ff
}
.label.label--royalBlue {
  color:#fff;
  background:#4169e1;
  border-color:#6d8ce8
}
a.label.label--royalBlue:hover,
a:hover .label.label--royalBlue {
  background:#5377e4;
  border-color:#7f9aeb
}
.label.label--skyBlue {
  color:#fff;
  background:#7cc3e0;
  border-color:#a5d6ea
}
a.label.label--skyBlue:hover,
a:hover .label.label--skyBlue {
  background:#8ccbe4;
  border-color:#b6ddee
}
.label.label--gray {
  color:#fff;
  background:#808080;
  border-color:#9a9a9a
}
a.label.label--gray:hover,
a:hover .label.label--gray {
  background:#8a8a8a;
  border-color:#a4a4a4
}
.label.label--silver {
  color:#000;
  background:#c0c0c0;
  border-color:#dadada
}
a.label.label--silver:hover,
a:hover .label.label--silver {
  background:#cacaca;
  border-color:#e4e4e4
}
.label.label--yellow {
  color:#000;
  background:#ffff91;
  border-color:#ffffc4;
  border-color:#e6e687
}
a.label.label--yellow:hover,
a:hover .label.label--yellow {
  background:#ffffa5;
  border-color:#ffffd8;
  border-color:#eaea98
}
.label.label--orange {
  color:#000;
  background:#ffcb00;
  border-color:#ffd533
}
a.label.label--orange:hover,
a:hover .label.label--orange {
  background:#ffcf14;
  border-color:#ffda47
}
.label.label--error {
  color:#c84448;
  background:#fde9e9;
  border-color:#fff;
  border-color:#c84448
}
a.label.label--error:hover,
a:hover .label.label--error {
  background:#fffcfc;
  border-color:#fff;
  border-color:#cd5457
}
.label-append {
  display:inline-block
}
.labelLink,
.labelLink:hover {
  text-decoration:none
}
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху