Topic: Simplified Registration & Login [CSS]
I've just noticed that each page has a unique ID added to the parent div. I never noticed this in 1.2 before Decided to have a play with the Registration page and thought I would post up my results for others to try out if ya want.
Original Registration Layout:
Simplified Registration Layout: (in my opinion of course)
The CSS (written for Oxygen style) is below, just add it to the very end of your style/style_name/style_name.css file
/* Registration Page
--------------------------------------------------------------*/
#brd-register #brd-head,
#brd-register #brd-navlinks,
#brd-register #brd-visit,
#brd-register #brd-main .main-head,
#brd-register #brd-main #brd-crumbs-top,
#brd-register #brd-main .main-frm #afocus .frm-group .set5,
#brd-register #brd-main .main-frm #afocus .frm-group .set6,
#brd-register #brd-main #brd-crumbs-end,
#brd-register #brd-about,
#querytime {display:none;}
#brd-register #brd-main .main-frm {
margin:100px auto 0px auto;
width:600px;
}
#brd-register #brd-main .ct-box {
padding-bottom:10px;
border-width:0;
color: #000;
background:#fff;
}
.brd #brd-register .frm-buttons {
border-width:0;
}
Change "color: #000;" and "background: #fff;" to suit your style. I changed the background value to include an image
I may be the only one who likes it, I just prefer to remove anything that may prevent the user from registering
Edit: The above code has been edited for use on the Oxygen style, though it can be easily edited.
Simplified Oxygen Registration:
^ Thats the whole registration page. No headers, nav links necessary
Preview: Login Demo and Registration Demo