Skip to content

Commit

Permalink
original EPCC sources
Browse files Browse the repository at this point in the history
  • Loading branch information
rbewley4 committed Jul 19, 2014
0 parents commit 40e8207
Show file tree
Hide file tree
Showing 288 changed files with 75,958 additions and 0 deletions.
Binary file added Creator/.DS_Store
Binary file not shown.
Binary file added Creator/version4/.DS_Store
Binary file not shown.
98 changes: 98 additions & 0 deletions Creator/version4/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>About</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">

<link rel="stylesheet" href="css/icomoon.css" />
<link rel="stylesheet" href="css/normalize.min.css"/>
<link rel="stylesheet" href="css/main7.css">

<!--scripts import-->

<link rel="stylesheet" href="scripts/jquery-ui-1.10.3.custom/css/ui-lightness/jquery-ui-1.10.3.custom.css" />

<script src="scripts/jquery-1.9.1.js"></script>
<script src="scripts/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.js"></script>
<script src="scripts/jquery.easing.min.js"></script>
<script src="scripts/jquery.mCustomScrollbar.js"></script>
<script src="scripts/jquery.mousewheel.js"></script>
<script src="scripts/modernizr.custom.51882.js"></script>

<link rel="stylesheet" href="scripts/vegas/jquery.vegas.css">
<script src="scripts/vegas/jquery.vegas.js"></script>

<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic'>

<script>

$( function() {
//background fixe
$.vegas({
src:'img/bg/bg1.jpg'
})('overlay', {
src:'scripts/vegas/overlays/13.png'
});
});
$(document).ready(function(){
$("#about").css('opacity',1);
$("#about").css('visibility','visible');
});

</script>


</head>
<body>
<div class="popup" id="about">

<table id="table_reset" align="center">
<tr align="center">
<td>
<h1><b><u> About</u></b></h1>
</td>
</tr>

<tr align="center">
<td>
GUI-code-sql : <b>Cédric Reinhardt</b><br>
Code-game mechanics : <b>Jigé Pont</b><br>
Graphic concept : <b>Olivier Murith</b><br>
<br><br>
For the RPG : <a href="http://eclipsephase.com">EClipse Phase</a>
<br><br>
</td>
</tr>

<tr align="center">
<td>
You can download this work for installing it in your own server. If you make some changes or improvements please let us know.<br>
<a href="http://eclipsephase.oook.ch/EPCC_sources.zip">EPCC V 1.0 (03.2014)</a>
<br><br>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br /><small> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.</small>
<br><br>
</td>
</tr>

<tr align="center">
<td>
For all suggestions or bug report please write to <a href="mailto:game@oook.ch"> game@oook.ch</a>
</td>
</tr>

<tr align="center">
<td>
<small> Version 1.0 (03.2014)</small>
<br><br>
</td>
</tr>
</table>
</div>
</body>
</html>
Binary file added Creator/version4/css/.DS_Store
Binary file not shown.
120 changes: 120 additions & 0 deletions Creator/version4/css/icomoon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon.eot');
src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('../fonts/icomoon.woff') format('woff'),
url('../fonts/icomoon.ttf') format('truetype'),
url('../fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
font-family: 'icomoon';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-cog, .icon-user, .icon-users, .icon-star, .icon-equalizer, .icon-cog-2, .icon-equalizer-2, .icon-heart, .icon-star-2, .icon-question, .icon-checkmark-circle, .icon-eye, .icon-tools, .icon-brain, .icon-globe, .icon-users-2, .icon-tshirt, .icon-user-2, .icon-cart, .icon-contrast, .icon-circle, .icon-radio-unchecked, .icon-moxie, .icon-credit, .icon-cancel-circle, .icon-plus-circle, .icon-minus-circle {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-cog:before {
content: "\21";
}
.icon-user:before {
content: "\22";
}
.icon-users:before {
content: "\23";
}
.icon-star:before {
content: "\24";
}
.icon-equalizer:before {
content: "\25";
}
.icon-cog-2:before {
content: "\26";
}
.icon-equalizer-2:before {
content: "\27";
}
.icon-heart:before {
content: "\28";
}
.icon-star-2:before {
content: "\29";
}
.icon-question:before {
content: "\2a";
}
.icon-checkmark-circle:before {
content: "\2b";
}
.icon-eye:before {
content: "\2c";
}
.icon-tools:before {
content: "\2d";
}
.icon-brain:before {
content: "\2e";
}
.icon-globe:before {
content: "\2f";
}
.icon-users-2:before {
content: "\30";
}
.icon-tshirt:before {
content: "\31";
}
.icon-user-2:before {
content: "\32";
}
.icon-cart:before {
content: "\33";
}
.icon-contrast:before {
content: "\34";
}
.icon-circle:before {
content: "\35";
}
.icon-radio-unchecked:before {
content: "\36";
}
.icon-moxie:before {
content: "\37";
}
.icon-credit:before {
content: "\38";
}
.icon-cancel-circle:before {
content: "\39";
}
.icon-plus-circle:before {
content: "\3a";
}
.icon-minus-circle:before {
content: "\3b";
}
Loading

0 comments on commit 40e8207

Please sign in to comment.