Branch (
branchandroot) wrote in
dreamscapes2009-08-21 01:09 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Entry tags:
Color Variations (Basic Boxes and Stepping Stones)
Theme name/layout: Basic Boxes / Tabula Rasa
Author:
branchandroot
Layout info: Links to theme layers:
Burgundy
Leaf
Denim
Peach
Ecru
Theme name/layout: Stepping Stones / Tabula Rasa
Author:
branchandroot
Layout info: Links to theme layers:
Gray
Shadows
Sunset
Dusky Rose
Chocolate
Olive
Pool
Notes: Themes contain full style sheets, but ideally only the color settings will need to be used.
Author:
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Layout info: Links to theme layers:
Burgundy
Leaf
Denim
Peach
Ecru
Theme name/layout: Stepping Stones / Tabula Rasa
Author:
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Layout info: Links to theme layers:
Gray
Shadows
Sunset
Dusky Rose
Chocolate
Olive
Pool
Notes: Themes contain full style sheets, but ideally only the color settings will need to be used.
no subject
a bug:
on stepping stones shadows and olive, the bottom nav bar, foreground and background colour are both the same, which makes the nav invisible.
a question:
on all the other new stepping stones layouts, is the nav background supposed to be black? it doesn't look particularly in tune with the rest of the palette.
also, on the original stepping stones purple, the visited link colour for the nav foreground is very, very light, so light that i can hardly see it on a mac.
@afuna -- i am putting these on hold until the questions are clarified.
no subject
By nav background, do you mean the navigation module links? Profile, Reading, etc.? It is most certainly not supposed to be black, nor can I think of any reason it would be. It certainly isn't in my own Stepping Stones layers.
In Purple, the visited link color in the modules is supposed to be a light gray. They aren't hugely high contrast with the medium-dark purple sidebar background, but they should be quite readable.
no subject
it looks like this, at the very bottom:
what colour should it be? i can dummy it for the preview pics. same as the header (ie. where journal title etc are located)?
no subject
no subject
no subject
no subject
this fix will also fix the purple problem then. woohoo, we'll get all of these into the next code push!
no subject
a number of the module headers don't have the right colour (they're dark instead of light).
no subject
no subject
profile and syndicate are light, the others are dark.
no subject
no subject
the code in denim's theme-specific section above doesn't have color_module_title set.
i'm adding
set color_module_title = "#595D74";
for the preview pics.
no subject
*frowns* Okay, I used color_entry_title for the module header background, so they'd be linked, but that is set to the pale blue in the Denim layer. And the preview function in Select Style shows me the pale blue background just as it should. I wonder if the conversion of the base style sheet has a variable that's overriding this. *goes to fish in that code*
Argh!
Afuna, there's going to be a problem with all these. My css was replaced by a local function that does not call the properties that I was actually using!
no subject
no subject
If the module background is set in most of the themes, the easiest thing to do is probably just to set color_module_title_background for Denim and Eggplant. That way module_header_colors and the css don't have to be edited.
no subject
http://bugs.dwscoalition.org/show_bug.cgi?id=1729, with patch (Tested quickly, and I think that makes it work the way you described. If that looks okay to you, can you review+? That will let me commit. )
Any idea if there's anything else that needs redoing?
no subject
set color_module_title_background = "#eae9ec";
And I'll see about a bug for the general issue, too. Why this is working in some and not others I really don't know yet.
no subject
the others all have color_module_title_background set in the theme.
afuna, does eggplant also have this problem? it does not set color_module_title_background explicitly.
no subject
no subject
no subject
Okay, let's do this. Instead of entry_title, in all cases let's just go with color_module_title_background. That's what the majority of the themes seem to use already, and we won't have to change as much. I think I must have somehow just missed Denim for this change, on my way through the last time. So for bug 1729, Denim should get
set color_module_title = "#595D74";
set color_module_title_background = "#eAe9eC";
added, and the base css can stay as is.
no subject
Basically:
Changes the module header bg and fg for BB Green
Adds a module header bg and fg for BB Denim
Adds a module header bg for BB Eggplant (which, hm, actually matches the module bg, but anyway!)
And the rest look fine as they were.
no subject
(And I think that'll be it?)