This forum is for assistance with theme development.

Use of icons in BLIX theme

In wordpress, the blix theme makes use of a number of small icons to indicate downloadable files, authors etc. The same images are also present in the theme/blix directory of drupal but they are not used by the theme? Is there a way to show these icons when using the blix template in drupal, as well?

Jan

Theme nearly completed just working out some small bugs

Here is a pic of Marvin Black: http://celticess.bellator.net/files/marvin_black-updated.jpg

Here is a picture showing the problem I'm having changing the colour for 3 things: http://celticess.bellator.net/files/marvin_black-colorissues.jpg

Here is the problem I'm having with the recipe module alignment(note this affects more than this theme I'm making it at least affects box grey, marvin, and possibly adc. It doesn't seem to be an issue with democratica): http://celticess.bellator.net/files/marvin_black-recipeproblem.jpg

I also need to know how to make all input boxes black with text light grey. I got it to do that for the searchbox by altering drupal.css. I'm not sure where to stick things to make it do it in all add content spots. With the search though you'll notice in the colour problem pic that the search button also seems to of got coloured(I want it to use default button colours). With the IM I want to change the colours there to be the same as for other imput boxes. If anyone can explain to me how to do this stuff that would be great. This is my first theme though I'm working on a few others. I'm making a varient of persian but I've hit a big problem with the drop down menu being transparent(causes visual eww when text overlaps with stuff under the menu). I've given up on the version of unconed I was making. Despite changes to it it's not really changing so til I know themes better I'm leaving that one be. I'm also trying to make a theme from scratch looking in other themes for hints at how to do things.

Layout Generator?

I saw one online but I can't remember if it was from here in a post somewhere or something I'd just stubled across. Anyways I'm trying to find a layout generator so I can make a new theme. While I know some basic css and php I don't know much of the fancy stuff. I'm self taught (and yea I know I should RTFM but I learned linux hands on and most other computer stuff I've done on PC's and I did try to find something on it but couldn't in the handbook here). Anyways I'm not sure how to change the layout in drupal. Though I'm guessing it's done in the style sheets somehow.

Working on a red/black persian varient and need help with the topmenu

The top menu that shows content is having a problem. The drop down's are partially transparent in some menu's that come down. This is causing text overlap that makes it unreadable or just makes things look gibbled. I'm also having a problem with width of it as you can see the searchbox just goes outside the border of the menu. Here are two different screenshots to show the problem.

MinHeight problem with IE

I knew IE had problems with minimum heights, and now I'm experiencing them. You can see my problems with IE at www.misguidedthoughts.com

Anyone have any ideas? I've tried setting padding-top, margins, ect, but nothing worked.

My node.tpl.php is

print ($sticky) ? " sticky" : ""; ">
if ($page == 0):

endif;

Info

print $name
print $date
  • print $links
  • if ($terms != ""):
    Filed under: print $terms
    endif;
<?php
if( $main && $node->readmore )
{
$content = "$node->teaser

" .
l( t("read more"), "$node_url", array( "title" => t("Read the rest of this posting."), "class" => "read-more") ) .
"

";
// remove "read more" link from standard node links
$my_links = $node->links;
if( $my_links )
{
// this would be much easier if the array returned by module_links() was indexed
// see let _link() return structured link info
$rm = preg_quote( t("read more") );
$my_links = preg_grep( "/$rm/", $my_links, PREG_GREP_INVERT );

Making a varient of marvin and need help

You can see it currently loaded as default on my site: http://www.celticess.net

Right now if you go to the main page you see marvin the martian(made it with a models I found at 3d cafe, altered with bryce and adobe) in the right hand side. In place of the default drupal icon one. I did make it the same size unsure if that was relevant or not. The problem I'm having is the header background overlap onto the image on the main page. Some subpages it doesn't do this. I'm not sure how to give it a margin or padding because of the way things are set. Here is the snippet part of the CSS that I think affects this. Also I am using topstyle to edit this. While I do know some very basic CSS I'm hardly a wiz at it so the answer might be obvious to one of you but not to me.

body {
  background: #000 url(druplicon-watermark.png) top right no-repeat;
    font-family: arial, "Times New Roman";
    color: #DCDCDC;
}

Now for the next issue and keep in mind this is my first ever drupal theme. Is changing what colours the fonts appear in or the background of the admin pages stuff. I'm getting the default marvin/cameleon colour behind for example the theme screenshots and description on the theme page. However my font colours I've selected which you can see on the main page are what is showing. Which on that default marvin light grey behind the theme screenshots makes text near invisible.

Pages

Subscribe with RSS Subscribe to RSS - Theme development