Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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:

Glee - Register Button! - RaGEZONE Forums


The button I'm looking for:

Glee - Register Button! - RaGEZONE Forums


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
Back
Top