Page 1 of 1

Big Red Button [O] - RX Clan ☰NOW RECRUITING☰

Posted: Fri Jul 12, 2013 12:22 am
by Acid.OMG
I am currently working on the RX. We will have a server on the 19th

☰☰☰ http://www.buttonga.me ☰☰☰

The server will have Rocket-X3E & Shock Arenea w/ Triple Jump mods. (2 seperate mods)

I will post the server info when it is setup

Image

Re: Big Red Button [O] - RX Clan ☰NOW RECRUITING☰

Posted: Fri Jul 12, 2013 5:47 pm
by EvilGrins
Dammit!
Image
Why did you put a big button on the screen i can't push!

Re: Big Red Button [O] - RX Clan ☰NOW RECRUITING☰

Posted: Fri Jul 12, 2013 7:47 pm
by UnrealGGecko
EvilGrins wrote:Dammit!
Image
Why did you put a big button on the screen i can't push!
To fool fellows like you and me :pfff:

Re: Big Red Button [O] - RX Clan ☰NOW RECRUITING☰

Posted: Sat Jul 13, 2013 1:09 am
by Wises
GEx wrote:
EvilGrins wrote:Dammit!
Image
Why did you put a big button on the screen i can't push!
To fool fellows like you and me :pfff:
and here I was thinking that it was a launch-pad for a rocket of some description... /damn/

@Acid.. I like the whole Button theme and your website is also looking nice and sleek..

I noticed that your widths were a bit out although in your forums.. and had a little play..

Code: Select all


/* few Styles for Red Button forums ...*/

#wrap {
    margin: 0 auto;
    min-width: 873px;
    padding: 0 20px;
    /*width: 873px;*/
	max-width: 873px;
	}
	
.headerbar {
   margin-bottom: 0px;
}
.postprofile {
    display: inline;
    float: right;
    margin: 5px 0 10px;
    min-height: 80px;
    padding-top: 10px;
    text-align: center;
    width: 23%;
	border-left-color: #000000;
    color: #DDDDDD;
}

.postprofile img {
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
margin-bottom:10px;
/* rounded Corners */
-moz-border-radius:20px;
border-radius:20px;
}

.bg1 {
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
margin-bottom:10px;

}

.bg2 {
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
margin-bottom:10px;

}

/* end of styles for redbutton website */
~If you copy and paste the above code to the bottom of your styles.css it may make a difference and fix the width's problem... also a few other things I had a play with .. :thuup: