This forum is for assistance with theme development.

aquasoft theme top icons

Can someone please walk me through how to add an icon to my aquasoft theme by modifying the style.css file? The directions:

The top toolbar icons(Primary Links) are customizable for each menu item. Refer to style.css for further information on how to assign icon for each item.

are a little vague. Here is what style.css says to do:

/* Specify Icons for each primary menu's menu item. */
ul.toolbarmenu {
margin-left:0;
padding:0;
}

Adding theme to 5.x

Hello, i am new to drupal, i have installed drupal 5.x... now i have downloaded themes and added to my folder... but when i try to configure my site i can't find my added themes... did i miss something? thanks!

Questions and troubles with theme Meta Black

Hi

I am using Drupal 5.x and has some problems and questions regarding the theme I'm using for my new site http://www.formye.no

Themeing Links

I am working on themeing my primary links and am a bit confused. I've sent the links through the menu_links.tpl.php file and they are showing up on the page as expected but I'm looking at the classes that have been assigned to them:

User Pictures Above Navigation Block

I am looking to display the logged in user's picture above their name in the navigation block.

I'm using a theme based on box-gray. Currently the logged in user's name appears above the main navigation block. I would like the user's avatar to appear directly above it. User's who are not logged in would see the anonymous avatar.

I tried creating a block using...

Theme Audio Player

I read a post that said:

Here's how you can change the colors of the flash button:

// override the colors on the flash player
function phptemplate_audio_mp3_player($node, $options = array()) {
    $options['b_fgcolor'] = 'cccccc';
    return theme_audio_mp3_player($node, $options);
}

There are several option values that can be used to control the colors:

Pages

Subscribe with RSS Subscribe to RSS - Theme development