This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php /* | |
| // | |
| // | |
| // Roll a d* Script | |
| // | |
| // Version: 1.0 | |
| // | |
| // Author: resba [https://www.github.com/resba] | |
| // | |
| // Description: Just like rolling a dice! Roll a die virtually and get a return number! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| cburl="http://ci.bukkit.org/job/dev-CraftBukkit/Recommended/artifact/target/craftbukkit-0.0.1-SNAPSHOT.jar" | |
| cbver="818" | |
| # Script by resba | |
| # | |
| # Complete Install: | |
| # Complete Install installs the Craftbukkit Server along with any and all peripherals such as java and screen needed to run the Server on Linux CentOS Machines. Comes with step-by-step server.properties installer. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* you align the body text to center. since the body is the root element (and position on a sheet matters) AND since your not putting any text in the body, but in the content, you can just text-align: left; the content for it to work. */ | |
| body { | |
| text-align: center; | |
| margin: 0 auto; | |
| padding: 0 0 0 0; | |
| } | |
| .content { | |
| min-width: 1100px; | |
| min-height: 500px; | |
| background: url(../img/content-bk.png); |
NewerOlder