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.
    •  
      CommentAuthorHamed
    • CommentTimeApr 10th 2008
     # 1
    what do i edit in the vanilla.css to make the entire forum length shortened?
    •  
      CommentAuthorWanderer
    • CommentTimeApr 11th 2008
     # 2
    Discussion topic says "width" your question refers to shortened "length"?
    •  
      CommentAuthorHamed
    • CommentTimeApr 11th 2008
     # 3
    i guess that is what it would be

    i want to make it less wide


    i want to squeeze it and compress it

    am i not using the right words?
    •  
      CommentAuthorWanderer
    • CommentTimeApr 12th 2008
     # 4
    Well mate...
    Width = left to right
    Height = top to bottom

    At least that's how we do it down-under.
    • CommentAuthorfysicsluvr
    • CommentTimeApr 12th 2008
     # 5
    that's how we do it up-above too.
    •  
      CommentAuthorHamed
    • CommentTimeApr 12th 2008
     # 6
    @wanderer
    i wanted to know left to right - width

    can we not modify that?
    • CommentAuthorfysicsluvr
    • CommentTimeApr 12th 2008
     # 7
    there are a few themes that accomplish this.
    • CommentAuthormiquel
    • CommentTimeApr 12th 2008
     # 8
    try with css:
    - add "width: 80%;" inside the body definition
    - change "position: absolute" to "position: relative" in the Session definition

    and it looks like a bit different ;)
    •  
      CommentAuthorHamed
    • CommentTimeApr 12th 2008
     # 9
    oh ok
    thank you miquel
    i will try that
    •  
      CommentAuthorHamed
    • CommentTimeApr 26th 2008 edited
     # 10
    it kinda worked
    but not really
    it moved everything to the right
    how would i center it

    also
    i would like the bg image to still be there,
    right now it just makes it white

    any ideas?





    body {
    margin:0px;
    padding:0px;
    background:#fff url('bg.gif') center repeat-y;
    overflow-x: hidden;

    }
    body, div, table, td {
    font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
    font-size:12px;
    color:#333;
    }

    #Body {
    margin: 0 auto;
    width: 745px;
    padding:0px;
    }



    that is what i put and now it actually works centered, wonderful, except the background is still white with no image



    ==========
    edit
    ==========

    ok i got it to work

    i had another css file from a nuggets application,
    it was interfering with the code
    so now it works

    i am messing around with vanilla css
    it is really cool
    i dunno
    i might make a style

    that way i can contribute somethings to this site
    • CommentAuthormiquel
    • CommentTimeApr 27th 2008
     # 11
    Hamed well done, hehe, that's great!
    •  
      CommentAuthorHamed
    • CommentTimeApr 27th 2008
     # 12
    thank you
    yeah
    i think i am gonna make a style

    maybe something blue or green
    •  
      CommentAuthorHamed
    • CommentTimeApr 27th 2008
     # 13
    ok i get everything to work pretty good except in the settings page>extensions

    you know how there are little boxes, and if you want them enabled you check them
    their width is messed up
    what do i edit in the vanilla.css to edit that?
    thank you
    • CommentAuthormiquel
    • CommentTimeApr 27th 2008
     # 14
    i think is this:

    .Account {
    margin:0px !important;
    width:450px;
    }

    in vanilla.css (line 1019 in the default style)

    but if you have Nuggets enabled, then is overwritten by its own css --> nugget.css (line 1)
    •  
      CommentAuthorHamed
    • CommentTimeApr 27th 2008
     # 15
    oh really?
    that might be it
Add your comments
    Username Password
  • Format comments as