News:

Create A Forum Installed

Author Topic: HTML ezBlock Background Color/Outline Color  (Read 3601 times)

0 Members and 1 Guest are viewing this topic.

Offline 94AmTranVolunteer

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 0
    • View Profile
    • School Bus City

Badges: (View All)
Level 3 Topic Starter Combination
HTML ezBlock Background Color/Outline Color
« on: September 18, 2010, 07:27:27 pm »
Is there anyway I can change the Color and Outline Color of a HTML ezBlock?
SBC, School Bus Driving RP

:P Glitches! g2 hate them!

Share on Facebook Share on Twitter


Offline Seldom Fail

  • Global Moderator
  • *****
  • Posts: 207
  • Karma: 30
  • Gender: Male
    • View Profile

Badges: (View All)
Karma Good Karma Bad Level 5
Re: HTML ezBlock Background Color/Outline Color
« Reply #1 on: September 18, 2010, 07:41:45 pm »
Not without changing the whole style, no.

I'm not 100% sure what part of the CSS you would need to change that though. I'll try to find out. I think it's category backgrounds... butttttt... again... not sure. lol
« Last Edit: September 18, 2010, 07:44:17 pm by Seldom Fail »
<--- Donate to CreateAForum! :D

Jeremiah 33:3

Offline 94AmTranVolunteer

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 0
    • View Profile
    • School Bus City

Badges: (View All)
Level 3 Topic Starter Combination
Re: HTML ezBlock Background Color/Outline Color
« Reply #2 on: September 18, 2010, 07:43:54 pm »
Well, I Did see this on another Forum, which ran on SMF but it ran SimplePortal, and the Forum itself ran SMF 1.11 instead of SMF 2.0. Why does CreateAForum use ezBlock instead of Simple Portal?
SBC, School Bus Driving RP

:P Glitches! g2 hate them!

Offline Seldom Fail

  • Global Moderator
  • *****
  • Posts: 207
  • Karma: 30
  • Gender: Male
    • View Profile

Badges: (View All)
Karma Good Karma Bad Level 5
Re: HTML ezBlock Background Color/Outline Color
« Reply #3 on: September 18, 2010, 07:44:40 pm »
Because CAF created EzPortal.
<--- Donate to CreateAForum! :D

Jeremiah 33:3

Offline 94AmTranVolunteer

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 0
    • View Profile
    • School Bus City

Badges: (View All)
Level 3 Topic Starter Combination
Re: HTML ezBlock Background Color/Outline Color
« Reply #4 on: September 18, 2010, 07:45:48 pm »
oh. I wish I could use SimplePortal, but ezBlocks are okay, but with ezBlocks, there is no way you can change the background of the ezBlock.
SBC, School Bus Driving RP

:P Glitches! g2 hate them!

Offline simply sibyl

  • Full Member
  • ***
  • Posts: 189
  • Karma: 35
    • View Profile

Badges: (View All)
Level 4 Windows User Topic Starter
Re: HTML ezBlock Background Color/Outline Color
« Reply #5 on: September 18, 2010, 08:17:39 pm »
Only way I can think of to change the background color would be to do it the same way I had mentioned for the old legacy Portal on SMF for Free.   That will also work with HTML blocks with EzPortal with Create a Forum forums.   I tested it to be sure.

You'll need to Modify the css to do that.
Add this to your css:

Code: [Select]
.somename
{
   background-color:  #F3E4C3;
}

Directions for the above code:

change #F3E4C3 to the color you want the background of the html box to be
change somename to whatever you want to call it.   It can be left as "somename" but if you do change it make it unique.

Save the css, refresh browser.


Then edit your HTML box and do this:

Code: [Select]
<div class="somename">
your html goes here
</div>

replace somename with the name you used in the css

thats it!

If you want different colors for different boxes just make more classes in the css. 

Changing the borders is a different issue and would mean changing the border color in the css for that area (which would then change it throughout the forum)     Given how indepth the css is for 2.0 that would take me eons to figure out but you can at least do the backgrounds for now.   (works only for the html blocks)

Possibly some day he can code EzPortal so that you can make changes to the appearance of the boxes.
« Last Edit: September 18, 2010, 08:22:14 pm by simply sibyl »

Offline 94AmTranVolunteer

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 0
    • View Profile
    • School Bus City

Badges: (View All)
Level 3 Topic Starter Combination
Re: HTML ezBlock Background Color/Outline Color
« Reply #6 on: September 18, 2010, 08:30:02 pm »
thank you sibyl, the only problem is that i cannot find 'Legacy Portal' on the Menu List.
SBC, School Bus Driving RP

:P Glitches! g2 hate them!

Offline simply sibyl

  • Full Member
  • ***
  • Posts: 189
  • Karma: 35
    • View Profile

Badges: (View All)
Level 4 Windows User Topic Starter
Re: HTML ezBlock Background Color/Outline Color
« Reply #7 on: September 18, 2010, 08:32:11 pm »
thank you sibyl, the only problem is that i cannot find 'Legacy Portal' on the Menu List.

