summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/examples.css (renamed from common/css/examples.css)0
-rw-r--r--common/examples.js (renamed from common/js/examples.js)2
-rw-r--r--common/games.css (renamed from common/css/games.css)0
-rw-r--r--common/games.js (renamed from common/js/games.js)6
-rw-r--r--common/main.css (renamed from common/css/main.css)36
5 files changed, 19 insertions, 25 deletions
diff --git a/common/css/examples.css b/common/examples.css
index c2397a4..c2397a4 100644
--- a/common/css/examples.css
+++ b/common/examples.css
diff --git a/common/js/examples.js b/common/examples.js
index b379d6a..7e63392 100644
--- a/common/js/examples.js
+++ b/common/examples.js
@@ -105,7 +105,7 @@ $(document).ready(function() {
$('#container').append(
'<div class="mix f' + filterType + '">' +
'<a class="fancybox fancybox.iframe" href="examples/web/' + filterType + '/' + 'loader.html?name=' + exampleName[i] + '" title="' + exampleDesc + '">' +
- '<img width="400" height="225" src="../examples/web/' + filterType + '/' + exampleName[i] + '.png"><div class="extext"><p>' + exampleDesc + '</p></div></a>' +
+ '<img width="400" height="225" src="https://raw.githubusercontent.com/raysan5/raylib/master/examples/' + filterType + '/' + exampleName[i] + '.png"><div class="extext"><p>' + exampleDesc + '</p></div></a>' +
'</div>');
$('#container a .extext').hide();
diff --git a/common/css/games.css b/common/games.css
index 8fb93c6..8fb93c6 100644
--- a/common/css/games.css
+++ b/common/games.css
diff --git a/common/js/games.js b/common/games.js
index 572ec2c..0e8a22c 100644
--- a/common/js/games.js
+++ b/common/games.js
@@ -62,12 +62,6 @@ $(document).ready(function() {
case 'user_funwithsat': linkTag = '<a target="_blank" href="http://marcmde.github.io/FunWithSATCollisions_v_1_0_Browser/" title="' + exampleDesc[i] + '">'; break;
default: break;
}
- /*
- https://github.com/MarcMDE/TapToJump //http://marcmde.github.io/TapToJump_v1_0_Browser/
- https://github.com/MarcMDE/TapToJAmp //http://marcmde.github.io/TapToJAmp_v2_0/
- https://github.com/MarcMDE/FunWithSATCollisions //http://marcmde.github.io/FunWithSATCollisions_v_1_0_Browser/
- https://kurnic.wordpress.com/portfolio/flappy-jetpack/
- */
}
$('#container').append(
diff --git a/common/css/main.css b/common/main.css
index d8795e2..c09a546 100644
--- a/common/css/main.css
+++ b/common/main.css
@@ -1,9 +1,9 @@
@font-face {
font-family: 'grixel_acme_7_wide_xtnd';
- src: url('../font/acme_7_wide_xtnd.eot');
- src: url('../font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
- url('../font/acme_7_wide_xtnd.woff') format('woff'),
- url('../font/acme_7_wide_xtnd.ttf') format('truetype');
+ src: url('font/acme_7_wide_xtnd.eot');
+ src: url('font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'),
+ url('font/acme_7_wide_xtnd.woff') format('woff'),
+ url('font/acme_7_wide_xtnd.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-size-adjust:0.49;
@@ -37,7 +37,7 @@ p a:hover{text-decoration: none; color:gray;}
.downloadButtonInstaller { font-size: x-small; }
.list, .list strong {font-family: Courier New, Verdana, Arial!important; font-size: medium; line-height: 200%; }
-#logo{width:128px; height:128px; float:left; position:relative; background-image:url(../img/raylib_logo.png);}
+#logo{width:128px; height:128px; float:left; position:relative; background-image:url(img/raylib_logo.png);}
.menu{width:740px; height:39px; text-align:right; right:0px; left:30px; bottom:7px; position:relative; float:left; margin-left:0px; margin-top:10px;}
.menu a{padding:5px 20px; color:black; font-size:12pt; float:left; position:relative; border-bottom:1px solid black;}
.menu a:hover{margin-top:-20px; padding:15px 15px; background: rgb(254,255,255);
@@ -63,19 +63,19 @@ p a:hover{text-decoration: none; color:gray;}
#social{ width:390px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; }
#social a:hover{ background-position: 0 -36px;}
-#youtube{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_youtube.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#handmade{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_handmade.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#twitch{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_twitch.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#patreon{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_patreon.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#itchio{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_itchio.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#reddit{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_reddit.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#freenode{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_freenode_irc.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#gitter{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_gitter.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#facebook{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_facebook.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#twitter{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_twitter.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#github{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_github.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#kofi{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_kofi.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
-#discord{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_discord.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#youtube{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_youtube.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#handmade{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_handmade.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#twitch{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_twitch.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#patreon{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_patreon.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#itchio{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_itchio.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#reddit{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_reddit.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#freenode{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_freenode_irc.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#gitter{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_gitter.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#facebook{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_facebook.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#twitter{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_twitter.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#github{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_github.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#kofi{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_kofi.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#discord{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_discord.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
.list{margin-top:10px; margin-left:30px; display: inline-block}
#licensebox{ width:808px; height:400px; border:12px solid; border-color:#d0d0d0; background-color:#e4e4e4;}