Compare commits

..

1 Commits

Author SHA1 Message Date
f597e4046e Update meta stuff 2024-06-29 08:54:06 -05:00
176 changed files with 2736 additions and 1485 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
.env
.DS_Store
app/database.db

View File

@ -2,14 +2,14 @@
<div class="box">
<div style="padding-top: 8px;">
<section class="splash">
<img src="/assets/images/Logos/LogoV7B.png" style="width: 90%; display: block; margin: 0px auto; margin-bottom: -12px;" />
<img src="Resources/Images/Logos/LogoV7B.png" style="width: 90%; display: block; margin: 0px auto; margin-bottom: -12px;" />
<a href="index.php?page=privacy">Privacy</a> | <a href="index.php?page=tandc">The T&amp;C</a> <br />
<p style="width: 200px; margin: 0px auto;">
Copyright &copy; 2014, Mad Splash. <br />
All trademarked stuff is the property of it's respective owner(s).
</p>
</section>
<section>
<h2>OTHER STUFFS</h2>
<ul>
@ -17,7 +17,7 @@
<li><a href="#">Jobs here</a></li>
</ul>
</section>
<section>
<h2>PROJECTS</h2>
<ul>
@ -29,4 +29,4 @@
</div>
</footer>
</body>
</html>
</html>

54
Pieces/header.htm Executable file
View File

@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Stuff, Community, Fun | Mad Splash!</title>
<link rel="stylesheet" href="Resources/CSS/MadSplash_v3.css" type="text/css" />
<link rel="stylesheet" href="../Resources/CSS/CustomFonts.css" type="text/css" />
<script src="Resources/Scripts/JavaScript/latestTweet.js"></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<script src="js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="Resources/CSS/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<?php
include('Resources/Scripts/PHP/Library.php');
require_once('Resources/Scripts/PHP/SuperNav.php');
$display = new DisplayModule();
?>
<header>
<img class="Logo" src="Resources/Images/Logos/LogoV7.png" alt="Mad Splash" title="Mad Splash!" />
<nav>
<ul>
<li><a class="navLink" href="index.php">Home</a></li>
<li><a class="navLink" href="blog/blog.php">Blog</a></li>
<li><a class="navLink" href="http://forums.madsplash.net/">Forums</a></li>
<li class="dropdown">
<a class="dropLink" href="projects.php">Projects</a>
<div class="drop">
<section>
<a style="font: bold 18px Arial, Geneva, sans-serif;" href="projects.php?a=main&type=game">Games</a>
<a style="font: bold 18px Arial, Geneva, sans-serif;" href="projects.php?a=main&type=book">Books</a>
<a style="font: bold 18px Arial, Geneva, sans-serif;" href="projects.php?a=main&type=show">Shows</a>
</section>
<div class="clear"> </div>
</div>
</li>
</ul>
</nav>
</header>

View File

@ -1,21 +1,32 @@
<section id="body">
<div style="width: 100%; margin-bottom: 4px; height: 1px;">&nbsp;</div>
<section id="leftColumn">
<h1>Latest Updates</h1>
<div>
<?php
//$display->frontPageArticles();
$display->frontPageArticles();
?>
</div>
<a class="more" href="blog/blog.php" style="margin: 8px 0px 0px 8px;">Read more news &raquo;</a>
</section>
<section id="rightColumn">
<h1>Latest socials</h1>
<div id="tweets">
<a class="Twitter" style="background-color: #666; margin-right: 4px; float: left;">&nbsp;</a>
<div id="tweet" style="float: right;">
</div>
<div class="clear"> </div>
</div>
</section>
<div class="clear"> </div>
</section>
</section>

17
Pieces/index.php Executable file
View File

@ -0,0 +1,17 @@
<?php
if(!defined('SAFE')) {
$page = <<<CANTTOUCH
<html>
<head>
</head>
<body style="padding:0px; margin:0px; background-color: #425b5c;">
<center><img src="../../Images/General/PerryCantTouch2.png" /></center>
</body>
</html>
CANTTOUCH;
die($page);
}
?>

View File

