ambrya: (blueeye)
ambrya ([personal profile] ambrya) wrote in [site community profile] dreamscapes2009-09-28 12:09 am

Submission

Theme name/layout: Soft Blues/Drifting
Author: [personal profile] ambrya
Layout info: http://www.dreamwidth.org/customize/advanced/layersource?id=79113

Colour-in-Coulour Theme
turlough: young man in hideous green-patterned shirt with rised finger, Xander from 'Buffy the Vampire Slayer' ((buffy) excuse me?)

[personal profile] turlough 2009-09-29 01:38 pm (UTC)(link)
That link just gives me an "you're not authorized to view this" message I'm afraid.
turlough: purple crocuses (Default)

Re: oh no...

[personal profile] turlough 2009-09-30 02:30 pm (UTC)(link)
Yeah, now I can see it but it's a user layer, not a theme layer. I could still use it to test though so it didn't really matter but I thought you should now.

I like the colours but I wonder if perhaps the journalname in the header should be moved out to the left now that there's no picture there?
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2009-10-11 08:08 am (UTC)(link)
Hi Ambrya,

Do you think this is ready to be patched or do you want to modify the positioning of titles as turlough suggested?
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2009-10-13 07:40 pm (UTC)(link)
No worries.
Do you have a picture that could be used? It needs to be yours or you need to have the right to use it on DW. If you want the titles to be moved, I can do it for you or explain how you can do it. It's up to you. :)
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2009-11-07 06:50 pm (UTC)(link)
Sorry for not getting back to you sooner.

As long as the photo is yours, it's perfectly suitable. :)

Would you take a look at http://www.dreamwidth.org/customize/preview_redirect?themeid=86569 and tell me what you think?

I had to resize the image to make sure that people with lower resolutions could see the header correctly and I thought that, since the photo's cut on the right side, it would be nice to put it on the right instead of both sides but I can change that, of course. It's up to you. ^_^


Now onto the explanation about moving the title closer to the left:

- If you look at the source code for the Drifting layout (this is available from here), you'll notice that the header title has a big left margin to fit the original image:

#header h1#title {
$page_title_font
font-weight: bold;
font-style: italic;
color: $*color_page_title;
line-height: 0.9em;
margin: 0px 0px 0px 235px;
width: 100%;
}


You simply need to change this margin to something smaller:

#header h1#title {
margin-left: 10px;
}

Same thing for the subtitle.

Where to put this?

In your layer, like this:
function Page::print_theme_stylesheet() {
    """
    #header h1#title {
        margin-left: 10px;
    }
    """;
}


That's it!
ninetydegrees: Text: I came to dance (dance)

Re: soft blues - drifting

[personal profile] ninetydegrees 2009-11-16 08:23 pm (UTC)(link)
I'm so glad you like it! The photo you've chosen fits the theme perfectly.

You don't have to submit it again, just confirm that the photo is yours, either in the comment or in the entry. :)
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

Re: soft blues - drifting

[personal profile] ninetydegrees 2009-11-20 08:40 pm (UTC)(link)
Perfect. Thanks!