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.

Lines in topics

4 posters

Go down

Solved Lines in topics

Post by Kirbs October 24th 2015, 2:45 am

Hi, as you can see in the image ( https://i.imgur.com/8JrYFkq.png ) there are 4 boxes, 1 is the box with a white line, 2 is the box with these yellow dashes, 3 & 4 are the boxes with no lines or dashes. so what i basically wanna do is change the white line in box 1 to yellow dashes like box 2 and add in box 3 & 4 the same yellow dashes as box 2. is this possible?

forum: http://pendulumsduelacademy.forumotion.com
forum version: Phpbb2


Last edited by Kirbs on October 30th 2015, 12:30 am; edited 1 time in total
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: Lines in topics

Post by Guest October 24th 2015, 3:11 am

Hi there,

So simply put you want the upper line, left line, and right line like the bottom line, and then take away the yellow dashes on the bottom line, correct?
avatar
Guest
Guest


Back to top Go down

Solved Re: Lines in topics

Post by Kirbs October 24th 2015, 3:20 am

It's just like what you said, but i wanna keep the bottom line dashes as well, basically i want to have those yellow dashes (#f2f203 is the color) in all four side, left, right, bottom(already there) and top.
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: Lines in topics

Post by Kirbs October 26th 2015, 4:16 am

Bump
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: Lines in topics

Post by Kirbs October 28th 2015, 12:11 pm

Bump
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: Lines in topics

Post by Wealh October 29th 2015, 12:19 am

I hope this will help!

Code:
.postbody {
  border-left: 2px solid white;
  border-right: 2px solid white;
  padding: 0em 1em 0em;
}

And for the bottom

Code:
td.row1.messaging.gensmall {
  border-top: 2px solid white;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
Wealh
Wealh
Forumember

Posts : 69
Reputation : 6
Language : English

http://boredom.iftopic.com/

Back to top Go down

Solved Re: Lines in topics

Post by Kirbs October 29th 2015, 8:26 pm

I added both of these codes to my css but nothing worked :/
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: Lines in topics

Post by Ange Tuteur October 29th 2015, 9:10 pm

Hi @Kirbs,

Try adding the following CSS to your stylesheet :
Code:
.hr hr {
  border:none;
  border-top:1px dashed #F90;
}

.post > td:last-child {
  border:1px dashed #F90;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Lines in topics

Post by Kirbs October 29th 2015, 10:47 pm

That's exactly what i wanted! thanks a lot ange! just one thing the popped up, http://prntscr.com/8wua8q there are two bars in there how can i make them both in one bar? if you know what i mean. Also i would like to add lines around the profile viewer http://prntscr.com/8wuaue can you tell me how?

Thanks in advance!
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: Lines in topics

Post by Ange Tuteur October 30th 2015, 12:12 am

One way to do that would be to remove the border spacing on the table. Here's the CSS :
Code:
.forumline {
  border-spacing:0;
}

If you want the border for both cells, find this rule I gave you :
Code:
.post > td:last-child {
  border:1px dashed #F90;
}
and remove :last-child
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Lines in topics

Post by Kirbs October 30th 2015, 12:18 am

Thanks again ange! it looks way better now Smile one last thing which is about the navbar, i used some CSS to hide two buttons "Calender" & " Usergroups" but now i have these gaps, http://prntscr.com/8wvd5v anyway to fix it?
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: Lines in topics

Post by Ange Tuteur October 30th 2015, 12:21 am

Did you hide the link itself and then move the link all the way to the end of the navbar via headers and navigation in the AP ?

Here's the CSS to hide the links :
Code:
a[href="/calendar"], a[href="/groups"] { display:none; }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Lines in topics

Post by Kirbs October 30th 2015, 12:30 am

Just tried that, it works! thanks a lot ange Smile
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: Lines in topics

Post by SLGray October 30th 2015, 2:43 am

Topic solved and archived


Lines in topics Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51481
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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