Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
f597e4046e |
1
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
||||||
.env
|
.env
|
||||||
.DS_Store
|
.DS_Store
|
||||||
app/database.db
|
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div style="padding-top: 8px;">
|
<div style="padding-top: 8px;">
|
||||||
<section class="splash">
|
<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&C</a> <br />
|
<a href="index.php?page=privacy">Privacy</a> | <a href="index.php?page=tandc">The T&C</a> <br />
|
||||||
<p style="width: 200px; margin: 0px auto;">
|
<p style="width: 200px; margin: 0px auto;">
|
||||||
Copyright © 2014, Mad Splash. <br />
|
Copyright © 2014, Mad Splash. <br />
|
||||||
All trademarked stuff is the property of it's respective owner(s).
|
All trademarked stuff is the property of it's respective owner(s).
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>OTHER STUFFS</h2>
|
<h2>OTHER STUFFS</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
<li><a href="#">Jobs here</a></li>
|
<li><a href="#">Jobs here</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>PROJECTS</h2>
|
<h2>PROJECTS</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -29,4 +29,4 @@
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
54
Pieces/header.htm
Executable 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>
|
|
@ -1,21 +1,32 @@
|
||||||
<section id="body">
|
<section id="body">
|
||||||
<div style="width: 100%; margin-bottom: 4px; height: 1px;"> </div>
|
<div style="width: 100%; margin-bottom: 4px; height: 1px;"> </div>
|
||||||
|
|
||||||
<section id="leftColumn">
|
<section id="leftColumn">
|
||||||
<h1>Latest Updates</h1>
|
<h1>Latest Updates</h1>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<?php
|
<?php
|
||||||
//$display->frontPageArticles();
|
$display->frontPageArticles();
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="more" href="blog/blog.php" style="margin: 8px 0px 0px 8px;">Read more news »</a>
|
<a class="more" href="blog/blog.php" style="margin: 8px 0px 0px 8px;">Read more news »</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="rightColumn">
|
<section id="rightColumn">
|
||||||
|
|
||||||
|
<h1>Latest socials</h1>
|
||||||
|
<div id="tweets">
|
||||||
|
<a class="Twitter" style="background-color: #666; margin-right: 4px; float: left;"> </a>
|
||||||
|
|
||||||
|
<div id="tweet" style="float: right;">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="clear"> </div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="clear"> </div>
|
<div class="clear"> </div>
|
||||||
</section>
|
</section>
|
17
Pieces/index.php
Executable 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);
|
||||||
|
}
|
||||||
|
?>
|
|
@ -8,42 +8,44 @@
|
||||||
|
|
||||||
<section id="body">
|
<section id="body">
|
||||||
<div style="width: 100%; margin-bottom: 4px; height: 1px;"> </div>
|
<div style="width: 100%; margin-bottom: 4px; height: 1px;"> </div>
|
||||||
|
|
||||||
<div style="padding: 4px 8px 36px 8px;">
|
<div style="padding: 4px 8px 36px 8px;">
|
||||||
<p style="padding-left: 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.
|
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>
|
</p>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<ul style="padding-left: 16px; margin-left: 16px;">
|
<ul style="padding-left: 16px; margin-lefts: 16px;">
|
||||||
<li>
|
<li>
|
||||||
Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.
|
Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.
|
||||||
</li>
|
</li>
|
||||||
<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>
|
||||||
<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>
|
||||||
<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>
|
||||||
<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>
|
||||||
<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.
|
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>
|
||||||
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<p style="padding-left: 8px;">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
|
||||||
|
<div class="clear"> </div>
|
||||||
|
</section>
|
6
Pieces/slider.htm
Executable 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>
|
|
@ -8,34 +8,34 @@
|
||||||
|
|
||||||
<section id="body">
|
<section id="body">
|
||||||
<div style="width: 100%; margin-bottom: 4px; height: 1px;"> </div>
|
<div style="width: 100%; margin-bottom: 4px; height: 1px;"> </div>
|
||||||
|
|
||||||
<div style="padding: 4px 8px 36px 8px;">
|
<div style="padding: 4px 8px 36px 8px;">
|
||||||
<h3>
|
<h3>
|
||||||
1. Terms
|
1. Terms
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p style="padding-left: 8px;">
|
<p style="padding-left: 8px;">
|
||||||
By accessing this web site, you are agreeing to be bound by these
|
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,
|
web site Terms and Conditions of Use, all applicable laws and regulations,
|
||||||
and agree that you are responsible for compliance with any applicable local
|
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
|
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
|
using or accessing this site. The materials contained in this web site are
|
||||||
protected by applicable copyright and trade mark law.
|
protected by applicable copyright and trade mark law.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
2. Use License
|
2. Use License
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<ol type="a" style="padding-left: 16px; margin-left: 16px;">
|
<ol type="a" style="padding-left: 16px; margin-left: 16px;">
|
||||||
<li>
|
<li>
|
||||||
Permission is granted to download copies of the materials
|
Permission is granted to download copies of the materials
|
||||||
(information or software) on Mad Splash's web site for personal,
|
(information or software) on Mad Splash's web site for personal,
|
||||||
non-commercial viewing and usage only. This is the grant of a license,
|
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:
|
not a transfer of title, and under this license you may not:
|
||||||
|
|
||||||
<ol type="i" style="padding-left: 16px; margin-left: 16px;">
|
<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>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>
|
<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.
|
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>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
3. Disclaimer
|
3. Disclaimer
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p style="padding-left: 8px;">
|
<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.
|
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>
|
</p>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
4. Limitations
|
4. Limitations
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p style="padding-left: 8px;">
|
<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.
|
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>
|
</p>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
5. Revisions and Errata
|
5. Revisions and Errata
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p style="padding-left: 8px;">
|
<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.
|
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>
|
</p>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
6. Links
|
6. Links
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p style="padding-left: 8px;">
|
<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.
|
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>
|
</p>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
7. Site Terms of Use Modifications
|
7. Site Terms of Use Modifications
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p style="padding-left: 8px;">
|
<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.
|
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>
|
</p>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
8. Governing Law
|
8. Governing Law
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p style="padding-left: 8px;">
|
<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.
|
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="clear"> </div>
|
<div class="clear"> </div>
|
||||||
</section>
|
</section>
|
56
Resources/CSS/CustomFonts.css
Executable 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');
|
||||||
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
* { margin: 0; padding: 0; border: none; }
|
* { margin: 0; padding: 0; border: none; }
|
||||||
*:focus { outline: none !important; }
|
*: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; }
|
-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; }
|
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;
|
margin: 0px auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-top: 4px solid #4aa1ef;
|
border-top: 4px solid #4aa1ef;
|
||||||
|
|
||||||
background: #fffffe url('../Images/Backgrounds/Wave3.png') no-repeat right top;
|
background: #fffffe url('../Images/Backgrounds/Wave3.png') no-repeat right top;
|
||||||
|
|
||||||
box-shadow: 0px 2px 5px rgba(100, 100, 100, 0.5);
|
box-shadow: 0px 2px 5px rgba(100, 100, 100, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ img.Logo {
|
||||||
height: 130px;
|
height: 130px;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 24px;
|
margin-right: 24px;
|
||||||
|
display: inline-block;
|
||||||
transform: rotate(-2deg);
|
transform: rotate(-2deg);
|
||||||
-ms-transform: rotate(-2deg); /* IE 9 */
|
-ms-transform: rotate(-2deg); /* IE 9 */
|
||||||
-webkit-transform: rotate(-2deg); /* Safari and Chrome */
|
-webkit-transform: rotate(-2deg); /* Safari and Chrome */
|
||||||
|
@ -52,21 +53,22 @@ nav {
|
||||||
top: 61px;
|
top: 61px;
|
||||||
float: right;
|
float: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul { list-style: none; }
|
nav ul { list-style: none; }
|
||||||
nav ul li {
|
nav ul li {
|
||||||
color: #666;
|
color: #666;
|
||||||
line-height: 45px;
|
line-height: 45px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
padding: 0px 8px;
|
padding: 0px 8px;
|
||||||
position: relative;
|
position: relative;
|
||||||
font: 32px "Bebas", "Helvetica Neue", Arial, Helvetica, sans-serif;
|
font: 32px "Bebas", "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
nav ul li:hover { color: #5aaffa; }
|
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; }
|
padding: 10px 10px; }
|
||||||
nav ul li.dropdown:hover { background-color: #666; }
|
nav ul li.dropdown:hover { background-color: #666; }
|
||||||
nav ul li.dropdown:hover div.drop {
|
nav ul li.dropdown:hover div.drop {
|
||||||
|
@ -76,18 +78,18 @@ nav ul li.dropdown:hover div.drop {
|
||||||
background-color: #666;
|
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; }
|
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, nav ul li a.dropLink { color: inherit !important; }
|
||||||
nav ul li a.navLink:hover { text-decoration: none; }
|
nav ul li a.navLink:hover { text-decoration: none; }
|
||||||
nav ul li.dropdown:hover a.dropLink { color: white !important; }
|
nav ul li.dropdown:hover a.dropLink { color: white !important; }
|
||||||
nav ul li.dropdown a.dropLink:after {
|
nav ul li.dropdown a.dropLink:after {
|
||||||
content: ' v';
|
content: ' v';
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 7px;
|
bottom: 7px;
|
||||||
left: 1px;
|
left: 1px;
|
||||||
font: bold 16px sans-serif;
|
font: bold 16px sans-serif;
|
||||||
color: #41adf6;
|
color: #41adf6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -150,8 +152,8 @@ section#body {
|
||||||
section#leftColumn { width: 600px; float: left; padding: 2px 8px 8px 8px; }
|
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#rightColumn { width: 332px; float: right; border-left: 2px solid #dfdfdf; padding-left: 8px; padding-bottom: 8px; }
|
||||||
section#rightColumn2 {
|
section#rightColumn2 {
|
||||||
width: 332px;
|
width: 332px;
|
||||||
float: right;
|
float: right;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
padding: 8px 0px 0px 4px;
|
padding: 8px 0px 0px 4px;
|
||||||
|
@ -163,7 +165,7 @@ section#singleColumn { width: 99%; margin: 0px auto !important; padding-bottom:
|
||||||
/* ------------------------------------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------------------------------------- */
|
||||||
/* ------------------------------------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------------------------------------- */
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #555;
|
color: #555;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
text-shadow: 0px 1px 2px rgba(86, 86, 86, 0.1);
|
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; }
|
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); }
|
text-shadow: 0px 1px 2px rgba(86, 86, 86, 0.1); }
|
||||||
h1.H1-2:after { content: none; }
|
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#rightColumn2 section { margin-bottom: 6px; }
|
||||||
|
|
||||||
section#cover { width: 960px; margin: 0px auto; height: 250px; position: relative; z-index: -100; background-color: #666; }
|
section#cover { width: 960px; margin: 0px auto; height: 250px; position: relative; z-index: -100; background-color: #666; }
|
||||||
section#cover div.cover {
|
section#cover div.cover {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
display: block;
|
display: block;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------------------------------------- */
|
||||||
|
@ -209,16 +211,16 @@ section#HBIG h1 {
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 54px;
|
top: 54px;
|
||||||
color: #2382dc;
|
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 {
|
section#HBIG h1:after {
|
||||||
content: 'v';
|
content: 'v';
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 1px;
|
bottom: 1px;
|
||||||
left: 1px;
|
left: 1px;
|
||||||
font: bold 36px Impact, sans-serif; color: #dc2323;
|
font: bold 36px Impact, sans-serif; color: #dc2323;
|
||||||
|
|
||||||
text-shadow: 1px 1px 0px #7b1414, 2px 2px 0px #7b1414;
|
text-shadow: 1px 1px 0px #7b1414, 2px 2px 0px #7b1414;
|
||||||
}
|
}
|
||||||
section#HBIG h1.noA:after {
|
section#HBIG h1.noA:after {
|
||||||
|
@ -227,11 +229,11 @@ section#HBIG h1.noA:after {
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------------------------------------- */
|
||||||
/* ------------------------------------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------------------------------------- */
|
||||||
|
|
||||||
ul.BBCodeButtons { list-style: none; }
|
ul.BBCodeButtons { list-style: none; }
|
||||||
ul.BBCodeButtons li { display: inline; }
|
ul.BBCodeButtons li { display: inline; }
|
||||||
|
|
||||||
span.BBCButton {
|
span.BBCButton {
|
||||||
color: #888;
|
color: #888;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 0px -2px;
|
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 img { height: 100%; position: relative; right: 72px; z-index: 75; }
|
||||||
a.latestArticle:hover div.headline { color: #4aa1ef; }
|
a.latestArticle:hover div.headline { color: #4aa1ef; }
|
||||||
a.latestArticle:hover { cursor: pointer; }
|
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;
|
position: absolute; top: 0; right: 0; border: 4px solid #fffffe; z-index: 100;
|
||||||
font: bold 18px "ZeroNero", Arial, Geneva, sans-serif; }
|
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; }
|
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 img { height: 69%; position: relative; right: 6px; z-index: 75; }
|
||||||
a.article:hover div.headline { color: #4aa1ef; }
|
a.article:hover div.headline { color: #4aa1ef; }
|
||||||
a.article:hover { cursor: pointer; }
|
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;
|
position: absolute; bottom: 40px; right: 0; border: 4px solid #fffffe; z-index: 100;
|
||||||
font: bold 18px "ZeroNero", Arial, Geneva, sans-serif; }
|
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; }
|
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 { width: 20%; }
|
||||||
div#articleComment div.left img { max-width: 60%; margin: 8px auto 4px auto; display: block; }
|
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%; }
|
width: 100%; }
|
||||||
|
|
||||||
div#articleComment div.right { width: 78%; }
|
div#articleComment div.right { width: 78%; }
|
||||||
|
@ -354,7 +356,7 @@ a.more:hover { color: #333; }
|
||||||
div#tweet {
|
div#tweet {
|
||||||
width: 294px;
|
width: 294px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
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 { border-bottom: 2px solid #dfdfdf; padding-bottom: 8px; margin-bottom: 16px; }
|
||||||
ul.articleList li:last-child { border: none; }
|
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 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; }
|
left: 3px; }
|
||||||
ul.articleList li section.head { font-family: "Bebas", Arial, Geneva, sans-serif; font-weight: bold; }
|
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 h2 { font-size: 32px; float: left; color: #008be8; }
|
||||||
ul.articleList li section.head div.comments {
|
ul.articleList li section.head div.comments {
|
||||||
float: right;
|
float: right;
|
||||||
color: white;
|
color: white;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
right: 12px;
|
right: 12px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #008be8;
|
background-color: #008be8;
|
||||||
|
@ -404,16 +406,16 @@ section#rightColumn2 section {
|
||||||
section#rightColumn2 section:last-of-type {
|
section#rightColumn2 section:last-of-type {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.featured div.miniCover { width: 99%; margin: 0px auto 8px auto; height: 100px; overflow: hidden; }
|
div.featured div.miniCover { width: 99%; margin: 0px auto 8px auto; height: 100px; overflow: hidden; }
|
||||||
div.featured img.miniCover { width: 100%; position: relative; }
|
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); }
|
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; }
|
font-size: 18px; line-height: 32px; }
|
||||||
div#categoryNav a:hover { color: #fff; background-color: #999; }
|
div#categoryNav a:hover { color: #fff; background-color: #999; }
|
||||||
div#categoryNav a:last-child { border-right: none; }
|
div#categoryNav a:last-child { border-right: none; }
|
||||||
|
@ -471,7 +473,7 @@ footer a { color: #333 !important; }
|
||||||
footer a:hover { color: #fffffe !important; }
|
footer a:hover { color: #fffffe !important; }
|
||||||
footer h2 { color: #fffffe; font: bold 28px 'Bebas', Arial, Geneva, sans-serif; }
|
footer h2 { color: #fffffe; font: bold 28px 'Bebas', Arial, Geneva, sans-serif; }
|
||||||
footer div section ul { list-style: none; }
|
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; }
|
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 { border: none; color: #fffffe; padding-left: 0; font-size: 14px; font-weight: bold; }
|
||||||
footer div section.splash a:hover { border: none; color: orange; }
|
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 {
|
section#SuperNav {
|
||||||
width: 960px;
|
width: 960px;
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
z-index: 4000;
|
z-index: 4000;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background: #666;
|
background: #666;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
@ -499,7 +501,7 @@ div.CrossNav {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
float: right;
|
float: right;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 11px;
|
line-height: 11px;
|
||||||
padding: 0px 12px;
|
padding: 0px 12px;
|
||||||
padding-left: 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 { padding-bottom: 8px; cursor: pointer; }
|
||||||
div.CrossNav ul li.RPG:hover { color: white; }
|
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; }
|
font-size: 14px; line-height: 16px; margin-bottom: 4px; }
|
||||||
div.CrossNav ul li.RPG:hover a.RPGLink { color: inherit; }
|
div.CrossNav ul li.RPG:hover a.RPGLink { color: inherit; }
|
||||||
|
|
||||||
|
@ -566,5 +568,5 @@ a.YouTube:hover { width: 32px; height: 32px;
|
||||||
.right { float: right; }
|
.right { float: right; }
|
||||||
.clear { clear: both; }
|
.clear { clear: both; }
|
||||||
|
|
||||||
input.tictac { background-color: #292b2f; font-weight: bold; margin: 0px !important; color: #f1f2f1;
|
input.tictac { background-color: #292b2f; font-weight: bold; margin: 0px !important; color: #f1f2f1;
|
||||||
padding: 0px !important; border-bottom: 4px solid #fffffe; }
|
padding: 0px !important; border-bottom: 4px solid #fffffe; }
|
0
Resources/CSS/ie6.css
Executable file
17
Resources/CSS/index.php
Executable 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);
|
||||||
|
}
|
||||||
|
?>
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
17
Resources/Fonts/index.php
Executable 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);
|
||||||
|
}
|
||||||
|
?>
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 203 KiB After Width: | Height: | Size: 203 KiB |
Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 194 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 983 B After Width: | Height: | Size: 983 B |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 638 B After Width: | Height: | Size: 638 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 425 B After Width: | Height: | Size: 425 B |
Before Width: | Height: | Size: 553 B After Width: | Height: | Size: 553 B |
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 158 B |
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 153 B After Width: | Height: | Size: 153 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 816 B After Width: | Height: | Size: 816 B |
Before Width: | Height: | Size: 903 B After Width: | Height: | Size: 903 B |
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 391 B |
Before Width: | Height: | Size: 627 B After Width: | Height: | Size: 627 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 821 B After Width: | Height: | Size: 821 B |
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 279 B After Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 277 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 519 B After Width: | Height: | Size: 519 B |
Before Width: | Height: | Size: 520 B After Width: | Height: | Size: 520 B |
Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 704 B |
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 791 B |
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 728 KiB After Width: | Height: | Size: 728 KiB |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 728 KiB After Width: | Height: | Size: 728 KiB |