Not Solved How to get rounded corners and shadow, std theme?
#1
Not Solved
Hi,

I have MyBB 1.6.10 and I use the default theme.

I would love to get the shadow and rounded corners like on this forum.

I have tried to copy some css from this site without success (I am not very good at css).

Can anyone help me? See my attachment if you dont understand what it is I want Smile

Thank you!

Jens
   
Reply
#2
Not Solved
see Perfect rounded corners in MyBB
Reply
#3
Not Solved
I have seen it, and it does not change the specific corners I want to change.

What it looks like today:
   

How I want it to look:
   
Reply
#4
Not Solved
^ well, you have to take the code in referred thread as the example code and apply wherever you want rounded corners.

add border-radius and other radius related codes for #container in the global.css
Reply
#5
Not Solved
#container {
border-radius:4px;
box-shadow: 0 0 4px #000;
}
Tindris
MyBB Support Technician
Reply
#6
Not Solved
Thanks a lot! Works like a charm!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)