Sorry, maybe I wasn't very clear.    I mentioned Legacy as thats the old portal used on SMF for Free forums and this code is what I came up with for them there.  It'll work with your EzPortal on your Create a Forum forum. 

Just do the edits to the css, and the EzPortal html block as I explained  :)   

Offline 94AmTranVolunteer

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 0
    • View Profile
    • School Bus City

Badges: (View All)
Level 3 Topic Starter Combination
Re: HTML ezBlock Background Color/Outline Color
« Reply #8 on: September 18, 2010, 08:36:14 pm »
Sibyl, I did edit the CSS and put the HTML Code in and it did not work.
SBC, School Bus Driving RP

:P Glitches! g2 hate them!

Offline simply sibyl

  • Full Member
  • ***
  • Posts: 189
  • Karma: 35
    • View Profile

Badges: (View All)
Level 4 Windows User Topic Starter
Re: HTML ezBlock Background Color/Outline Color
« Reply #9 on: September 18, 2010, 08:36:35 pm »
Not without changing the whole style, no.

I'm not 100% sure what part of the CSS you would need to change that though. I'll try to find out. I think it's category backgrounds... butttttt... again... not sure. lol

You'ld have to change the main_block.png image and know the exact place in it to change to change that background.   There is no singular image for the category backgrounds with 2.0  ;) Also would have to find where in the css to change the border color.   Those changes would of course, as you know, change things forum wide.
« Last Edit: September 18, 2010, 08:41:40 pm by simply sibyl »

Offline simply sibyl

  • Full Member
  • ***
  • Posts: 189
  • Karma: 35
    • View Profile

Badges: (View All)
Level 4 Windows User Topic Starter
Re: HTML ezBlock Background Color/Outline Color
« Reply #10 on: September 18, 2010, 08:37:56 pm »
Sibyl, I did edit the CSS and put the HTML Code in and it did not work.

Did you refresh your browser?  You have to every time you edit the css so that your browser gets the changes to it.

If you did and you still do not see the change post the code you put in the css and the code you put in the html block please.

Also:  if it is for this forum http://schoolbuscityrp.createaforum.com/index.php which block are you trying to change?
« Last Edit: September 18, 2010, 08:43:53 pm by simply sibyl »

Offline 94AmTranVolunteer

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 0
    • View Profile
    • School Bus City

Badges: (View All)
Level 3 Topic Starter Combination
Re: HTML ezBlock Background Color/Outline Color
« Reply #11 on: September 18, 2010, 08:44:57 pm »
I did. Sorry, I was looking at some SMFNew Forums (I like Create-A-Forum better though!!!)
SBC, School Bus Driving RP

:P Glitches! g2 hate them!

Offline simply sibyl

  • Full Member
  • ***
  • Posts: 189
  • Karma: 35
    • View Profile

Badges: (View All)
Level 4 Windows User Topic Starter
Re: HTML ezBlock Background Color/Outline Color
« Reply #12 on: September 18, 2010, 08:47:11 pm »
Please answer this part  ;)

Quote
If you did and you still do not see the change post the code you put in the css and the code you put in the html block please.

Also:  if it is for this forum http://schoolbuscityrp.createaforum.com/index.php which block are you trying to change?

Offline simply sibyl

  • Full Member
  • ***
  • Posts: 189
  • Karma: 35
    • View Profile

Badges: (View All)
Level 4 Windows User Topic Starter
Re: HTML ezBlock Background Color/Outline Color
« Reply #13 on: September 18, 2010, 08:49:16 pm »
Also -  I just checked your css and I do not see where you added the code.   Where did you put it in the css?
Its for this forum correct?
http://schoolbuscityrp.createaforum.com/index.php

Offline 94AmTranVolunteer

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 0
    • View Profile
    • School Bus City

Badges: (View All)
Level 3 Topic Starter Combination
Re: HTML ezBlock Background Color/Outline Color
« Reply #14 on: September 18, 2010, 08:51:03 pm »
Simply Sibyl, I put the CSS at the Bottom of the CSS Text. Is this okay? And I put the HTML Code into the HTML Box.

and yes it is for schoolbuscityrp.createaforum.com/index.php
SBC, School Bus Driving RP

:P Glitches! g2 hate them!

 

Related Topics

  Subject / Started by Replies Last post
11 Replies
1060 Views
Last post March 28, 2012, 01:29:14 am
by Andrew
0 Replies
277 Views
Last post November 22, 2012, 06:20:23 pm
by forum
4 Replies
1269 Views
Last post March 06, 2013, 08:42:22 pm
by AnonyMister
5 Replies
2075 Views
Last post July 21, 2013, 06:40:39 pm
by Quazie89
10 Replies
4061 Views
Last post September 07, 2013, 05:36:29 pm
by aIURbliS