This forum is for assistance with theme development.

Please point me in the right direction. :( (Drupal 4.7 and PHPBB theme creation)

I was recommended Drupal from a friend when i mentioned about content being easily added for my clan site. And once I got it working with PHPBB it was exactly what I wanted. So thank you to the makers of Drupal.

Themes color changing doesn't work with every color in my CSS file

Hi!

I am developing an own theme. It based on Garland. Unfortunately the changing of the color scheme doesn't work correctly. Drupal set always "background-color: #0072b9;" to "background-color: ;" for one attribute. I don't know where my mistake is.

Thanks,
pmw

@import "garland.css";

div.sidebar ul.menu
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

div.sidebar ul.menu li
{
margin: 0;
padding: 1px 0 0 0;
}

div.sidebar ul.menu li a
{
margin: 1px 0 0 0;
padding: .2em 0 .2em 1em;
text-decoration: none;
color: #FFFFFF; <-- works
background-color: #0072b9; <-- Drupal set it to "background-color: ;" :-(
}

div.sidebar ul.menu li li a
{
background-image: url(images/menu-collapsed.png);
background-repeat: no-repeat;
padding-left: 2em;
background-position: 1em center;
}

div.sidebar ul.menu li li li a
{
background-image: url(images/menu-leaf.png);
padding-left: 3em;
background-position: 2em center;
}

div.sidebar ul.menu li a:hover
{
color: #FFFFFF; <-- works
background-color: #494949; <-- works
}

#wrapper #container #search
{
margin: 0;
padding: 0;
}

#wrapper #container form#search-theme-form
{
margin: 0;
padding: 0;
position: absolute;
top: 15px;
right: 20px;
z-index: 3;
white-space: nowrap;
}

How to display node list as thumbnails

Hello,

I have a node list under http://www.truyentranh.com/taxonomy/term/19 , but I want it to display:

- All of the node in one page
- Instead of the text (title and description) for each node, I want it to be a thumbnail for each node and the title under (similar to this: http://mangascreener.com/projects.php ).

Can it be done and how? Thank you.

Posting Object HTML into Drupal without allowing HTML or PHP Input Access

I want users to be able to post their object parameters as text into a content type - either a page, blog or story, but I do not want to give them html access for security reasons. The only idea I had, but I can't make it work is to create a generic form (defined by one particular node) for them to input the object parameter into a text box within a form that has the action of another document that handles the data. The problem is that within the Drupal environment, there is only one document that is served (index.php) populated with node data.

Cannot override certain styles

I can't for the life of me figure out how to override certain aspects of the drupal stylesheet. Namely, I can't stand my tables being totally white (I have a black background). Yet, no matter what I put into my style sheet (that is included after the print $styles section of my page.tpl.php). An example of what I am trying to override is the table at http://libraryofrage.vault.ign.com/drupal/?q=view/abilities

Can someone give me some insight in changing this around?

How do I move the search box in Garland theme?

Does anyone know how to move the search box in the left navbar to the breadcum area in Garland theme. The search box I'm talking about is the one you can enable under admin/build/themes/settings/garland

In the image below you can see where I want the search box.

http://img167.imagevenue.com/img.php?image=21883_garland_move_search_123...

I guess I have to make some changes in page.tpl.php and in the css. Can someone please help me.

Pages

Subscribe with RSS Subscribe to RSS - Theme development