XenForo forum decoration codes

wikislo

Registered
Xenforo 2.x.x
In your extra.less template add these codes:
CSS:
.p-body-pageContent .block--category::before {
    background: url('https://i.goopics.net/egrOL.png') no-repeat 0% 0%, url('https://i.goopics.net/V8r58.png') no-repeat 50% 0%,
    url('https://i.goopics.net/aXrRy.png') no-repeat 100% 0%;
    display: block;
    height: 30px;
    left: -5px;
    padding: 0 5px;
    position: relative;
    top: 43px;
    width: 100%;
    content: "";
    margin-top: -20px;
}

For the sidebar:
In your extra.less template add these codes:
CSS:
.block-minorHeader::after {
    background: url('https://i.goopics.net/egrOL.png') no-repeat 0% 0%;
    display: block;
    height: 35px;
    left: -10px;
    padding: 0 5px;
    position: relative;
    top: -24px;
    width: 300px;
    content: "";
    margin-top

For topics:
In your extra.less template add these codes:

CSS:
.p-body-pageContent .block--messages::before {
    background: url('https://i.goopics.net/egrOL.png') no-repeat 0% 0%, url('https://i.goopics.net/V8r58.png') no-repeat 50% 0%,
    url('https://i.goopics.net/aXrRy.png') no-repeat 100% 0%;
    display: block;
    height: 30px;
    left: -5px;
    padding: 0 5px;
    position: relative;
    top: 75px;
    width: 100%;
    content: "";
    margin-top: -20px;
}
 

Attachments

  • 34.png
    34.png
    166.8 KB · Views: 39
  • 667.png
    667.png
    75.6 KB · Views: 38
  • 56756.png
    56756.png
    31.7 KB · Views: 38
Back
Top Bottom