summaryrefslogtreecommitdiff
path: root/arcade.buetow.org/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'arcade.buetow.org/htdocs')
-rwxr-xr-xarcade.buetow.org/htdocs/images/convert.sh5
-rw-r--r--arcade.buetow.org/htdocs/images/m1-small.jpgbin0 -> 11959 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/m1.jpgbin0 -> 35314 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-cyberlip-small.jpgbin0 -> 17722 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-cyberlip.jpgbin0 -> 49697 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslug1-small.jpgbin0 -> 21613 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslug1.jpgbin0 -> 45124 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslug2-small.jpgbin0 -> 17958 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslug2.jpgbin0 -> 36135 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslug3-small.jpgbin0 -> 37320 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslug3.jpgbin0 -> 68947 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslug4-small.jpgbin0 -> 18730 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslug4.jpgbin0 -> 40388 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslug5-small.jpgbin0 -> 18584 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslug5.jpgbin0 -> 27412 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslug6-small.jpgbin0 -> 32192 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslug6.jpgbin0 -> 150771 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslugx-small.jpgbin0 -> 26724 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/neogeo-metalslugx.jpgbin0 -> 100116 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/nes-super-mario-bros1-small.jpgbin0 -> 10710 bytes
-rw-r--r--arcade.buetow.org/htdocs/images/nes-super-mario-bros1.jpgbin0 -> 17212 bytes
-rw-r--r--arcade.buetow.org/htdocs/styles/default.css107
22 files changed, 112 insertions, 0 deletions
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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/m1-small.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/m1.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-cyberlip-small.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-cyberlip.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslug1-small.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslug1.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslug2-small.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslug2.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslug3-small.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslug3.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslug4-small.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslug4.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslug5-small.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslug5.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslug6-small.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslug6.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslugx-small.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/neogeo-metalslugx.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/nes-super-mario-bros1-small.jpg
Binary files 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
--- /dev/null
+++ b/arcade.buetow.org/htdocs/images/nes-super-mario-bros1.jpg
Binary files 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;
+}
+