wwevo / guildhome

Day to day guild management tool and community hub for Guild Wars 2
0 stars 2 forks source link

CSS design style #14

Open AniOnGit opened 8 years ago

AniOnGit commented 8 years ago

Work out a more pretty design per CSS like:

wwevo commented 7 years ago

Tuc wrote a few lines of css to beautify the forms a bit. I'll post them here. There were a lot of problems so I could not implement them as they are. It would be great if Tuc could make a pull request so we can discuss the actual code on this platform :)

`.footer-container{ position:absolute; bottom:0; width:100%; background: #EDA73E; }

register_username, #register_email, #register_voucher, #register_password_new, #register_password_repeat{

height: 30px;
width: 250px;
border-style: solid; 
border-color: #FFA260;
float: right;
clear: both;
padding-left: 5px;
padding-top: 1px;
margin-top: -5px;

}

register_username_label, #register_email_label, #register_voucher_label, #register_password_new_label, #register_password_repeat_label{

height: 40px;
margin-bottom: 5px;
margin-top: 0px;
font-size: 1.3em;
border-bottom: 1px dashed;
border-color: #A39B96;
padding-top: 5px;

}

register_submit{

background-color: #FFD28F;
border-color: #FFA260;
border-style: solid;
text-align: center;
width: 200px;
height: 40px;
float: right;
font: 26px Helvetica, Helvetica Neue, Arial;
margin-top: 10px;

}`

I have created a new test-theme called evolution. I will also implement a test-site where ALL the forms of the website will be visible, to counteract the fact that the register form is only visible when logged out but themes are only applied when logged in).

wwevo commented 7 years ago

https://eol.notjustfor.me/dev/forms

don't forget to activate the theme in your settings by typing 'evolution' in the theme field :)