MyBB Community Forums

Full Version: Rounding newsbar corners
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How do I round the corners of the newsbars on my site?
Just need css do you want top and bottom rounded or just top i can do this later if you like.
(2010-11-10, 08:30 AM)adbrad Wrote: [ -> ]Just need css do you want top and bottom rounded or just top i can do this later if you like.
All rounded at the edges, top and bottom please? Just tell me code and I can do it Smile
I'll need to see the css but it should need this adding

border: 2px solid #ba5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

add that to the newsbar css change the colour towhat you like and remove any other borde properties.
open global.css of your theme and search for .tborder and .thead

add this code in them
border: 2px solid #ba5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
.tborder and .thead are already rounded as he is using apart theme.
Just a note, whereabouts is the newsbar CSS in regard to the global.css templates?
It's in one of the css files i believe you called it news bar like i said i could take a look at it for you.
Could you please take a look adbrad?
It appears you deleted my test account.
i'll take a look

Ok it appears you added the css to your index template i've done it in 2 styles
1 with border all the way round and
1 with border top and bottom see which style you prefer
If you would also like them more or less rounded let me know.
Pages: 1 2