Pisoga Update~

Discussion in 'Community Showcase' started by FullMetalBabe, Nov 20, 2009.

  1. FullMetalBabe

    FullMetalBabe Zealot

    Joined:
    May 30, 2009
    Messages:
    2,912
    Likes Received:
    339
    This is my current anime site, we're still 'cleaning' up and making everything look nice, I still have a LOT of work to do, but it's a start, no?

    Forum URL: Pisoga Reloaded - Watch Free Anime Online!
    Forum Name: Pisoga Reloaded
    Launch Date: None yet
    Posts/Threads/Members: Threads: 1,447, Posts: 1,989, Members: 56, Active Members: 10
    Forum Software: vB 3.4.1
    Description: It's an anime site that we would love to focus on anime discussion as well as fan art, from making graphics to AMV's. We do supply Anime to watch.
    Other Info/Points of Interest: A lot of the site is pretty broken since we moved to vB, all the links broke because of that move, then our previous server was down, still down and we had no backups after we made so much change. We only had a backup of when we freshly transfered the board from MyBB to vB, so I had to start almost all over again stylewise and everything. The the wasn't made by me(it's a bit obvious) it was made by Complete vB, it's a premade theme, very customized by us, we also use the Chief first post mod, we also customized that and we still are, I plan to replace every single vB icon, I'm also making a Christmas theme and in the proccess of getting used to vB so we can achieve this theme for new years, which is obviously WIP.

    We're still fixing a lot of technical issues, so if you encounter any while browsing, please tell me!
     
  2. MjrNuT

    MjrNuT Grand Master

    Joined:
    Oct 14, 2009
    Messages:
    579
    Likes Received:
    36
    FWIW, it looks great to me. The customizations are fantastic and really show your talent. I look forward to seeing it unveil more as some of the things are really crisp to me, rank images, thread icons, etc. all girly...but, hawt :P

    I like the color contrast too, but for me I'd like your text of the post content to be a little darker on that tan background. That's about as critical as I can get.
     
  3. Tom

    Tom Regular Member

    Joined:
    May 27, 2009
    Messages:
    153
    Likes Received:
    18
    Location:
    New York
    I really like this theme!

    In a nutshell, Pisoga looks great. The banner is really nice, and I like that you chose a style where the colors can be altered. The post indicators are also really nice! In fact, all of the little graphics are. Especially the buttons! However, it may be important for you to know that the side chatbox leaks outside of the forum index. And, the vector under the chatbox is cut off.

    See here and here.

    Overall, everything looks great.
     
  4. Chani

    Chani Grand Master

    Joined:
    Sep 1, 2009
    Messages:
    884
    Likes Received:
    54
    First Name:
    Chani
    Can you please tell me how you did your login and search fields like that? :D

    I think that all of your graphics on your site look great. I think there could be a little more contrast in your text, but otherwise all of your elements work really well with each other. :)

    Great job!
     
  5. FullMetalBabe

    FullMetalBabe Zealot

    Joined:
    May 30, 2009
    Messages:
    2,912
    Likes Received:
    339
    Pretty strange people mention the text since it's pretty dark for me not as light as people say.

    As for the 'vector being cut off' it wasn't cut, I just forgot to put min width.
     
  6. Tom

    Tom Regular Member

    Joined:
    May 27, 2009
    Messages:
    153
    Likes Received:
    18
    Location:
    New York
    Oh, my bad.
     
  7. FullMetalBabe

    FullMetalBabe Zealot

    Joined:
    May 30, 2009
    Messages:
    2,912
    Likes Received:
    339
    As for the login, Chani, this is the code:

    HTML:
    <div class="loginBox">
    <!-- login form -->
    <form id="login" action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
    <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
    
    <div class="loginBoxInput">
    <input type="text" class="loginInput" name="vb_login_username" id="navbar_username" size="20" accesskey="u" tabindex="101" value="Username" onfocus="if (this.value == 'Username') this.value = '';" onblur="if (this.value == '') this.value = 'Username';" />
    </div>
    <div class="passBoxInput">
    <input type="password" class="loginInput" name="vb_login_password" id="navbar_password" size="20" accesskey="u" tabindex="101" value="Password" onfocus="if (this.value == 'Password') this.value = '';" onblur="if (this.value == '') this.value = '';" />
    </div>
    <div class="rememberMe">
    <input name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" type="checkbox" class="verticalAlign" />
    </div>						
    <div class="submitTop">
    <input class="verticalAlign" type="image" src="images/styles/Arena/style/loginButton.gif" value="Submit" alt="Submit" tabindex="104" />
    </div>
    
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
    <input type="hidden" name="do" value="login" />
    <input type="hidden" name="vB_login_md5password" />
    <input type="hidden" name="vB_login_md5password_utf" />
    </form>
    <!-- / login form -->
    </div>
    
     
  8. Chani

    Chani Grand Master

    Joined:
    Sep 1, 2009
    Messages:
    884
    Likes Received:
    54
    First Name:
    Chani
    Thanks!

    What's your CSS for loginBoxInput and passBoxInput?
     
  9. FullMetalBabe

    FullMetalBabe Zealot

    Joined:
    May 30, 2009
    Messages:
    2,912
    Likes Received:
    339
    Oops, sorry I didn't post it.

    Code:
    .loginBox {
    float:left;
    padding:4px 0 0 8px;
    }
    .loginBox form {
    padding:0;
    margin:0;
    }
    .loginBox input {
    float:left;
    }
    .loginBoxInput {
    background: url(images/styles/Arena/style/userBox.gif) no-repeat top left;
    width:176px;
    height:28px;
    margin-right:3px;
    float:left;
    }
    .passBoxInput {
    background: url(images/styles/Arena/style/userBox.gif) no-repeat top left;
    width:176px;
    height:28px;
    margin:0 3px;
    float:left;
    }
    .loginInput {
    background:transparent;
    border:0;
    color: #6f6f6f;
    padding:5px 0 5px 0;
    font-size:9pt;
    width:160px; 
    margin:1px 8px 0 8px;
    }
    .rememberMe {
    padding:3px 0;
    margin:0;
    float:left;
    }
    .submitTop {
    float:left;
    padding:1px 0 0 3px;
    }
     
    2 people like this.
  10. Chani

    Chani Grand Master

    Joined:
    Sep 1, 2009
    Messages:
    884
    Likes Received:
    54
    First Name:
    Chani
    Thank you! :)
     
  11. Rocket 442

    Rocket 442 Ambitious, but Rubbish

    Joined:
    May 31, 2009
    Messages:
    174
    Likes Received:
    30
    Location:
    Buffalo, NY
    First Name:
    Andy
    I've always liked this theme by CompleteVB. Probably one of my favorite themes overall. The mods to it look pretty good as well.
     

Share This Page