GWOnline.Net News
PC Gaming News
Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27
  1. #21
    Administrator Achievements:
    10 PostsVeteran10000 Experience Points6 months registered10K Posts
    RD's Avatar
    Server

    Kaineng
    Guild

    Dii, TRUE
    Posts

    11,823
    Thumbs Up:
    Received: 255

    0 Not allowed!
    Hey wow this looks really nice! I can't say that I love the font and there appears to be some wasted space in posts, but otherwise it looks very clean. Thanks for sharing!

  2. #22
    Administrator Achievements:
    Recommendation Second Class10 PostsVeteran10000 Experience Points1,000 Posts
    shawn's Avatar
    Server

    Jade Quarry
    Guild

    Dii/BPA
    Posts

    12,905
    Thumbs Up:
    Received: 191

    0 Not allowed!
    The blank space feeling is probably because the join date / post count stuff is removed.
    Hypochondria :: Dendrophobia :: Cotton Candy Crisis
    The Order of Dii [Dii] :: Blinkie Ponie Armie [BPA]

  3. #23
    Administrator Achievements:
    10 PostsVeteran10000 Experience Points6 months registered10K Posts
    RD's Avatar
    Server

    Kaineng
    Guild

    Dii, TRUE
    Posts

    11,823
    Thumbs Up:
    Received: 255

    0 Not allowed!
    Oh wow I didn't notice those were gone. Bye-bye ePeen

    Weird, though. The empty space is to the right.

  4. #24
    Administrator Achievements:
    Recommendation Second Class10 PostsVeteran10000 Experience Points1,000 Posts
    shawn's Avatar
    Server

    Jade Quarry
    Guild

    Dii/BPA
    Posts

    12,905
    Thumbs Up:
    Received: 191

    0 Not allowed!
    Oh, cause the text is in a narrower column. Yeah.
    Hypochondria :: Dendrophobia :: Cotton Candy Crisis
    The Order of Dii [Dii] :: Blinkie Ponie Armie [BPA]

  5. #25
    Administrator Achievements:
    10 PostsVeteran10000 Experience Points6 months registered10K Posts
    RD's Avatar
    Server

    Kaineng
    Guild

    Dii, TRUE
    Posts

    11,823
    Thumbs Up:
    Received: 255

    0 Not allowed!

  6. #26
    Administrator Achievements:
    Recommendation Second Class10 PostsVeteran10000 Experience Points1,000 Posts
    shawn's Avatar
    Server

    Jade Quarry
    Guild

    Dii/BPA
    Posts

    12,905
    Thumbs Up:
    Received: 191

    0 Not allowed!
    Overwrite the style with this:

    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("guildwars.incgamers.com") {
    html, body {background: #C3D1D2 none !important; color: #333 !important;}
    #mainPage > .body_wrapper > div:first-child {display: none !important;}
    .body_wrapper {box-shadow: 0 0 4px rgba(0,0,0,0.3) !important;}
    
    /* Forum top */
    .pagination span {margin-bottom: 0.5em !important;}
    .pagination span a:hover {background: #AF2727 !important;}
    .toolsmenu {margin: 1em 0 !important;}
    
    /* Thread list */
    .forumactionlinks {display: none !important;}
    
    /* Single thread */
    .postrow, .postcontent.preview {padding: 10px 15px !important; font: 16px/1.5 Cambria, Georgia, serif !important; overflow: visible !important;}
    .bbcode_container div.bbcode_quote {font: italic 15px/1.5 Cambria, Georgia, serif !important;}
    
    img, embed, .postbit .content img, .postbitlegacy .content img, .postbitdeleted .content img, .postbitignored .content img, .eventbit .content img {
        max-width: 100% !important; -moz-transition: all 0.5s ease-out 0.5s;
    }
    img:hover, embed:hover, .postbit .content img:hover, .postbitlegacy .content img:hover, .postbitdeleted .content img:hover, .postbitignored .content img:hover, .eventbit .content img:hover {
        max-width: 3000px !important; -moz-transition-delay: 0.1s;
    }
    .spoiler img {max-width: 3000px !important;}
    blockquote {overflow: visible !important;}
    
    .userinfo_extra, .imlinks, .postbitlegacy .after_content {opacity: 0; -moz-transition: all 0.4s ease-out 0.5s;}
    .userinfo:hover .userinfo_extra, .userinfo:hover .imlinks, .postbitlegacy .after_content:hover {opacity: 1 !important;}
    
    .anet_post {font-size: 1em !important; border-radius: 4px !important; box-shadow: 1px 1px 2px rgba(0,0,0,0.5) !important;}
    .anet_post .bbcode_container {color: #333 !important;}
    }
    
    .threadbit a:not(.threadtitle_unread) {font-weight: normal !important;
    }
    Also I just noticed after reading that code that if you hover over signatures and people's user info under the avatar, it will show up. If you want to see the info you can set the opacity in
    Code:
    .userinfo_extra, .imlinks, .postbitlegacy .after_content {opacity: 0; -moz-transition: all 0.4s ease-out 0.5s;}
    to any number between 0.0 and 1.
    Last edited by shawn; 06-08-2012 at 23:13.
    Hypochondria :: Dendrophobia :: Cotton Candy Crisis
    The Order of Dii [Dii] :: Blinkie Ponie Armie [BPA]

  7. #27
    Administrator Achievements:
    10 PostsVeteran10000 Experience Points6 months registered10K Posts
    RD's Avatar
    Server

    Kaineng
    Guild

    Dii, TRUE
    Posts

    11,823
    Thumbs Up:
    Received: 255

    0 Not allowed!
    Yessssss Thank youu this is amazing

Posting Permissions

Posting Permissions

Smilies are On
[IMG] code is On
HTML code is Off