@ -8,42 +8,44 @@
<section id="body">
<div style="width: 100%; margin-bottom: 4px; height: 1px;">&nbsp;</div>
<div style="padding: 4px 8px 36px 8px;">
<p style="padding-left: 8px;">
Your privacy is very important to us. Accordingly, we have developed this Policy in order for you to understand how we collect, use, communicate and disclose and make use of personal information. The following outlines our privacy policy.
</p>
<br />
<ul style="padding-left: 16px; margin-left: 16px;">
<ul style="padding-left: 16px; margin-lefts: 16px;">
<li>
Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.
</li>
<li>
We will collect and use of personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law.
We will collect and use of personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law.
</li>
<li>
We will only retain personal information as long as necessary for the fulfillment of those purposes.
We will only retain personal information as long as necessary for the fulfillment of those purposes.
</li>
<li>
We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.
We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.
</li>
<li>
Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary for those purposes, should be accurate, complete, and up-to-date.
Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary for those purposes, should be accurate, complete, and up-to-date.
</li>
<li>
We will protect personal information by reasonable security safeguards against loss or theft, as well as unauthorized access, disclosure, copying, use or modification.
</li>
<li>
We will make readily available to customers information about our policies and practices relating to the management of personal information.
We will make readily available to customers information about our policies and practices relating to the management of personal information.
</li>
</ul>
<br />
<p style="padding-left: 8px;">
We are committed to conducting our business in accordance with these principles in order to ensure that the confidentiality of personal information is protected and maintained.
We are committed to conducting our business in accordance with these principles in order to ensure that the confidentiality of personal information is protected and maintained.
</p>
</div>
</section>
<div class="clear"> </div>
</section>

6
Pieces/slider.htm Executable file
View File

@ -0,0 +1,6 @@
<section id="slider">
<div class="slide" style="background: url('Resources/Images/Covers/Slides/NewLogoSlide.jpg') no-repeat top center;">
<!--<a class="slideLink" href="http://the-rpg-makers.wikia.com/" target="_blank"
style="background: url('Resources/Images/Covers/SlideLinks/CIOButton.png') no-repeat top center;"></a>-->
</div>
</section>

View File

@ -8,34 +8,34 @@
<section id="body">
<div style="width: 100%; margin-bottom: 4px; height: 1px;">&nbsp;</div>
<div style="padding: 4px 8px 36px 8px;">
<h3>
1. Terms
</h3>
<p style="padding-left: 8px;">
By accessing this web site, you are agreeing to be bound by these
web site Terms and Conditions of Use, all applicable laws and regulations,
and agree that you are responsible for compliance with any applicable local
laws. If you do not agree with any of these terms, you are prohibited from
using or accessing this site. The materials contained in this web site are
By accessing this web site, you are agreeing to be bound by these
web site Terms and Conditions of Use, all applicable laws and regulations,
and agree that you are responsible for compliance with any applicable local
laws. If you do not agree with any of these terms, you are prohibited from
using or accessing this site. The materials contained in this web site are
protected by applicable copyright and trade mark law.
</p>
<br />
<h3>
2. Use License
</h3>
<ol type="a" style="padding-left: 16px; margin-left: 16px;">
<li>
Permission is granted to download copies of the materials
(information or software) on Mad Splash's web site for personal,
non-commercial viewing and usage only. This is the grant of a license,
Permission is granted to download copies of the materials
(information or software) on Mad Splash's web site for personal,
non-commercial viewing and usage only. This is the grant of a license,
not a transfer of title, and under this license you may not:
<ol type="i" style="padding-left: 16px; margin-left: 16px;">
<li>use the materials for any commercial purpose without express permission from the CEO/President of Mad Splash;</li>
<li>attempt to decompile or reverse engineer any software contained on Mad Splash's web site;</li>
@ -47,67 +47,67 @@
This license shall automatically terminate if you violate any of these restrictions and may be terminated by Mad Splash at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format.
</li>
</ol>
<br />
<h3>
3. Disclaimer
</h3>
<p style="padding-left: 8px;">
The materials on Mad Splash's web site are provided "as is". Mad Splash makes no implied warranties, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. Further, Mad Splash does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating to such materials or on any sites linked to this site.
</p>
<br />
<h3>
4. Limitations
</h3>
<p style="padding-left: 8px;">
In no event shall Mad Splash or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on Mad Splash's Internet site, even if Mad Splash or a Mad Splash authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.
</p>
<br />
<h3>
5. Revisions and Errata
</h3>
<p style="padding-left: 8px;">
The materials appearing on Mad Splash's web site could include technical, typographical, or photographic errors. Mad Splash does not warrant that any of the materials on its web site are accurate, complete, or current. Mad Splash may make changes to the materials contained on its web site at any time without notice. Mad Splash does not, however, make any commitment to update the materials.
</p>
<br />
<h3>
6. Links
</h3>
<p style="padding-left: 8px;">
Mad Splash has not reviewed all of the sites linked to its Internet web site and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by Mad Splash of the site. Use of any such linked web site is at the user's own risk.
</p>
<br />
<h3>
7. Site Terms of Use Modifications
</h3>
<p style="padding-left: 8px;">
Mad Splash may revise these terms of use for its web site at any time without notice. By using this web site you are agreeing to be bound by the then current version of these Terms and Conditions of Use.
</p>
<br />
<h3>
8. Governing Law
</h3>
<p style="padding-left: 8px;">
Any claim relating to Mad Splash's web site shall be governed by the laws of the State of Kansas without regard to its conflict of law provisions.
</p>
</div>
<div class="clear"> </div>
</section>
</section>

