The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CSS editing, categories problem (phpBB2)

3 posters

Go down

In progress CSS editing, categories problem (phpBB2)

Post by Lety December 19th 2013, 11:13 pm

Hi,

I'm trying to edit the skin  of the forum and in particular the appearance of the categories.
Until now I have used pictures as titles, but that makes the loading very slow and it's also not the best solution.
I want to change the background and the shrift and the shrift size, if it's possible with something like that

categories - CSS editing, categories problem (phpBB2)  Topics10

What i realy like here, is that the background isn't interrupted from the table and especial the 3 color lines under.

Can someone help me with the coding ?


Last edited by Lety on January 14th 2014, 8:20 pm; edited 3 times in total
Lety
Lety
Forumember

Female Posts : 33
Reputation : 0
Language : English, Deutsch (German)

http://twilight-man1a.niceboard.net/index.htm

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by Sir Chivas™ December 20th 2013, 2:14 am

Hi,

Can you please provide the forum URL? Thank you. However, please note that we're not here to edit skins for you; we're here to help you if there's any technical issues or other issues regarding to appearance and connections, you get the point. Although, I'll be nice enough to help you out.

Regards,
Sir Chivas.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by Lety December 20th 2013, 2:49 am

Hi, thanks in advance. I haven´t realise that, but I'm very very very thankful for your help, since there aren't many modern skins in Hit skin.

This effect can be seen:
1. http://deadinside.nicetheme.com/
2. http://killyourheroes.bulgarianforum.net/

Many 10000 christmas thanks
Lety
Lety
Forumember

Female Posts : 33
Reputation : 0
Language : English, Deutsch (German)

http://twilight-man1a.niceboard.net/index.htm

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by Sir Chivas™ December 20th 2013, 3:19 am

Okay, I'm kinda of confused. What exactly are you trying to do? Reduce the width of the category area?
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by Lety December 20th 2013, 3:56 am

No, exactly the opposite.

The categories in the both of the forums are widther and higher as normal. And I like it.

1. I'm trying to create this triple (double) line color effect, thay have under the category tittle and reach their height from almost 80 px

categories - CSS editing, categories problem (phpBB2)  Topics11

Note: I have tried to use a 1 px wighter PNG image with triple coloring, but I didn't manage to show the effect, because my category row was very tiny, changing itself with the text size. It dooesn't stayed fixed like in the examples. And I want to have it higher - just like in the other forums

2. I want to have it not as table, but to justify it.
By me there is tiny table line, I don't want to have.

This is a screenshot from my forum:
categories - CSS editing, categories problem (phpBB2)  Topic_10

3. I want to separe the font of te category as self defined. The category font is Nr 1, but the main font of the whole forum is also Nr 1, and if I change it to something more fancy for effect, as google font for example, it edits the main forum font and make is unreadable. From effect it becomes deffect what is not looked for.

Screenshot :

categories - CSS editing, categories problem (phpBB2)  Font10


Last edited by Lety on December 20th 2013, 5:03 am; edited 1 time in total
Lety
Lety
Forumember

Female Posts : 33
Reputation : 0
Language : English, Deutsch (German)

http://twilight-man1a.niceboard.net/index.htm

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by Sir Chivas™ December 20th 2013, 4:57 am

Please refrain from using bold font, as it is reserved for moderation purposes. Thank you.

Okay, its better explained. I'll see what I can do, give me sometime as I am helping someone else at this moment. Also, can you please provide the following:

Your Forum URL and the version of your forum, thank you.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by Lety December 20th 2013, 5:15 am

I apologize for my mistake and of course I can wait
(the solution of the profile problem is something that many of us are looking for  Smile )

My forum URL : http://twilight-man1a.niceboard.org/
Version: phpBB2
Lety
Lety
Forumember

Female Posts : 33
Reputation : 0
Language : English, Deutsch (German)

http://twilight-man1a.niceboard.net/index.htm

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by Lety December 25th 2013, 11:58 pm

bump
Lety
Lety
Forumember

