From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- arcade.buetow.org/htdocs/images/convert.sh | 5 + arcade.buetow.org/htdocs/images/m1-small.jpg | Bin 0 -> 11959 bytes arcade.buetow.org/htdocs/images/m1.jpg | Bin 0 -> 35314 bytes .../htdocs/images/neogeo-cyberlip-small.jpg | Bin 0 -> 17722 bytes .../htdocs/images/neogeo-cyberlip.jpg | Bin 0 -> 49697 bytes .../htdocs/images/neogeo-metalslug1-small.jpg | Bin 0 -> 21613 bytes .../htdocs/images/neogeo-metalslug1.jpg | Bin 0 -> 45124 bytes .../htdocs/images/neogeo-metalslug2-small.jpg | Bin 0 -> 17958 bytes .../htdocs/images/neogeo-metalslug2.jpg | Bin 0 -> 36135 bytes .../htdocs/images/neogeo-metalslug3-small.jpg | Bin 0 -> 37320 bytes .../htdocs/images/neogeo-metalslug3.jpg | Bin 0 -> 68947 bytes .../htdocs/images/neogeo-metalslug4-small.jpg | Bin 0 -> 18730 bytes .../htdocs/images/neogeo-metalslug4.jpg | Bin 0 -> 40388 bytes .../htdocs/images/neogeo-metalslug5-small.jpg | Bin 0 -> 18584 bytes .../htdocs/images/neogeo-metalslug5.jpg | Bin 0 -> 27412 bytes .../htdocs/images/neogeo-metalslug6-small.jpg | Bin 0 -> 32192 bytes .../htdocs/images/neogeo-metalslug6.jpg | Bin 0 -> 150771 bytes .../htdocs/images/neogeo-metalslugx-small.jpg | Bin 0 -> 26724 bytes .../htdocs/images/neogeo-metalslugx.jpg | Bin 0 -> 100116 bytes .../htdocs/images/nes-super-mario-bros1-small.jpg | Bin 0 -> 10710 bytes .../htdocs/images/nes-super-mario-bros1.jpg | Bin 0 -> 17212 bytes arcade.buetow.org/htdocs/styles/default.css | 107 +++++++++++++++++++++ 22 files changed, 112 insertions(+) create mode 100755 arcade.buetow.org/htdocs/images/convert.sh create mode 100644 arcade.buetow.org/htdocs/images/m1-small.jpg create mode 100644 arcade.buetow.org/htdocs/images/m1.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-cyberlip-small.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-cyberlip.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslug1-small.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslug1.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslug2-small.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslug2.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslug3-small.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslug3.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslug4-small.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslug4.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslug5-small.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslug5.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslug6-small.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslug6.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslugx-small.jpg create mode 100644 arcade.buetow.org/htdocs/images/neogeo-metalslugx.jpg create mode 100644 arcade.buetow.org/htdocs/images/nes-super-mario-bros1-small.jpg create mode 100644 arcade.buetow.org/htdocs/images/nes-super-mario-bros1.jpg create mode 100644 arcade.buetow.org/htdocs/styles/default.css (limited to 'arcade.buetow.org/htdocs') diff --git a/arcade.buetow.org/htdocs/images/convert.sh b/arcade.buetow.org/htdocs/images/convert.sh new file mode 100755 index 0000000..87e9adc --- /dev/null +++ b/arcade.buetow.org/htdocs/images/convert.sh @@ -0,0 +1,5 @@ +#!/bin/bash -x + +for i in $(ls *.jpg | grep -v small | grep -v wallpaper); do + convert -geometry 210 $i ${i/.jpg/-small.jpg} +done diff --git a/arcade.buetow.org/htdocs/images/m1-small.jpg b/arcade.buetow.org/htdocs/images/m1-small.jpg new file mode 100644 index 0000000..1b371d5 Binary files /dev/null and b/arcade.buetow.org/htdocs/images/m1-small.jpg differ diff --git a/arcade.buetow.org/htdocs/images/m1.jpg b/arcade.buetow.org/htdocs/images/m1.jpg new file mode 100644 index 0000000..aa0a733 Binary files /dev/null and b/arcade.buetow.org/htdocs/images/m1.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-cyberlip-small.jpg b/arcade.buetow.org/htdocs/images/neogeo-cyberlip-small.jpg new file mode 100644 index 0000000..b4d1c7e Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-cyberlip-small.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-cyberlip.jpg b/arcade.buetow.org/htdocs/images/neogeo-cyberlip.jpg new file mode 100644 index 0000000..c7dc8b1 Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-cyberlip.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslug1-small.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslug1-small.jpg new file mode 100644 index 0000000..9d3583f Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslug1-small.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslug1.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslug1.jpg new file mode 100644 index 0000000..a1a6191 Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslug1.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslug2-small.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslug2-small.jpg new file mode 100644 index 0000000..bd2f2eb Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslug2-small.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslug2.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslug2.jpg new file mode 100644 index 0000000..c02779f Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslug2.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslug3-small.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslug3-small.jpg new file mode 100644 index 0000000..923e708 Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslug3-small.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslug3.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslug3.jpg new file mode 100644 index 0000000..400789c Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslug3.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslug4-small.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslug4-small.jpg new file mode 100644 index 0000000..d558ed5 Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslug4-small.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslug4.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslug4.jpg new file mode 100644 index 0000000..8e0dc64 Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslug4.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslug5-small.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslug5-small.jpg new file mode 100644 index 0000000..2e8879b Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslug5-small.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslug5.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslug5.jpg new file mode 100644 index 0000000..53b288f Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslug5.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslug6-small.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslug6-small.jpg new file mode 100644 index 0000000..1d021f9 Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslug6-small.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslug6.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslug6.jpg new file mode 100644 index 0000000..7318fc0 Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslug6.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslugx-small.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslugx-small.jpg new file mode 100644 index 0000000..082b1ef Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslugx-small.jpg differ diff --git a/arcade.buetow.org/htdocs/images/neogeo-metalslugx.jpg b/arcade.buetow.org/htdocs/images/neogeo-metalslugx.jpg new file mode 100644 index 0000000..98f45df Binary files /dev/null and b/arcade.buetow.org/htdocs/images/neogeo-metalslugx.jpg differ diff --git a/arcade.buetow.org/htdocs/images/nes-super-mario-bros1-small.jpg b/arcade.buetow.org/htdocs/images/nes-super-mario-bros1-small.jpg new file mode 100644 index 0000000..36bfbba Binary files /dev/null and b/arcade.buetow.org/htdocs/images/nes-super-mario-bros1-small.jpg differ diff --git a/arcade.buetow.org/htdocs/images/nes-super-mario-bros1.jpg b/arcade.buetow.org/htdocs/images/nes-super-mario-bros1.jpg new file mode 100644 index 0000000..2dda9bd Binary files /dev/null and b/arcade.buetow.org/htdocs/images/nes-super-mario-bros1.jpg differ diff --git a/arcade.buetow.org/htdocs/styles/default.css b/arcade.buetow.org/htdocs/styles/default.css new file mode 100644 index 0000000..30352ac --- /dev/null +++ b/arcade.buetow.org/htdocs/styles/default.css @@ -0,0 +1,107 @@ +body { + font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif; + font-size: 12px; + background-color: #000000; + color: #FFA500; + background-image: url(?document=images/wallpaper.jpg); + background-repeat: no-repeat; + background-position: right top; + margin: 0px; +} + +p { + padding: 1px 0; +} + +div.header { + background-color: #d37e01; + border-color: #47260c; + color: #000000; + border-width: 2px; + border-style: solid; + padding: 20px; + margin: 0px; + margin-bottom: 20px; + text-align: center; +} + +div.footer { + color: #d37e01; + text-align: center; + font-style: italic; + font-size: 12px; + margin-top: 10px; + padding: 10px; +} + + +div.incsep { + border-color: #FFFFEF; + color: #FFFFEF; + border-width: 1px; + border-style: dashed; + background-color: #000000; + padding-bottom: 15px; +} + +span.italic { + font-style: italic; +} + +span.bold { + font-weight: bold; +} + +div.main { + background-color: #000000; + border-width: 1px; + border-style: solid; + padding: 5px; + width: 550px; + margin: 15px; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; +} + +h1 { + padding-left: 10px; + font-size: 30px; +} + +h2, h3, p { + padding-left: 10px; + padding-right: 10px; +} + + +pre, .quote, .code { + border:1px #000000 solid; + font-family: "Courier New", courier; + background: #000000; + color: #FFFFFF; + padding-top: -10px; + padding-right: 10px; + padding: 10px; + margin-bottom: 30px; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; +} + +a { + color: #FFFFFF; +} + +a:hover { + color: #FF0000; + text-decoration: none; +} + +img { + padding-left: 10px; + padding-bottom: 10px; +} + +img.limg { + padding-right: 10px; +} + -- cgit v1.2.3