diff --git a/footer.php b/footer.php index 6ce915e18..7d421be87 100644 --- a/footer.php +++ b/footer.php @@ -1,26 +1,26 @@ -
+
- +
-bitcoin -bountysource -patreon -flattr -steam -indiedb -gamejolt -facebook -twitter -google -youtube -github -wuala -deviantart -reddit -contact +bitcoin +bountysource +patreon +flattr +steam +indiedb +gamejolt +facebook +twitter +google +youtube +github +wuala +deviantart +reddit +contact
diff --git a/images/footer/bitcoin.png b/images/footer/bitcoin.png index 9ae39f0fd..310764f01 100644 Binary files a/images/footer/bitcoin.png and b/images/footer/bitcoin.png differ diff --git a/images/footer/bountysource.png b/images/footer/bountysource.png index 96ffd5201..6ce3cec3e 100644 Binary files a/images/footer/bountysource.png and b/images/footer/bountysource.png differ diff --git a/images/footer/contact.png b/images/footer/contact.png index a531cd4ed..7a7d58a48 100644 Binary files a/images/footer/contact.png and b/images/footer/contact.png differ diff --git a/images/footer/deviantart.png b/images/footer/deviantart.png index ccb148db3..79a9315cd 100644 Binary files a/images/footer/deviantart.png and b/images/footer/deviantart.png differ diff --git a/images/footer/facebook.png b/images/footer/facebook.png index 78b12e35f..7527003a5 100644 Binary files a/images/footer/facebook.png and b/images/footer/facebook.png differ diff --git a/images/footer/flattr.png b/images/footer/flattr.png index 21ea3a6f0..6e685a9ce 100644 Binary files a/images/footer/flattr.png and b/images/footer/flattr.png differ diff --git a/images/footer/gamejolt.png b/images/footer/gamejolt.png index 5123f0e1f..c01dde447 100644 Binary files a/images/footer/gamejolt.png and b/images/footer/gamejolt.png differ diff --git a/images/footer/github.png b/images/footer/github.png index bdbd3d763..27ef2f078 100644 Binary files a/images/footer/github.png and b/images/footer/github.png differ diff --git a/images/footer/google.png b/images/footer/google.png index 1e32897be..be85625b8 100644 Binary files a/images/footer/google.png and b/images/footer/google.png differ diff --git a/images/footer/indiedb.png b/images/footer/indiedb.png index 9e6870931..45f207c63 100644 Binary files a/images/footer/indiedb.png and b/images/footer/indiedb.png differ diff --git a/images/footer/patreon.png b/images/footer/patreon.png index 5cc114d43..929c5d129 100644 Binary files a/images/footer/patreon.png and b/images/footer/patreon.png differ diff --git a/images/footer/paypal.png b/images/footer/paypal.png index 9c88311c9..4483f82fd 100644 Binary files a/images/footer/paypal.png and b/images/footer/paypal.png differ diff --git a/images/footer/reddit.png b/images/footer/reddit.png index 7a0fce19e..781f08237 100644 Binary files a/images/footer/reddit.png and b/images/footer/reddit.png differ diff --git a/images/footer/steam.png b/images/footer/steam.png index 27a5fe601..03cebdb28 100644 Binary files a/images/footer/steam.png and b/images/footer/steam.png differ diff --git a/images/footer/twitter.png b/images/footer/twitter.png index 7f9745aa7..13d4714c2 100644 Binary files a/images/footer/twitter.png and b/images/footer/twitter.png differ diff --git a/images/footer/wuala.png b/images/footer/wuala.png index 2bbf7d078..686cfc2b1 100644 Binary files a/images/footer/wuala.png and b/images/footer/wuala.png differ diff --git a/images/footer/youtube.png b/images/footer/youtube.png index c5ead3aed..69e8aa9e2 100644 Binary files a/images/footer/youtube.png and b/images/footer/youtube.png differ diff --git a/images/smalldiv.png b/images/smalldiv.png new file mode 100644 index 000000000..d88b50173 Binary files /dev/null and b/images/smalldiv.png differ diff --git a/stylesheet.css b/stylesheet.css index 577359bd0..70ba2c038 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -11,6 +11,7 @@ img{border:none;vertical-align:bottom;} *:focus{outline:none;} #wrapper{text-align:left;} .div{border:20px solid transparent;border-image:url('images/div.png') 20 fill stretch;margin:0;margin-bottom:10px;padding:0 10px;position:relative;overflow:hidden;} +.smalldiv{border:20px solid transparent;border-image:url('images/smalldiv.png') 20 fill stretch;margin:0;margin-bottom:10px;padding:0 10px;padding-top:5px;position:relative;overflow:hidden;} .warning{padding:20px 0; margin-bottom:10px; background:rgba(0,0,0,0.5); border-radius:15px; border:4px ridge red;} .confirmation{padding:20px 0; margin-bottom:10px; background:rgba(0,0,0,0.5); border-radius:15px; border:4px ridge green;} a:link{text-decoration:none;color:#b7b7b7;} @@ -19,5 +20,5 @@ a:active{text-decoration:none;color:#b7b7b7;} a:hover,.active a,a.active{text-decoration:none;color:#e6e6e6;cursor:pointer;text-shadow:black 0.1em 0.1em 0.2em, red 0 0 10px;} #scroll{bottom:0;display:block;left:96%;position:fixed;z-index:999;} iframe{border:0;} -.footer{width:48px; height:48px;} + @import url(https://fonts.googleapis.com/css?family=Play:400,700);