Female Posts : 33
Reputation : 0
Language : English, Deutsch (German)

http://twilight-man1a.niceboard.net/index.htm

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by MissUrsh December 26th 2013, 7:01 am

Hello there!
This is actually my forum. Smile Perhaps I can help you.

Just put this to your CSS.
Code:
.secondarytitle {
  height: 50px;
  weidht: 100%;
  background color: #2B2627;
  border-bottom: solid 5px #4e4c48;
 }


.secondarytitle, .secondarytitle h2 {
  text-transform: uppercase;
  line-height: 70px;
  font-size: 35px;
  letter-spacing:-1px;
  color:#666362; 
  text-align:center;
  font-weight: normal !important;
}

And also, choose color for Category Header background color, Category background color, Right category color.

I hope you get me - code for color in CSS must be different than color in Category Header background color, Category background color, Right category color.

It should look like on my forum (just with different colors). I hope I helped!  flower 
MissUrsh
MissUrsh
Forumember

Female Posts : 130
Reputation : 11
Language : English

http://whentheshadowswalk.slovenianforum.com

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by Lety December 26th 2013, 6:04 pm

You have one wonderful forum Smile Love   Love 

I will try the coding and i hope i can get the change

Thank you very much for the help and can I ask you how you manage to put the information sidebar fixed on the outside of the forum (lefts)
Lety
Lety
Forumember

Female Posts : 33
Reputation : 0
Language : English, Deutsch (German)

http://twilight-man1a.niceboard.net/index.htm

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by MissUrsh December 26th 2013, 11:00 pm

Thank you!! <3
You are welcome, I'm really glad I could help! Smile

Yes, sure.
Just add this to your CSS:
Code:
#content-container div#left {
position: fixed;
top: 0;
left: 0;
overflow: auto;
overflow-x: hidden;
height: 100%;
}

And this too:
Code:
.bodylinewidth {
margin-left: 700px;
}

If you want it on the right side of the forum, just change left with right in the first code.

Hope I helped. Smile
*If you need extra help, you cant contact me via PM!
MissUrsh
MissUrsh
Forumember

Female Posts : 130
Reputation : 11
Language : English

http://whentheshadowswalk.slovenianforum.com

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by Sir Chivas™ December 30th 2013, 1:26 am

Forgive me that I didn't get the chance to complete this task for you. However, is this solved now?
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by Lety January 11th 2014, 11:29 am

Actually we are almost done. The CSS -code IS exactly what I was looking for, but open remains the table problem.

Unforunately by me there is a small mismatch about 5 px in the border-bottom line. It doesn't goes in one line Rolling Eyes 
And this line changes of course the triple (at the time double) coloring.

Here is a forum LINK  (version phpBB 2):  http://twilight-man1a.niceboard.org/

Preview of the problem:
categories - CSS editing, categories problem (phpBB2)  Mismat10


Last edited by Lety on January 21st 2014, 12:16 am; edited 2 times in total
Lety
Lety
Forumember

Female Posts : 33
Reputation : 0
Language : English, Deutsch (German)

http://twilight-man1a.niceboard.net/index.htm

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by Lety January 17th 2014, 9:40 pm

bump
Lety
Lety
Forumember

Female Posts : 33
Reputation : 0
Language : English, Deutsch (German)

http://twilight-man1a.niceboard.net/index.htm

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by MissUrsh January 18th 2014, 3:26 pm

I have no idea what is the problem. It works fine on my forum. o.O
I will ask one of my friends, perhaps she can help, okay? Smile
MissUrsh
MissUrsh
Forumember

Female Posts : 130
Reputation : 11
Language : English

http://whentheshadowswalk.slovenianforum.com

Back to top Go down

In progress Re: CSS editing, categories problem (phpBB2)

Post by Lety January 21st 2014, 12:16 am

bump
Lety
Lety
Forumember

Female Posts : 33
Reputation : 0
Language : English, Deutsch (German)

http://twilight-man1a.niceboard.net/index.htm

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum