• Hi,

    I’m editing the color scheme of the Rin template, and I need some help. I posted these questions over at the Rin designer’s site (https://www.brokenkode.com/) but I wanted to post here as well.

    The weblog in question is located at https://www.cilibrin.net/blog

    I’ve spent a long time modifying the colors of the Rin template in the css file, but in some cases I don’t know where or what to edit to make changes. I’d love some direction on what and where to make edits to change these elements:

    What in the stylesheet needs editing to change:

    * the “Posted on” date to a different color?
    * the comment page background? (it’s all white: take a look here https://www.cilibrin.net/blog/?p=53#comments)
    * the red previous “new posts” and “previous posts” at the bottom of the blog page
    * the search results background (located here: https://www.cilibrin.net/blog/index.php? a€| amp;s=test)

    Thanks in advance for your help. I love the Rin layout.

    Regards

    [Moderated: We have tools to see and manipulate your css]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Don’t post long code here!
    PLease use this https://paste.uni.cc/

    Thread Starter cilibrin

    (@cilibrin)

    Pardons, I was unaware of paste.uni.cc

    Here’s the link to the code:
    https://paste.uni.cc/7268

    Many thanks.

    the “Posted on” date to a different color?

    Change the H3 color its set at #005D93 now, that should also change the next previous links.

    If I remember correctly you change the backgrounds you note with this section.
    .post, .singlepost{
    color: #3f3f3f;
    text-align: left;

    }

    Or this section:
    .post, .singlepost{
    color: #3f3f3f;
    text-align: left;

    }

    I can’t remember which. I have been useing Rin since it was first released if you care to have a look.

    There is also something called singlecontent that has a background of white, so try that too.

    Thread Starter cilibrin

    (@cilibrin)

    Thanks for the help. That allowed me to resolve two issues. I still need to fix the “next post”, “previous posts” field. Changing the h3 tag’s color did nothing. Thanks again.

    It is coming from these:

    .left a{
    color: #990000;
    font-size: 0.9em;
    }

    .right a{
    font-size: 0.9em;
    color: #990000;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Need help editing a stylesheet’ is closed to new replies.