1
jw716
CSS with IPB mod
  • 2004/5/30 19:03

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


I have searched and tried several things.
Can't get it to work.
XOOPS 2 with IPB mod 1.4 by Koudanshi
Everything seems to work very good except the colors in IPB.

Anybody know how to fix this so the IPB colors reflect the theme colors?

I am new to all of this but can find my way around a little and willing to try anything.
I do have a test site set up to try things and have gotten multipul errors on it, trying.

I have tried editing the IPB Default wrapper replaced
<% CSS %>
with
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
This worked relative good, at least the body background showed up but had no table boarders on the message boxes and a few other minor things.

2
m0nty
Re: CSS with IPB mod
  • 2004/5/30 20:34

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


if it was that simple those commands would have been added already..

what you need to do is edit the stylesheet via adminCP in ipb

and change each to match your existing theme style.css

ie.

a:link, a:visited, a:active { text-decoration: none; color: #ffffff }
a:hover { text-decoration: none; color: #cc3333 }

make these match your style.css etc

things like:

.row1 { background-color: #666666 }
.row2 { background-color: #333333 }
.row3 { background-color: #666666 }
.row4 { background-color: #333333 }
.darkrow1 { color: #ffffff; background-color: #515050 }
.darkrow2 { color: #ffffff; background-color: #666666 }
.darkrow3 { color: #ffffff; background-color: #333333 }

these affect the forum page colours etc..

for a guide on ipb stylesheets:

go here:http://www.invisionpower.com/documentation/showdoc.php?page=108

3
jw716
Re: CSS with IPB mod
  • 2004/5/30 20:45

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


Thought of that also and tried it.
I have several different selectable themes that are differend colors like red, green and black.
Would like the IPB color to follow the XOOPS color pattern.

4
tjnemez
Re: CSS with IPB mod
  • 2004/5/30 20:48

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


hey jw716,

you will still have to edit the css, so select theme you like best and edit the style sheet to match your XOOPS colors or vice versa.

5
jw716
Re: CSS with IPB mod
  • 2004/5/30 20:58

  • jw716

  • Just popping in

  • Posts: 64

  • Since: 2004/5/1 2


I was hoping there was some code I could insert to

.row1 { background-color: #666666 }
.row2 { background-color: #333333 }
.row3 { background-color: #666666 }
.row4 { background-color: #333333 }
.darkrow1 { color: #ffffff; background-color: #515050 }
.darkrow2 { color: #ffffff; background-color: #666666 }
.darkrow3 { color: #ffffff; background-color: #333333 }


To have these follow the theme!
Thought it wasn't an easy fix.

Login

Who's Online

226 user(s) are online (131 user(s) are browsing Support Forums)


Members: 0


Guests: 226


more...

Donat-O-Meter

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

Latest GitHub Commits