0
Welcome Guest! Login
0 items Join Now

WoW Guild - Dimensions

    • Ken F.'s Avatar
    • Ken F.
    • Rocketeer
    • Posts: 74
    • Thanks: 0

    WoW Guild - Dimensions

    Posted 17 years 5 months ago
    • Hello all,

      A few months back, I used the WOWTrooper template for our WoW guild's site. Everyone loved it.

      Upon seeing the new Dimensions template, I just had to re-do the site using it. I have only added a few customizations.

      Our members like it even more than the old. Thanks RT.

      www.outcastsofwow.com
    • J Cowles's Avatar
    • J Cowles
    • Jr. Rocketeer
    • Posts: 40
    • Thanks: 0

    Re: WoW Guild - Dimensions

    Posted 17 years 5 months ago
    • Nice site. Good RocketLabs template. I really like what I saw of the SMF template...compliments the site well.

      There are a few issues I'll note. Some text is hard to read such as the words "No Holidays" in your events list. Dark blue on dark black. When visiting the forum link, your default_orc.css is adding underlines to the Dimensions main menu. Not sure if that bothers you, just a consistency thing.

      Other than that I think you did a great job. Hope the site serves your guild well.
    • Ken F.'s Avatar
    • Ken F.
    • Rocketeer
    • Posts: 74
    • Thanks: 0

    Re: WoW Guild - Dimensions

    Posted 17 years 5 months ago
    • J Cowles wrote:
      There are a few issues I'll note. Some text is hard to read such as the words "No Holidays" in your events list. Dark blue on dark black.

      Thanks for that nudge, I have been meaning to fix those colors, done.
      J Cowles wrote:
      When visiting the forum link, your default_orc.css is adding underlines to the Dimensions main menu. Not sure if that bothers you, just a consistency thing.

      I too have noticed those, but unfortunately have no idea how to fix it. Any tips would be greatly appreciated.

      Thanks for your input. :)
    • J Cowles's Avatar
    • J Cowles
    • Jr. Rocketeer
    • Posts: 40
    • Thanks: 0

    Re: WoW Guild - Dimensions

    Posted 17 years 5 months ago
    • Edit your CSS File (/templates/rt_dimensions/css/template_css.css).

      On line 574, add a line to #horiz-menu a to this:
      #horiz-menu a {
           white-space: nowrap;
           font-family: Century Gothic, Helvetica, sans-serif;
           display: block;
           float: left;
           height: 39px;
           line-height: 42px;
           padding: 0 15px 0 15px;
           font-weight: normal;
           font-size: 110%;
           color: #ccc;
           text-decoration: none;
      }

      At about line 678

      do the same for #horiz-menu li.active a, #horiz-menu li.active_menu a
      #horiz-menu li.active a,
      #horiz-menu li.active_menu a{
           line-height: 33px;
           text-decoration: none;
       
      }

      Basically I'm just adding the line: "text-decoration: none;"
    • Ken F.'s Avatar
    • Ken F.
    • Rocketeer
    • Posts: 74
    • Thanks: 0

    Re: WoW Guild - Dimensions

    Posted 17 years 5 months ago
    • Awesome! Fixed.

      What would I do without you guys?!

Time to create page: 0.062 seconds