Reply to thread

Let me give a more detailed instructions:


  1. Beta 5
  2. Appearance
  3. Style
  4. Create New Style Test
  5. Goto Test Templates
  6. Goto xenforo.css
  7. Add the following to body

    [CODE]body
    {
        @property "body";
        background-color: #222222;
        background-image: url(http://anim.tv/public/style_images/bubblesteel/bg.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
        font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
        color: @contentText;
        word-wrap: break-word;
        line-height: 1.27;
        @property "/body";
    }[/CODE]
  8. Save and Exit
  9. Template now has a Red X to show customizations
  10. Click Red X to Revert Customizations
  11. Please confirm that you want to revert the customizations made in the style test to the following template: xenforo.css (Yes)
  12. Revist the xenforo.css template and the code that was added is still there. Even after you have reverted the Template

    Hope this helps


Back
Top Bottom