Toggle Content Main Menu
 Home Community
 Groups
 Members options Forums Search Web Development Testing

Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

People Online:
Out of 64 total users
Members: 0
Visitors: 1
Staff: 0


Toggle Content Online Users
 Bots:
1: Google > Forums
 Visitors:
1: Forums

Community Forums
Theme Overhaul ›› 5 Mind Green with DF 9.1.2.1?
Post new topic   Reply to topic     |##| -> |=|
warden


View user's profile

PostWed Dec 05, 2007 3:10 pm Reply with quote
Greetings. I wanted to ask about the 5 Mind Green DF theme. Would it be okay to use in v.9.1.2.1? I use the theme currently and I like it but I wanted to upgrade the site (and theme).
wakalapi


View user's profile

PostThu Dec 13, 2007 3:32 am Reply with quote
I am using the 5mind theme in 9.1.2.1 and (so far) have not had any problems. I also did some extensive mods on it (colors, width, other CSS stuff) and can now have the left side column be red and the right side column blue. Check out www.powwowtime.com in a couple days if you want to see how it turned out.

I opened header.html and changed "mainside" to "leftside"...

That's from:
<!-- start the left cell for blocks -->
<!-- IF S_LEFTBLOCKS -->
<td class="mainside">
to:
<!-- start the left cell for blocks -->
<!-- IF S_LEFTBLOCKS -->
<td class="leftside">

in footer.html I changed "mainside" to"rightside"...

That's from:
<!-- start the right cell for blocks -->
<!-- IF S_RIGHTBLOCKS -->
<td class="mainside">
to:
<!-- start the right cell for blocks -->
<!-- IF S_RIGHTBLOCKS -->
<td class="rightside">

And in style.css I replaced:

.mainside {
font-size: 12px;
vertical-align: top;
padding-left: 4px;
padding-right: 4px;
padding-top: 8px;
color: #dddddd;
background: #990000;
}
.mainside a {
color: #ffcc99;
}
.mainside a:hover{
color: #ff0000;
text-decoration: none;
}

With:

.leftside {
font-size: 12px;
vertical-align: top;
padding-left: 4px;
padding-right: 4px;
padding-top: 8px;
color: #dddddd;
background: #990000;
}
.leftside a {
color: #ffcc99;
}
.leftside a:hover{
color: #ff0000;
text-decoration: none;
}

.rightside {
font-size: 12px;
vertical-align: top;
padding-left: 4px;
padding-right: 4px;
padding-top: 8px;
color: #dddddd;
background: #990000;
}
.rightside a {
color: #ffcc99;
}
.rightside a:hover{
color: #ff0000;
text-decoration: none;
}

In the above examples they have the same colors, but you can change them to have different colors (left vs. right).

I also downloaded the CenterBlock and CenterBlock2 modules, which sort of give a Dragonfly site designer a more Joomla! -like theming experience.
Post new topic   Reply to topic     |##| -> |=|  All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum