Lines in topics Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    Lines in topics

    Kirbs
    Kirbs
    Forumember


    Posts : 628
    Reputation : 18
    Language : English

    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
    avatar
    Guest
    Guest


    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?
    Kirbs
    Kirbs
    Forumember


    Posts : 628
    Reputation : 18
    Language : English

    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

    Solved Re: Lines in topics

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

    Bump
    Kirbs
    Kirbs
    Forumember


    Posts : 628
    Reputation : 18
    Language : English

    Solved Re: Lines in topics

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

    Bump
    Wealh
    Wealh
    Forumember


    Posts : 69
    Reputation : 6
    Language : English

    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;
    }
    Kirbs
    Kirbs
    Forumember


    Posts : 628
    Reputation : 18
    Language : English

    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 :/
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    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;
    }
    Kirbs
    Kirbs
    Forumember


    Posts : 628
    Reputation : 18
    Language : English

    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!
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    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
    Kirbs
    Kirbs
    Forumember


    Posts : 628
    Reputation : 18
    Language : English

    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?
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    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; }
    Kirbs
    Kirbs
    Forumember


    Posts : 628
    Reputation : 18
    Language : English

    Solved Re: Lines in topics

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

    Just tried that, it works! thanks a lot ange Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51558
    Reputation : 3524
    Language : English
    Location : United States

    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.