1. This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.
  2. In order to post messages and view attached files in this forum, you must be a licensed XenForo customer.
    If you can't post, enter your forum username in the Associated Forum Users form in your customer area.

First Post on All Pages

Discussion in 'Add-on Releases [Archive]' started by mizter1nho, Oct 19, 2010.

  1. x7iBiT Member

  2. Deepmartini Well-Known Member

  3. madshark Member

    @mizter1nho thanks for the great mod and you should submit this to the Resource database it works fine with 1.1.2 and is a very very useful mod.

    As for...

    Its actually quite a simple implementation thanks to css3

    Add the following to message.css of your style. Style as required. Fairly sure it would work via the EXTRA.css as well although I haven't tried it myself. :)

    Code:
    .messageList .message:first-child .messageInfo
    {
    background:#000;
    }
    If you want to style the Userinfo box as well simply replace .messagInfo with .messageUserInfo

    Like so:

    Code:
    .messageList .message:first-child  .messageUserInfo
    {
    background:#000;
    }
    For those who wish to learn with a little more detail : http://www.w3.org/TR/selectors/#first-child-pseudo

Share This Page