56
Resources/CSS/CustomFonts.css Executable file
View File

@ -0,0 +1,56 @@
@font-face {
font-family: 'Bebas';
src: url('../Fonts/BebasNeue-webfont.eot');
src: url('../Fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('../Fonts/BebasNeue-webfont.woff') format('woff'),
url('../Fonts/BebasNeue-webfont.ttf') format('truetype'),
url('../Fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Minecraft";
src: url("../Fonts/Minecraft_font.eot?") format("eot"),
url("../Fonts/Minecraft_font.woff") format("woff"),
url("../Fonts/Minecraft_font.ttf") format("truetype"),
url("../Fonts/Minecraft_font.svg#Minecraft") format("svg");
font-weight:normal;
font-style:normal;
}
@font-face {
font-family: 'Candara';
src: url('../Fonts/candara-webfont.eot');
src: url('../Fonts/candara-webfont.eot?#iefix') format('embedded-opentype'),
url('../Fonts/candara-webfont.woff') format('woff'),
url('../Fonts/candara-webfont.ttf') format('truetype'),
url('../Fonts/candara-webfont.svg#CandaraRegular') format('svg');
}
@font-face {
font-family: 'CandaraB';
src: url('../Fonts/candarab-webfont.eot');
src: url('../Fonts/candarab-webfont.eot?#iefix') format('embedded-opentype'),
url('../Fonts/candarab-webfont.woff') format('woff'),
url('../Fonts/candarab-webfont.ttf') format('truetype'),
url('../Fonts/candarab-webfont.svg#CandaraBold') format('svg');
}
@font-face {
font-family: 'Handwriting';
src: url('../Fonts/SF_Arch_Rival-webfont.eot');
src: url('../Fonts/SF_Arch_Rival-webfont.eot?#iefix') format('embedded-opentype'),
url('../Fonts/SF_Arch_Rival-webfont.woff') format('woff'),
url('../Fonts/SF_Arch_Rival-webfont.ttf') format('truetype'),
url('../Fonts/SF_Arch_Rival-webfont.svg#sf_arch_rivalregular') format('svg');
}
@font-face {
font-family: 'ZeroNero';
src: url('../Fonts/zeronero-webfont.eot');
src: url('../Fonts/zeronero-webfont.eot?#iefix') format('embedded-opentype'),
url('../Fonts/zeronero-webfont.woff') format('woff'),
url('../Fonts/zeronero-webfont.ttf') format('truetype'),
url('../Fonts/zeronero-webfont.svg#zeroneroblack') format('svg');
}

View File

@ -2,7 +2,7 @@
* { margin: 0; padding: 0; border: none; }
*:focus { outline: none !important; }
html { background: #cacbca url(/assets/images/Backgrounds/NewOceanWave.jpg) fixed;
html { background: #cacbca url('../Images/Backgrounds/NewOceanWave.jpg') fixed;
-webkit-background-size: cover; -o-background-size: cover; background-size: cover; }
body { font: 14px Arial, Helvetica, Geneva, sans-serif; margin: 0px 0px 0px 0px; color: #444; line-height: 18px; }
@ -24,9 +24,9 @@ header {
margin: 0px auto;
position: relative;
border-top: 4px solid #4aa1ef;
background: #fffffe url('../Images/Backgrounds/Wave3.png') no-repeat right top;
box-shadow: 0px 2px 5px rgba(100, 100, 100, 0.5);
}
@ -38,6 +38,7 @@ img.Logo {
height: 130px;
position: relative;
margin-right: 24px;
display: inline-block;
transform: rotate(-2deg);
-ms-transform: rotate(-2deg); /* IE 9 */
-webkit-transform: rotate(-2deg); /* Safari and Chrome */
@ -52,21 +53,22 @@ nav {
top: 61px;
float: right;
position: relative;
display: inline-block;
}
nav ul { list-style: none; }
nav ul li {
nav ul li {
color: #666;
line-height: 45px;
display: inline-block;
height: 40px;
display: inline-block;
height: 40px;
margin-right: 12px;
padding: 0px 8px;
position: relative;
position: relative;
font: 32px "Bebas", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
nav ul li:hover { color: #5aaffa; }
nav ul li.dropdown div.drop { visibility: hidden; opacity: 0; position: absolute; left: 0; max-width: 210px;
nav ul li.dropdown div.drop { visibility: hidden; opacity: 0; position: absolute; left: 0; max-width: 210px;
padding: 10px 10px; }
nav ul li.dropdown:hover { background-color: #666; }
nav ul li.dropdown:hover div.drop {
@ -76,18 +78,18 @@ nav ul li.dropdown:hover div.drop {
background-color: #666;
}
div.drop section { min-height: 100px; max-width: 210px; min-width: 120px; float: left; }
div.drop section { min-height: 100px; max-width: 210px; min-width: 120px; display: inline-block; float: left; }
div.drop h2 { font: bold 26px "Bebas", Arial, Geneva, sans-serif; color: white; margin-bottom: -2px; }
nav ul li a.navLink, nav ul li a.dropLink { color: inherit !important; }
nav ul li a.navLink:hover { text-decoration: none; }
nav ul li.dropdown:hover a.dropLink { color: white !important; }
nav ul li.dropdown a.dropLink:after {
content: ' v';
position: relative;
bottom: 7px;
left: 1px;
font: bold 16px sans-serif;
nav ul li.dropdown a.dropLink:after {
content: ' v';
position: relative;
bottom: 7px;
left: 1px;
font: bold 16px sans-serif;
color: #41adf6;
}
@ -150,8 +152,8 @@ section#body {
section#leftColumn { width: 600px; float: left; padding: 2px 8px 8px 8px; }
section#rightColumn { width: 332px; float: right; border-left: 2px solid #dfdfdf; padding-left: 8px; padding-bottom: 8px; }
section#rightColumn2 {
width: 332px;
section#rightColumn2 {
width: 332px;
float: right;
margin-bottom: 16px;
padding: 8px 0px 0px 4px;
@ -163,7 +165,7 @@ section#singleColumn { width: 99%; margin: 0px auto !important; padding-bottom:
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
h1 {
h1 {
color: #555;
margin-bottom: 8px;
text-shadow: 0px 1px 2px rgba(86, 86, 86, 0.1);
@ -175,7 +177,7 @@ section#rightColumn2 h1:after { content: none; }
span.error { display: block; color: #FF5353; margin-top: -4px; padding-bottom: 4px; }
h1.H1-2 { font: bold 36px Arial, Geneva, sans-serif; margin-bottom: 16px;
h1.H1-2 { font: bold 36px Arial, Geneva, sans-serif; margin-bottom: 16px;
text-shadow: 0px 1px 2px rgba(86, 86, 86, 0.1); }
h1.H1-2:after { content: none; }
@ -184,12 +186,12 @@ h2 { font: 42px "Bebas", Arial, Geneva, sans-serif; }
section#rightColumn2 section { margin-bottom: 6px; }
section#cover { width: 960px; margin: 0px auto; height: 250px; position: relative; z-index: -100; background-color: #666; }
section#cover div.cover {
width: 100%;
height: 250px;
section#cover div.cover {
width: 100%;
height: 250px;
display: block;
background-size: 100%;
background-repeat: no-repeat;
background-repeat: no-repeat;
}
/* ------------------------------------------------------------------------------------------------------- */
@ -209,16 +211,16 @@ section#HBIG h1 {
left: 0;
top: 54px;
color: #2382dc;
text-shadow: 1px 1px 0px #165086, 2px 2px 0px #165086;
text-shadow: 1px 1px 0px #165086, 2px 2px 0px #165086;
}
section#HBIG h1:after {
content: 'v';
position: relative;
bottom: 1px;
left: 1px;
left: 1px;
font: bold 36px Impact, sans-serif; color: #dc2323;
text-shadow: 1px 1px 0px #7b1414, 2px 2px 0px #7b1414;
}
section#HBIG h1.noA:after {
@ -227,11 +229,11 @@ section#HBIG h1.noA:after {
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
ul.BBCodeButtons { list-style: none; }
ul.BBCodeButtons li { display: inline; }
span.BBCButton {
span.BBCButton {
color: #888;
font-size: 14px;
margin: 0px -2px;
@ -277,7 +279,7 @@ a.latestArticle div.headline {
a.latestArticle img { height: 100%; position: relative; right: 72px; z-index: 75; }
a.latestArticle:hover div.headline { color: #4aa1ef; }
a.latestArticle:hover { cursor: pointer; }
a.latestArticle div.cBox { min-width: 24px; height: 24px; background-color: #4aa1ef; color: #fefefe;
a.latestArticle div.cBox { min-width: 24px; height: 24px; background-color: #4aa1ef; color: #fefefe;
position: absolute; top: 0; right: 0; border: 4px solid #fffffe; z-index: 100;
font: bold 18px "ZeroNero", Arial, Geneva, sans-serif; }
a.latestArticle div.cBox span { min-width: 24px; padding: 0px 4px 0px 4px; position: relative; top: 4px; }
@ -307,7 +309,7 @@ a.article div.headline {
a.article img { height: 69%; position: relative; right: 6px; z-index: 75; }
a.article:hover div.headline { color: #4aa1ef; }
a.article:hover { cursor: pointer; }
a.article div.cBox { min-width: 24px; height: 24px; background-color: #4aa1ef; color: #fefefe;
a.article div.cBox { min-width: 24px; height: 24px; background-color: #4aa1ef; color: #fefefe;
position: absolute; bottom: 40px; right: 0; border: 4px solid #fffffe; z-index: 100;
font: bold 18px "ZeroNero", Arial, Geneva, sans-serif; }
a.article div.cBox span { min-width: 24px; padding: 0px 4px 0px 4px; position: relative; top: 4px; }
@ -319,7 +321,7 @@ div#articleComment { background-color: #efefef; width: 100%; min-height: 80px; m
div#articleComment div.left { width: 20%; }
div#articleComment div.left img { max-width: 60%; margin: 8px auto 4px auto; display: block; }
div#articleComment div.left a { font: 12px "ZeroNero", Arial, Geneva, sans-serif; text-align: center; display: block;
div#articleComment div.left a { font: 12px "ZeroNero", Arial, Geneva, sans-serif; text-align: center; display: block;
width: 100%; }
div#articleComment div.right { width: 78%; }
@ -354,7 +356,7 @@ a.more:hover { color: #333; }
div#tweet {
width: 294px;
overflow: auto;
white-space: pre-wrap;
word-wrap: break-word;
}
@ -367,16 +369,16 @@ ul.articleList { list-style: none; }
ul.articleList li { border-bottom: 2px solid #dfdfdf; padding-bottom: 8px; margin-bottom: 16px; }
ul.articleList li:last-child { border: none; }
ul.articleList li img.cover { display: block; width: 96%; margin: 6px auto; max-height: 210px; }
ul.articleList li p { width: 98%; margin: 0px auto; display: block; word-break: break-word; position: relative;
ul.articleList li p { width: 98%; margin: 0px auto; display: block; word-break: break-word; position: relative;
left: 3px; }
ul.articleList li section.head { font-family: "Bebas", Arial, Geneva, sans-serif; font-weight: bold; }
ul.articleList li section.head h2 { font-size: 32px; float: left; color: #008be8; }
ul.articleList li section.head div.comments {
float: right;
ul.articleList li section.head div.comments {
float: right;
color: white;
top: 6px;
right: 12px;
font-size: 18px;
font-size: 18px;
padding: 2px 4px;
position: relative;
background-color: #008be8;
@ -404,16 +406,16 @@ section#rightColumn2 section {
section#rightColumn2 section:last-of-type {
border-bottom: none;
}
div.featured div.miniCover { width: 99%; margin: 0px auto 8px auto; height: 100px; overflow: hidden; }
div.featured img.miniCover { width: 100%; position: relative; }
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
div#categoryNav { background-color: #555; height: 32px; position: relative; bottom: 5px;
div#categoryNav { background-color: #555; height: 32px; position: relative; bottom: 5px;
box-shadow: 0px 3px 3px rgba(65, 65, 65, 0.3); }
div#categoryNav a { height: 32px; width: 100px; color: #fff; display: inline-block; text-align: center; font-weight: bold;
div#categoryNav a { height: 32px; width: 100px; color: #fff; display: inline-block; text-align: center; font-weight: bold;
font-size: 18px; line-height: 32px; }
div#categoryNav a:hover { color: #fff; background-color: #999; }
div#categoryNav a:last-child { border-right: none; }
@ -471,7 +473,7 @@ footer a { color: #333 !important; }
footer a:hover { color: #fffffe !important; }
footer h2 { color: #fffffe; font: bold 28px 'Bebas', Arial, Geneva, sans-serif; }
footer div section ul { list-style: none; }
footer div section.splash { width: 240px; float: left; text-align: center; color: #fffffe; font-size: 12px;
footer div section.splash { width: 240px; float: left; text-align: center; color: #fffffe; font-size: 12px;
margin-right: 8px; margin-top: 4px; }
footer div section.splash a { border: none; color: #fffffe; padding-left: 0; font-size: 14px; font-weight: bold; }
footer div section.splash a:hover { border: none; color: orange; }
@ -480,11 +482,11 @@ footer div section.splash a:hover { border: none; color: orange; }
/* ------------------------------------------------------------------------------------------------------- */
section#SuperNav {
width: 960px;
width: 960px;
color: #bbb;
height: 34px;
z-index: 4000;
font-size: 12px;
font-size: 12px;
background: #666;
margin: 0px auto;
line-height: 32px;
@ -499,7 +501,7 @@ div.CrossNav {
height: 28px;
float: right;
z-index: 1000;
font-size: 11px;
font-size: 11px;
line-height: 11px;
padding: 0px 12px;
padding-left: 12px;
@ -546,7 +548,7 @@ div.CrossNav:hover ul {
div.CrossNav ul li.RPG { padding-bottom: 8px; cursor: pointer; }
div.CrossNav ul li.RPG:hover { color: white; }
div.CrossNav ul li.RPG a.RPGLink { color: #ff7e00; font-weight: bold; text-shadow: 0 1px 1px rgba(60, 60, 60, 0.3);
div.CrossNav ul li.RPG a.RPGLink { color: #ff7e00; font-weight: bold; text-shadow: 0 1px 1px rgba(60, 60, 60, 0.3);
font-size: 14px; line-height: 16px; margin-bottom: 4px; }
div.CrossNav ul li.RPG:hover a.RPGLink { color: inherit; }
@ -566,5 +568,5 @@ a.YouTube:hover { width: 32px; height: 32px;
.right { float: right; }
.clear { clear: both; }
input.tictac { background-color: #292b2f; font-weight: bold; margin: 0px !important; color: #f1f2f1;
padding: 0px !important; border-bottom: 4px solid #fffffe; }
input.tictac { background-color: #292b2f; font-weight: bold; margin: 0px !important; color: #f1f2f1;
padding: 0px !important; border-bottom: 4px solid #fffffe; }

0
Resources/CSS/ie6.css Executable file
View File

17
Resources/CSS/index.php Executable file
View File

@ -0,0 +1,17 @@
<?php
if(!defined('SAFE')) {
$page = <<<CANTTOUCH
<html>
<head>
</head>
<body style="padding:0px; margin:0px; background-color: #425b5c;">
<center><img src="../Images/General/CantTouchThis.png" /></center>
</body>
</html>
CANTTOUCH;
die($page);
}
?>

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

17
Resources/Fonts/index.php Executable file
View File

@ -0,0 +1,17 @@
<?php
if(!defined('SAFE')) {
$page = <<<CANTTOUCH
<html>
<head>
</head>
<body style="padding:0px; margin:0px; background-color: #425b5c;">
<center><img src="../../Images/General/PerryCantTouch2.png" /></center>
</body>
</html>
CANTTOUCH;
die($page);
}
?>

View File

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 143 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

View File

Before

Width:  |  Height:  |  Size: 333 B

After

Width:  |  Height:  |  Size: 333 B

View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

Before

Width:  |  Height:  |  Size: 179 KiB

After

Width:  |  Height:  |  Size: 179 KiB

View File

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 149 KiB

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB

View File

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 168 KiB

View File

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 203 KiB

View File

Before

Width:  |  Height:  |  Size: 194 KiB

After

Width:  |  Height:  |  Size: 194 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB

View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 148 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

Before

Width:  |  Height:  |  Size: 983 B

After

Width:  |  Height:  |  Size: 983 B

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

Before

Width:  |  Height:  |  Size: 207 B

After

Width:  |  Height:  |  Size: 207 B

View File

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

View File

Before

Width:  |  Height:  |  Size: 638 B

After

Width:  |  Height:  |  Size: 638 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 192 B

After

Width:  |  Height:  |  Size: 192 B

View File

Before

Width:  |  Height:  |  Size: 425 B

After

Width:  |  Height:  |  Size: 425 B

View File

Before

Width:  |  Height:  |  Size: 553 B

After

Width:  |  Height:  |  Size: 553 B

View File

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 194 B

View File

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 197 B

View File

Before

Width:  |  Height:  |  Size: 158 B

After

Width:  |  Height:  |  Size: 158 B

View File

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 356 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 153 B

After

Width:  |  Height:  |  Size: 153 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 192 B

After

Width:  |  Height:  |  Size: 192 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 816 B

After

Width:  |  Height:  |  Size: 816 B

View File

Before

Width:  |  Height:  |  Size: 903 B

After

Width:  |  Height:  |  Size: 903 B

View File

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 391 B

View File

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 627 B

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 821 B

After

Width:  |  Height:  |  Size: 821 B

View File

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 286 B

View File

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 279 B

View File

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 290 B

View File

Before

Width:  |  Height:  |  Size: 277 B

After

Width:  |  Height:  |  Size: 277 B

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 519 B

After

Width:  |  Height:  |  Size: 519 B

View File

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 520 B

View File

Before

Width:  |  Height:  |  Size: 704 B

After

Width:  |  Height:  |  Size: 704 B

View File

Before

Width:  |  Height:  |  Size: 791 B

After

Width:  |  Height:  |  Size: 791 B

View File

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 188 KiB

View File

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB

View File

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

View File

Before

Width:  |  Height:  |  Size: 728 KiB

After

Width:  |  Height:  |  Size: 728 KiB

View File

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

View File

Before

Width:  |  Height:  |  Size: 728 KiB

After

Width:  |  Height:  |  Size: 728 KiB

Some files were not shown because too many files have changed in this diff Show More