Recent content by steel_curtain

  1. steel_curtain

    Feel like I'm running in the dark..

    This thread has a guide to put together an add-on yourself for emailing reported posts. http://xenforo.com/community/threads/suggestion-reported-posts-email-notification.5356/
  2. steel_curtain

    A Game of Thrones. - Season 2.

    Highly enjoyed the show, but not as much as the books. Read them all... fantastic! Very excited for season 2. (y)
  3. steel_curtain

    Shadows for navbar?

    For the navbar this should be a close match to what you posted above. #navigation .pageContent { box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.15), -3px 0px 3px rgba(0, 0, 0, 0.15); } Or you could try a light shadow along the whole pageWidth including the header area with this... .pageWidth {...
  4. steel_curtain

    Shadows for navbar?

    Can you post a link to your site?
  5. steel_curtain

    thread index css

    You have some odd settings with your margins and what have you, but adding this to extra.css should achieve the desired effect. Tested in chrome and firefox. .sidebar { margin-left: -25px !important; }
  6. steel_curtain

    thread index css

    It can be positioned that way, but depends how you want to achieve that. The stats area you're adding padding to sits inside the mainContent div, which has a right margin of 260 px from the right side of the main container. So, say you want to move it to the left X pixels you increase the...
  7. steel_curtain

    thread index css

    Try adding this to extra.css adjust padding to your liking. .discussionList .statsLast { padding-right: 10px; }
  8. steel_curtain

    thread index css

    Can you post a screenshot or provide a link?
  9. steel_curtain

    XF 1.1 do not let users hide their online status

    It's not possible without editing some templates. This thread should cover it all. http://xenforo.com/community/threads/show-online-status.14176/#post-297747
  10. steel_curtain

    Implemented Requiring Review To Rate (Anonymous Reviews)

    Well... I guess we'll have to agree to disagree on this one.
  11. steel_curtain

    Implemented Requiring Review To Rate (Anonymous Reviews)

    How is that any worse than this? The system can be gamed either way. Checks and balances are what keeps thing fair.
  12. steel_curtain

    Implemented Requiring Review To Rate (Anonymous Reviews)

    Anonymity has nothing to do with legitimacy. If a user has downloaded, tried, and had legitimate issues with a resource they should be able to speak their mind. I'm not saying there shouldn't be an option to switch on or off, but the ability to do so should exist.
  13. steel_curtain

    What am I missing?

    Try adding this to extra.css to apply to admins and mods http://xenforo.com/help/user-group-styling/ .staff .messageUserBlock a.username { background: url("styles/p8ntballer/xenforo/xenfocus/maintitle.png") repeat-x scroll 0 50% #CC1111; }
  14. steel_curtain

    Changing the icons in front of the forums in the forumlist

    Your css for the read icon is incorrect and you also have an extra ; in background position. I've colored the incorrect portion in red below. * custom status icons */ .node .node_24 .forumNodeInfo .nodeIcon, .node .node_24 .categoryForumNodeInfo .nodeIcon { background-image...
  15. steel_curtain

    Changing the icons in front of the forums in the forumlist

    Looks very nice now. I'll write a response to your question in the other thread detailing how I find the css to modify so you can do these things for yourself when I have more time today.
Top Bottom