Hi frjo,

I discovered a few strange behaviours in the slash theme which might be bugs, if someone else can confirm them:

(a) Changing the background color

Changing the background color seems to work only with slash and slash_green, not with slash_black and slash_blue:

Editing ../themes/slash/slash_blue/style.css, e.g. by adding

body {
  background: #CEDCE5;
}

does not change the appearance of the background. Editing ../themes/slash/slash_green/style.css or ../themes/slash/style.css, however, does result in a changed background color.

What I was trying to accomplish was to replace the background color (which is in all derivated of the shalsh theme plain white) with alight gray or a matching pastell colour.

(b) Border around secondary links

In my setup, the border around the Secondary links in slash_blue, slash_black, and slash_green derives from the basic slash theme (meaning, it is red). I've looked around in the stylesheets, but haven't found where this comes from.

(c) Missing definitions for h2, h3, etc.

This is not a bug, but results in ugly formatted articles when using headlines; imho in ../common.css there should be declarations for 2nd and 3rd level headlines. If someone else is missing this: I'Ve added the following definitions:

h2 {
  font-size: 120%;
  font-weight: bold;
}

h3 {
  font-size: 100%;
  font-weight: bold;
}

h4 {
  font-size: 90;
  font-style: italic;
}

Thanks for the great theme (I'm also looking forwarf towards a D6 version :),
-asb

Comments

dwmsyron’s picture

(a) This seems to work properly.

I don't know if this was intentional, but only slash_red defines a body background in style.css:

body {
  background: #ddd;
}

The others seem to default to white, but I can change that by adding a body background like you described to the various style.css files. Perhaps you're seeing cached copies from before your changes?

frjo’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.