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.

Round Row Title

3 posters

Go down

In progress Round Row Title

Post by tatiilange September 25th 2011, 11:52 am

The same i had explained here : https://help.forumotion.com/t91084-round-borders (though nobody answered me)

My forum: http://tatiiart.activoforo.com/forum
Please help me this time beu
tatiilange
tatiilange
Forumember

Female Posts : 69
Reputation : 1
Language : Spanish & English
Location : Chile

http://tatiiart.activoforo.com

Back to top Go down

In progress Re: Round Row Title

Post by petros_7 September 25th 2011, 11:59 am

Try this

Code:
 .forumline
{
-moz-border-radius-topleft: 5px;
moz-border-radius-topright:5px;
webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
    }
petros_7
petros_7
Forumember

Male Posts : 341
Reputation : 2
Language : Greek
Location : Greece

http://www.thegreeksenergy.com/forum

Back to top Go down

In progress Re: Round Row Title

Post by Nera. September 25th 2011, 12:12 pm

Hi,

She hasn't got a forumline background color and cause of it petros it wont work on her forum.

You can do it like this, add this to CSS

Code:
.secondarytitle, .secondarytitle h2 {
    border-radius: 10px 0 0 0;
    -webkit-border-radius:0 10px 0 0;
}
.novo {
    border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
}

Than go to your index_box template and find this
Code:
<th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>

Replace it with this
Code:
      <th class="novo" nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
   </tr>

Save and publish on the green cross. Add

And here is an example of it done this way on phpBB2 >>

Round Row Title 9z28
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Round Row Title

Post by petros_7 September 25th 2011, 12:31 pm

yes correct I get it wrong
petros_7
petros_7
Forumember

Male Posts : 341
Reputation : 2
Language : Greek
Location : Greece

http://www.thegreeksenergy.com/forum

Back to top Go down

In progress Re: Round Row Title

Post by tatiilange September 25th 2011, 4:14 pm

thats awesome!!!! much much much better! thank you lots!
do you know how to do the same but with the bottom borders? Smile
tatiilange
tatiilange
Forumember

Female Posts : 69
Reputation : 1
Language : Spanish & English
Location : Chile

http://tatiiart.activoforo.com

Back to top Go down

Back to top

- Similar topics

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