fullenchilada
Customer
Hey you guys,
sorry for the double posting but I wasn't able to delete my post in the other forums.
I really love the fusion gamer theme and I can't wait to show it our visitors.
We have already installed it in our test environment to see where improvements need to be made. The first (and probably the only) thing that we noticed was the way XenPorta gets totally messed up as you can see.
By posting the following bit of code into Extra.css I managed to get rid of most of the mess:
If you guys could help me out, I d really appreciate it.
sorry for the double posting but I wasn't able to delete my post in the other forums.
I really love the fusion gamer theme and I can't wait to show it our visitors.
We have already installed it in our test environment to see where improvements need to be made. The first (and probably the only) thing that we noticed was the way XenPorta gets totally messed up as you can see.
By posting the following bit of code into Extra.css I managed to get rid of most of the mess:
#recentNews .recentNews .subHeading, #recentThreads .sectionHeaders {
border: 0px;
font-size: 14px;
font-family: Georgia, "Times New Roman", serif;
color: #777;
background: #F1F1EC url('styles/flexile/xenforo/gradients/navigation-tab.png') repeat-x top;
padding: 10px 15px;
margin: 0 -15px 15px;
border-bottom: 1px solid #D6D6D6;
border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-khtml-border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
-khtml-border-top-right-radius: 6px;
}
Update: Just posted a new news entry which was a little longer in length just to see how it would play out and again XenPorta messes it all up. I d really like to have the news displayed like on the screenshot below:border: 0px;
font-size: 14px;
font-family: Georgia, "Times New Roman", serif;
color: #777;
background: #F1F1EC url('styles/flexile/xenforo/gradients/navigation-tab.png') repeat-x top;
padding: 10px 15px;
margin: 0 -15px 15px;
border-bottom: 1px solid #D6D6D6;
border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-khtml-border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
-khtml-border-top-right-radius: 6px;
}
If you guys could help me out, I d really appreciate it.