Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 68
  1. #31
    Join Date
    Apr 2012
    Posts
    51
    Plugin Contributions
    0

    Default Re: Remove Registration Completely?

    okay just make it simple as Can i move both boxes a little bit down by positioning .. ? if yes .. how can i apply it in my stylesheet.css ?

    www.quickpharmas.com

    JUST NEED THIS !

  2. #32
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove Registration Completely?

    Try this for starters:
    Code:
    #loginDefault>fieldset {margin-top: 9em; padding: 0 2em; border-radius: 2em; border: none; background: #8899ff; height:21em;}
    #loginDefault>fieldset>legend {margin: 4em 0 0 0; background: transparent; font-size: 1.7em;}
    #loginDefault>fieldset>form>input {border-radius: 0.7em;}
    Adjust to taste.

    It looks like you are currently making edits, as I just saw the font size jump, so your effect may be different from what I was playing with.

  3. #33
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove Registration Completely?

    You can use relative positioning on the inputs and their labels to move them around, and a background image for the big sidebar with arrow. You would want some hover styling to make the inputs change background when you mouse over them. Apply some of the rules I posted, and I'll look at it again in the morning. I don't advise on issues by PM unless the info is sensitive; I will see any replies to this thread.

  4. #34
    Join Date
    Apr 2012
    Posts
    51
    Plugin Contributions
    0

    Default Re: Remove Registration Completely?

    Quote Originally Posted by gjh42 View Post
    You can use relative positioning on the inputs and their labels to move them around, and a background image for the big sidebar with arrow. You would want some hover styling to make the inputs change background when you mouse over them. Apply some of the rules I posted, and I'll look at it again in the morning. I don't advise on issues by PM unless the info is sensitive; I will see any replies to this thread.
    GREAT ... GOD BLESS YOU !

    the thing is that can i add image in my stylesheet /?

    The space above the boxes a banner and smthin lyk dat /.?

    You are Great !

  5. #35
    Join Date
    Apr 2012
    Posts
    51
    Plugin Contributions
    0

    Default Re: Remove Registration Completely?

    Its shwing correctly in IE and FF but not in GC ... also the last thing i want is to add a banner image on the top using CSS , only on the login page .. it should not showed up on home page just on login page ..

  6. #36
    Join Date
    Apr 2012
    Posts
    51
    Plugin Contributions
    0

    Default Re: Remove Registration Completely?

    Can i show only one Login BOX with a Sign up hyperlink in it instead of 2 Boxes ?

  7. #37
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove Registration Completely?

    Something I find amusing: on inspecting the "Web 2.0 Login" page, 100% of the "web 2.0" features are created by background images. There is really no use of modern CSS for this, just basic positioning and sizing.

    Here is a set of rules that will get you most of the way to the layout you initially asked for. You need an image for the sign up and login buttons, and a background image for the split box with big arrow if you want that. (The split box and arrow might be achievable with pure CSS, but that gets pretty complex.)
    Code:
    #loginDefault h1 {display: none;}
    #loginDefault>fieldset {margin-top: 1em; padding: 0 2em; border-radius: 2em; border: none; background: #8899ff; height:22em;}
    #loginDefault>fieldset>legend {margin: 4em 0 0 0; background: transparent; font-size: 1.7em;}
    #loginDefault>fieldset .information {margin-right: 6em;}
    #loginDefault>fieldset>form>input {border-radius: 0.7em;}
    #loginDefault #login-email-address {display: block; clear: left;}
    #loginDefault br+.inputLabel {position: relative; top: -3.5em; left: 15em;}
    #loginDefault #login-password {display: block; position: relative; top: -2em; left: -6em;}
    #loginDefault #login-password+input+br+.buttonRow {position: relative; top: -2em; left: 2em;}
    #loginDefault #login-password+input+br+.buttonRow+.buttonRow {margin-top: -1em;}

  8. #38
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove Registration Completely?

    Can i show only one Login BOX with a Sign up hyperlink in it instead of 2 Boxes ?
    That is an admin setting: Configuration > Layout Settings > Use split-login page > true.

    A CSS banner for the login page could be done with a background image:

    #loginDefault {background: url(../images/your_login_banner.gif);}

  9. #39
    Join Date
    Apr 2012
    Posts
    51
    Plugin Contributions
    0

    Default Re: Remove Registration Completely?

    Quote Originally Posted by gjh42 View Post
    That is an admin setting: Configuration > Layout Settings > Use split-login page > true.

    A CSS banner for the login page could be done with a background image:

    #loginDefault {background: url(../images/your_login_banner.gif);}

    I have made changes .. but i cannot find class to change fonts and size in my css stylesheet . And last but not least its showing f9 in IE and MOZ .. but not in GC .. (Google Chrome)

  10. #40
    Join Date
    Apr 2012
    Posts
    51
    Plugin Contributions
    0

    Default Re: Remove Registration Completely?

    Sorry missed a point typing it here .. can i get the background on full screen basis ? any css code ?

 

 
Page 4 of 7 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Remove Stock Information Completely
    By ojhernandez in forum General Questions
    Replies: 2
    Last Post: 6 Sep 2010, 05:11 PM
  2. Remove E-mail Logo Completely
    By jaredt112 in forum General Questions
    Replies: 1
    Last Post: 12 Mar 2010, 09:33 PM
  3. completely remove logo
    By rembot in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 24 Nov 2008, 10:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR