1
script_fu
Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308

My center custom block breaks the zeta theme.

www.maxcake.com/zeta_custom_blocks.png

also

I cannot find the right line in the css to fix this problem.

www.maxcake.com/zeta_cbb_front_page.png

How can I get the lines back?

2
script_fu
Re: Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308

I wanted to add this issue as well...

www.maxcake.com/zeta_pical.png

See how light the pop up calendar is. The pop up color is set to #999999 or 999999 or 999.

There is only one place in zeta css files with a 999. When I change it to 000 or anthing else nothing happens.

Anyone know how to solve these three issues?

3
script_fu
Re: Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308

The Zeta style.css

body {
color: #999;
}

This in fact did change the font color in piCal's pop up. Cache issue on my part.

Now if I could get to the right place to adjust the old (odd & even) of XOOPS default in zeta it would solve the newbb/cbb issue.

4
script_fu
Re: Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308

Someone want to explain how to set the old css in zeta?

.outer {border: 1px solid #c0c0c0;}
.head {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
.even {background-color: #dee3e7; padding: 5px;}
.odd {background-color: #E9E9E9; padding: 5px;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px;}
tr.odd td {background-color: #E9E9E9; padding: 5px;}

Thats the old above...

I think this is the new zeta below for cbb and other things...

table.outer .head,
table.outer .head td,
table.outer td.odd,
#xo-page table.xodata-list tbody th,
#xo-page table.xodata-list tbody td.odd,
#xo-page table.xo-formfields tbody th {
background-color: #f4f4f6;
color: inherit;
}

My only problem is I cannot get it to work.

-----

I have searched these forums sideways backwards and every other way I can think of for the answer.

Here is one question... Why is the colors missing from zeta in the first place?

5
kris_fr
Re: Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308
  • 2008/1/28 21:20

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


Hi,

My center custom block breaks the zeta theme. -->
#xo-canvas-leftcolumn .xo-block {max-width:170px !important;}


I cannot find the right line in the css to fix this problem. --> ??

See how light the pop up calendar is. The pop up color is set to #999999 or 999999 or 999. --> page source code ??

@++

6
nmshah
Re: Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308
  • 2008/1/28 21:55

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


in zetagenesis theme in the content.css there exist the following:

body.newbb .xodata-list .xodata-title {
margin: 0;
background: #4AA3F6 url(../img/table-caption3.png) repeat-x left top;
padding: 2px .25em;
color: #fff;
font-size: 1em;
font-weight: bold;
border: 1px solid #65ACEE;
}




from the above code remove the following line

background: #4AA3F6 url(../img/table-caption3.png) repeat-x left top;

now put the old default theme code at the bottom of the content.css file

.outer {border: 1px solid #c0c0c0;}
.head {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
.even {background-color: #dee3e7; padding: 5px;}
.odd {background-color: #E9E9E9; padding: 5px;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px;}
tr.odd td {background-color: #E9E9E9; padding: 5px;}

This worked for me, hope it will be helpful for others too.

7
script_fu
Re: Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308

Quote:

kris_fr wrote:
Hi,

My center custom block breaks the zeta theme. -->
#xo-canvas-leftcolumn .xo-block {max-width:170px !important;}



Kris im not following you on this one? What does max-width half to do with a height problem? I do not have a width problem.

Quote:

I cannot find the right line in the css to fix this problem. --> ??

See how light the pop up calendar is. The pop up color is set to #999999 or 999999 or 999. --> page source code ??

@++


Yep I already solved this in the post above. Thanks for the help on it.

-----

Can you answer the newbb/cbb problem Kris? I dont want to hack the style sheet. I want to do this the correct way in which we all learn how to use zeta.

-----

nmshah: Thank you for the post but we really need to fix this bug in zeta.
-----

So kris where does the color for all the odd and evens go.
Zeta works fine when in the forums and posts. The issue is on the main page of "cbb". It just a "white page" with "no color, borders or nothing to define the categories".

This is what needs to be fixed in zeta!!! No hacks...

Please look at the cbb picture up top again. As you can clearly see there is no lines to define the categories.

8
script_fu
Re: Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308

Bump

Login

Who's Online

206 user(s) are online (120 user(s) are browsing Support Forums)


Members: 0


Guests: 206


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits