• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Register Button!

Custom Title Activated
Loyal Member
Joined
Jun 27, 2009
Messages
1,571
Reaction score
170
Hey Y'all!

For some reason or another my register button doesn't look like normal RevCMS Habbo Edit! :

My current button:



The button I'm looking for:



My source for the register button:

PHP:
<label>
<div class="submit-button-wrapper">
<input class="button large not-so-large join-now-button" id="join-now-button" type="submit" name="register" onClick="checkForm(); return false;" value="Register" />
</label>
 
Newbie Spellweaver
Joined
Nov 2, 2016
Messages
11
Reaction score
4
I do not get to get the edges but well, at least you can continue with the double color =>
Code:
.button-lg {    
background: linear-gradient(to bottom,#f0bb02 0%,#f0bb02 50%,#c88702 51%,#c88702 100%);
padding: 3% 15%;    
border-radius: 10px;    
color: #fff;    
font-size: 26pt;    
font-weight: bold;    
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.35);    
display: block;
}

#button-lg {    
outline: 12px solid #c88702;    
outline-offset: -15px;    
border: 3px solid #5e4417;
}
 
Upvote 0