summaryrefslogtreecommitdiffhomepage
path: root/docs/common/css/games.css
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2017-07-24 20:04:54 +0200
committerraysan5 <[email protected]>2017-07-24 20:04:54 +0200
commit072684d276373b58ddf7203e34b66a14f6e0c848 (patch)
tree64dd10af55f0602864ce79eb9c46a23531341059 /docs/common/css/games.css
parentb2712b6db7c184aff47436f387f2012cf77f4f67 (diff)
downloadraylib-072684d276373b58ddf7203e34b66a14f6e0c848.tar.gz
raylib-072684d276373b58ddf7203e34b66a14f6e0c848.zip
Removed webpage from raylib repo
Moved to own repo at @raysan5/raylib.com
Diffstat (limited to 'docs/common/css/games.css')
-rw-r--r--docs/common/css/games.css35
1 files changed, 0 insertions, 35 deletions
diff --git a/docs/common/css/games.css b/docs/common/css/games.css
deleted file mode 100644
index 8fb93c6d..00000000
--- a/docs/common/css/games.css
+++ /dev/null
@@ -1,35 +0,0 @@
-#container .mix{ position: relative; display: none; }
-#container .extext { top: 160px!important; width: 400px!important; }
-
-#filter_menu { width: 820px; height: 80px; margin-left: 18px; }
-
-.legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom: 20px; }
-#sample { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:3px solid #898888; }
-#game { cursor:pointer; background-color:#f0d6d6; color:#c55757; border:3px solid #e66666; }
-#user { cursor:pointer; background-color:#bedce8; color:#417794; border:3px solid #5d9cbd; }
-
-.sample:hover { background-color:#e1e1e1; color:#5c5a5a; border:4px solid #898888; }
-.game:hover { background-color:#f0d6d6; color:#c55757; border:4px solid #e66666; }
-.user:hover { background-color:#bedce8; color:#417794; border:4px solid #5d9cbd; }
-
-.fsample { border: 1px solid #898888; margin-left: 12px; }
-.fgame { border: 1px solid #e66666; margin-left: 12px; }
-.fuser { border: 1px solid #5d9cbd; margin-left: 12px; }
-
-.fsample p { color:#5c5a5a!important; }
-.fgame p { color:#c55757!important; }
-.fuser p { color:#417794!important; }
-
-#container .fsample a img, #container .fsample a { border: none; overflow: hidden; float: left; background-color: #e1e1e1; opacity: 1; }
-#container .fsample a:hover { border: 10px solid #898888; }
-#container .fsample a:hover img { margin: -10px; opacity: 0.4; }
-
-#container .fgame a img, #container .fgame a { border: none; overflow: hidden; float: left; background-color: #f0d6d6; opacity: 1; }
-#container .fgame a:hover { border: 10px solid #e66666; }
-#container .fgame a:hover img { margin: -10px; opacity: 0.3; }
-
-#container .fuser a img, #container .fuser a { border: none; overflow: hidden; float: left; background-color: #bedce8; opacity: 1; }
-#container .fuser a:hover { border: 10px solid #5d9cbd; }
-#container .fuser a:hover img { margin: -10px; opacity: 0.3; }
-
-#container .extext { position:absolute; top:140px; width:320px; text-align: center; display: none; } \ No newline at end of file