Posted by Lawrence on October 27, 2009 at 10:35am
It's really nothing much, just some simple CSS changes. I guess I want someone's opinion.
If anyone wants me to change some themes, I can make that my contribution to Drupal. What's the guidelines for editing / modifying themes and uploading them to Drupal for others to download?
Drupal doesn't have many variations of themes, so I think that'd be an excellent contribution area to tap into.
Comments
Looks good
I am using the same theme w/ 3 Column, what do you do to change the color of the middle or center column?
Thanks
Kevin
Thanks
Kevin Duggan
http://www.delta-guitar.info
http://deltaguitar.ning.com/
http://twitter.com/Delta_Blues
The CSS is very well
The CSS is very well organized. Look for background colors of the two sections. It's clearly marked in comments.
-Page Background
-Node Background
I just set them to #111111, it's simple.
I edited the theme that was generated by the Pixture Reloaded theme. There's two copies.
Sites > All > Themes > Pixture Reloaded (The main one)
Sites > Default > Files > Color > Pixture_Reloaded(Random letters) (The generated one) This is the one I edited, remember that once you change colors from within the color module, you lose these settings, but moving the Style.css to the main folder shouldn't be too hard.
--- Signature Start ---
All About Me
ioMMO - Powered By Drupal
--- Signature End ---
Need help theming Pixture Reloaded
Hello,
I'm trying to change the header of a site (D6 + Pixture Reloaded) to something like you did on www.deltaguitar.ning.com - looks really good. I'm relatively new to Drupal (Spring 09) and I've never done theming before.
The question is : how can i replace the sitename and slogan with an image that runs full width ?
This is the site I'm talking about : http://animalerietaschereau.net/
To be honest, I don't know where to start.
page.tpl.php?
Can you help me?
Do you know of any simple tutorials?
Cheers!
Freelance bilingual Writer Designer Web/Game developer
I did the same (replaced the
I did the same (replaced the logo with a wide logo).
I recommend the following layout.css changes:
Change: layout.css > logo > height to 88px;
Remove: layout.css > search-box > float: right;
That should allow you to have a wide logo (up to 88 pixels high) without pushing the menu to the right of the logo.
recommended Layout.css changes:
#logo {
margin: 0 10px 0 0;
padding: 0;
height: 88px; /* new: height: 88px; old: height: 120px; */
float: left;
overflow: hidden;
}
#search-box {
/* float: right; [removed] -- float right causes pixture_reloaded superfish menu to disapear when the browser is too narrow to display the search box */
position: relative;
top:22px;
left:0px; /* old: left:-40px; */
margin: 35px 20px 0pt 0pt; /* pull the search box into position */
padding: 0;
}
jim.tank.jr@gmail.com
new to theming
Hi,
I am also trying to customize my theme am using drupal6 and pix reloaded theme. I want to add a banner in my content like the way u did in : http://animalerietaschereau.net/
did you use a module or did u change the css???? Please help
removed
removed
jim.tank.jr@gmail.com