WebsiteBaker Logo
  • *
  • Templates
  • Help
  • Add-ons
  • Download
  • Home
*
Welcome, Guest. Please login or register.

Login with username, password and session length
 

News


WebsiteBaker 2.13.6 is now available!


Will it continue with WB? It goes on! | Geht es mit WB weiter? Es geht weiter!
https://forum.websitebaker.org/index.php/topic,32340.msg226702.html#msg226702


The forum email address board@websitebaker.org is working again
https://forum.websitebaker.org/index.php/topic,32358.0.html


R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WB
https://forum.websitebaker.org/index.php/topic,32355.0.html


* Support WebsiteBaker

Your donations will help to:

  • Pay for our dedicated server
  • Pay for domain registration
  • and much more!

You can donate by clicking on the button below.


  • Home
  • Help
  • Search
  • Login
  • Register

  • WebsiteBaker Community Forum »
  • WebsiteBaker Support (2.8.x) »
  • Templates, Menus & Design »
  • Multiflex-3 - Question How to change colours of boxes??
  • Print
Pages: [1]   Go Down

Author Topic: Multiflex-3 - Question How to change colours of boxes??  (Read 9071 times)

aisling

  • Guest
Multiflex-3 - Question How to change colours of boxes??
« on: April 09, 2008, 02:29:21 PM »
Hi,
I have used Multiflex-3 template for my site design
 http://www.inside-inspiration.com
and wondering how do you change the colour of the boxes on the right??
Logged

Offline marathoner

  • Posts: 495
Re: Multiflex-3 - Question How to change colours of boxes??
« Reply #1 on: April 09, 2008, 04:06:10 PM »
This is all controlled via the CSS class of each respective box. For example, if you look a the template you will see that the blue box is class "subcontent-unit-border-blue" and the green box is class "subcontent-unit-border-green". Change whichever box to whatever classes are defined (or create new classes if you want some other color).
Logged

aimeeish

  • Guest
Re: Multiflex-3 - Question How to change colours of boxes??
« Reply #2 on: April 13, 2008, 06:00:20 AM »
Via your FTP, you need to open the file
your-wb-location/templates/Multiflex-3/layout_setup.css

Code: [Select]
/* MAIN SUBCONTENT */
.subcontent-unit-border {width:183px; margin:0 0 2.0em 0; padding:0 0 5px 0; border:solid 1px rgb(186,183,183); background:rgb(235,235,235);}
.subcontent-unit-border-green {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(160,214,81); background-color:rgb(217,239,185);}
.subcontent-unit-border-blue  {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(137,170,214); background-color:rgb(213,225,240);}
.subcontent-unit-border-orange {width:183px; margin:0 0 2.5em 0px; padding:0 0 10px 0; border:solid 1px rgb(232,177,13); background-color:rgb(248,224,150);}

.subcontent-unit-noborder {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background:rgb(235,235,235);}
.subcontent-unit-noborder-green {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(217,239,185);}
.subcontent-unit-noborder-blue  {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(213,225,240);}
.subcontent-unit-noborder-orange {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(248,224,150);}

This is located in lines 117 - 130. You change the colors through the RGB thing.
Logged

aisling

  • Guest
Re: Multiflex-3 - Question How to change colours of boxes??
« Reply #3 on: September 09, 2008, 03:13:07 PM »
HI,

I finally got back to updating my site and figured HOW to get into layout_setup.css

however, how do I create a NEW colour for a box, I'd like a Red Box
Logged

Offline Ruud

  • Posts: 3671
  • Gender: Male
  • Do not use PM for help! Please use the forum!
    • Dev4Me - Professional WebsiteBaker Development
Re: Multiflex-3 - Question How to change colours of boxes??
« Reply #4 on: September 09, 2008, 03:30:55 PM »
Just copy one of the lines and name it: .subcontent-unit-border-red
Change the last part ( background:rgb(235,235,235) ) to the rgb value you want to use.
A list with rgb values you can find here

Ruud
Logged
Dev4me - WebsiteBaker modules - WBhelp.org

aisling

  • Guest
Re: Multiflex-3 - Question How to change colours of boxes??
« Reply #5 on: September 09, 2008, 04:11:32 PM »
THanks - not as easy as it seems...

Feels like going into a mine field and I ended up with the wrong red in teh wrong place.  Seems I need two reds one for the header of the box and one a more faded colour for the box?.

Is there a list with greater variety of colours somewhere?

Also, any idea WHY I would no longer have the option to select a PARENT on my web pages.
ie. I want to creat a new page under another page (or tab) however I cant as when I go to select the parent option it always says none?? Know how to fix this??
Logged

Offline Ruud

  • Posts: 3671
  • Gender: Male
  • Do not use PM for help! Please use the forum!
    • Dev4Me - Professional WebsiteBaker Development
Re: Multiflex-3 - Question How to change colours of boxes??
« Reply #6 on: September 09, 2008, 04:37:20 PM »
You can use any of the 65535 RGB colors.
Here is a nice color picker: http://johndyer.name/lab/colorpicker/

About the Parent,
Maybe you have been playing with your (advanced)settings page?
You can set the maximum page level. Default that is 4. My guess is you set it to 1.

Ruud
Logged
Dev4me - WebsiteBaker modules - WBhelp.org

aisling

  • Guest
Re: Multiflex-3 - Question How to change colours of boxes??
« Reply #7 on: September 11, 2008, 10:18:12 AM »
Thanks I'm going to try to find this Advanced settings now
Logged

  • Print
Pages: [1]   Go Up
  • WebsiteBaker Community Forum »
  • WebsiteBaker Support (2.8.x) »
  • Templates, Menus & Design »
  • Multiflex-3 - Question How to change colours of boxes??
 

  • SMF 2.0.19 | SMF © 2017, Simple Machines
  • XHTML
  • RSS
  • WAP2