Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorHidoshi
    • CommentTimeAug 29th 2007
     # 1
    Hey everyone, I'm not sure if a help topic on this already exists, but if so, I'd be happy if someone pointed me in that direction.

    My problem lies with editing themes, or rather constructing one. I've gotten nearly all I wanted under control, looking the way it should. But there's one little piece of code that I can't identify, controlling the sign in/sign out text near the top right hand corner.



    What should I look for in the CSS or head.php file to move that around? All I really want to do is set its position somewhere appropriate. Any help or hints would be deeply appreciated. Thanks!
    •  
      CommentAuthorWanderer
    • CommentTimeAug 29th 2007
     # 2
    It's this in vanilla.css...

    /* Session.. */

    #Session {
    width:100%;
    position:absolute;
    top:25px;
    right:18px;
    text-align:right;
    font-size:11px;
    color:#5d709f;
    }
    #Session a {
    color:#5d709f;
    text-decoration:none;
    }
    #Session a:hover {
    color:#000;
    }

    Posted: Thursday, 30 August 2007 at 12:38PM

    •  
      CommentAuthorsjeeps
    • CommentTimeAug 29th 2007 edited
     # 3
    • CommentAuthorHidoshi
    • CommentTimeAug 29th 2007
     # 4
    Thanks kindly. ^^
Add your comments
    Username Password
  • Format comments as