Frode789

Well-Known Member
I love the custom thread prefixes/user titles that comes with Fusion Gamer. Though I've noticed one thing:
They seem to be a tad too big: http://www.citiesskylines-nation.com/ Check the bottom of the front page. The prefixes overlap slightly into the line bellow. The same in thread view, and in resource list: http://www.citiesskylines-nation.com/resources/

How can I make them just a tiny bit smaller in height?

Also, side question: Can you pretty please add a few more colors in next update? :D
 
@Steve and I have been wanting to address prefixes on a global scale(xenbase) just haven't come up with a solid method to do yet(time wise :D ).

Try this in your extra.css:

Code:
.XenBase .fgRed, .XenBase .fgGreen, .XenBase .fgOrange, .XenBase .fgBlue, .XenBase .fgSilver, .XenBase .fgYellow, .XenBase .fgTeal
font-size: 12px;

It's inheriting that 16px font size from the titles making em extra large.
 
It would help if the css was right, try this:

Code:
.XenBase .fgRed, .XenBase .fgGreen, .XenBase .fgOrange, .XenBase .fgBlue, .XenBase .fgSilver, .XenBase .fgYellow, .XenBase .fgTeal
{
font-size: 12px !important;
}
 
What colors would you need? I can whip some up for you fairly easy, or you can do it yourself in extra.css:

Code:
.fgBabyBlue
{
   background: #89cff0 !important;
   border: none !important;
   color: #373737 !important;
   font-weight: bold;
   text-shadow: 0px 0px 2px #99dbfb;
   box-shadow: inset 0px 1px 0px 0px #b2e6ff;
   padding: 3px 8px;
   border-radius: @xb_borderradiuss;
}
 
Give these a go:

Code:
.fgPurple
 {
   background: none repeat scroll 0 0 #7d26cd !important;
  border: medium none !important;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #9c46ef inset;
  color: #e0e0e0 !important;
  font-weight: bold;
  padding: 3px 8px;
  text-shadow: 0 0 0 transparent, 0 0 2px #000;
}
.fgDarkRed
{
  background: none repeat scroll 0 0 #730505 !important;
  border: medium none !important;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #BE1C1C inset;
  color: #e0e0e0 !important;
  font-weight: bold;
  padding: 3px 8px;
  text-shadow: 0 0 0 transparent, 0 0 2px #000;
}
.fgDarkBlue
{
  background: none repeat scroll 0 0 #00008b !important;
  border: medium none !important;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #2826DE inset;
  color: #e0e0e0 !important;
  font-weight: bold;
  padding: 3px 8px;
  text-shadow: 0 0 0 transparent, 0 0 2px #000;
}

I need to combine all the extra css in here but you can use this for now :)
 
Give these a go:

Code:
.fgPurple
{
   background: none repeat scroll 0 0 #7d26cd !important;
  border: medium none !important;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #9c46ef inset;
  color: #e0e0e0 !important;
  font-weight: bold;
  padding: 3px 8px;
  text-shadow: 0 0 0 transparent, 0 0 2px #000;
}
.fgDarkRed
{
  background: none repeat scroll 0 0 #730505 !important;
  border: medium none !important;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #BE1C1C inset;
  color: #e0e0e0 !important;
  font-weight: bold;
  padding: 3px 8px;
  text-shadow: 0 0 0 transparent, 0 0 2px #000;
}
.fgDarkBlue
{
  background: none repeat scroll 0 0 #00008b !important;
  border: medium none !important;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #2826DE inset;
  color: #e0e0e0 !important;
  font-weight: bold;
  padding: 3px 8px;
  text-shadow: 0 0 0 transparent, 0 0 2px #000;
}

I need to combine all the extra css in here but you can use this for now :)

Thanks! :)

However, the new banners are too small:
userbanners.jpg
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back