But not quite. It's got small css & xhtml issues. Nice looking theme though. Any thoughts about http://www.sidar.org/hera/index.php.en

CommentFileSizeAuthor
#7 cp1.jpg63.52 KBwmfinck

Comments

mgifford’s picture

Just one accessibility error here too http://wave.webaim.org/

peterx’s picture

http://d-theme.com/stasis has the theme and a bunch of validation links. The headings in the sidebar start at h2 and create a nesting error. You could make them divs or spans.

The blue text, #809BCA, does not have enough contrast for visually impaired people. Something lighter would help. #c0doff, works on my screen.

Christopher Herberte’s picture

Status: Active » Closed (fixed)

fixed

mgifford’s picture

Great. Glad to hear. I look forward to checking out the new theme.

peterx’s picture

@mgifford Latest version, dec 13, up at http://d-theme.com/stasis.

mgifford’s picture

Looks good thanks!

wmfinck’s picture

Title: Almost Validates » Primary Links
Version: 6.x-1.x-dev » 6.x-1.0
Assigned: Unassigned » wmfinck
Status: Closed (fixed) » Active
StatusFileSize
new63.52 KB

I am having a problem with a site I am putting up using Stasis. Originally the Primary Links were in the header area, on the bar supplied in the header-bg.png file. For some reason they are now down below the header, above the content. I find no setting for this, and cannot determine how this happened.

The site is http://cardioprim.com and I modified the CSS to make it 960 pixels wide, but that is not the problem (I did that long before the problem appeared). Even when I restore the original template files, the problem persists.

Any suggestions would be much appreciated. Thank you!

Christopher Herberte’s picture

Try this:

#header-right {
width:auto;
}

wmfinck’s picture

Perfect, thanks! Drove me crazy.

Christopher Herberte’s picture

Status: Active » Closed (fixed)