summaryrefslogtreecommitdiff
path: root/dev.buetow.org/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'dev.buetow.org/htdocs')
-rw-r--r--dev.buetow.org/htdocs/images/bg.pngbin347 -> 0 bytes
-rw-r--r--dev.buetow.org/htdocs/images/camel.jpgbin46392 -> 0 bytes
-rw-r--r--dev.buetow.org/htdocs/images/dotORG.pngbin12256 -> 0 bytes
-rw-r--r--dev.buetow.org/htdocs/images/head.jpgbin55048 -> 0 bytes
-rw-r--r--dev.buetow.org/htdocs/images/ipv6ready.pngbin3786 -> 0 bytes
-rw-r--r--dev.buetow.org/htdocs/images/org.pngbin4682 -> 0 bytes
-rw-r--r--dev.buetow.org/htdocs/styles/blank.css1
-rw-r--r--dev.buetow.org/htdocs/styles/default.css110
8 files changed, 0 insertions, 111 deletions
diff --git a/dev.buetow.org/htdocs/images/bg.png b/dev.buetow.org/htdocs/images/bg.png
deleted file mode 100644
index 35fb3b5..0000000
--- a/dev.buetow.org/htdocs/images/bg.png
+++ /dev/null
Binary files differ
diff --git a/dev.buetow.org/htdocs/images/camel.jpg b/dev.buetow.org/htdocs/images/camel.jpg
deleted file mode 100644
index ebbdfd3..0000000
--- a/dev.buetow.org/htdocs/images/camel.jpg
+++ /dev/null
Binary files differ
diff --git a/dev.buetow.org/htdocs/images/dotORG.png b/dev.buetow.org/htdocs/images/dotORG.png
deleted file mode 100644
index c487e26..0000000
--- a/dev.buetow.org/htdocs/images/dotORG.png
+++ /dev/null
Binary files differ
diff --git a/dev.buetow.org/htdocs/images/head.jpg b/dev.buetow.org/htdocs/images/head.jpg
deleted file mode 100644
index 0a9c408..0000000
--- a/dev.buetow.org/htdocs/images/head.jpg
+++ /dev/null
Binary files differ
diff --git a/dev.buetow.org/htdocs/images/ipv6ready.png b/dev.buetow.org/htdocs/images/ipv6ready.png
deleted file mode 100644
index 18a42a7..0000000
--- a/dev.buetow.org/htdocs/images/ipv6ready.png
+++ /dev/null
Binary files differ
diff --git a/dev.buetow.org/htdocs/images/org.png b/dev.buetow.org/htdocs/images/org.png
deleted file mode 100644
index c338dc5..0000000
--- a/dev.buetow.org/htdocs/images/org.png
+++ /dev/null
Binary files differ
diff --git a/dev.buetow.org/htdocs/styles/blank.css b/dev.buetow.org/htdocs/styles/blank.css
deleted file mode 100644
index 8b13789..0000000
--- a/dev.buetow.org/htdocs/styles/blank.css
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/dev.buetow.org/htdocs/styles/default.css b/dev.buetow.org/htdocs/styles/default.css
deleted file mode 100644
index 2c9e778..0000000
--- a/dev.buetow.org/htdocs/styles/default.css
+++ /dev/null
@@ -1,110 +0,0 @@
-html {
- height: 100%;
-}
-
-body {
- font-family: Georgia, Serif;
- background-color: #19495f;
- height: 100%;
- max-width: 900px;
-}
-
-p {
- padding: 1px 0;
-}
-
-div.header {
- background-color: #01768f;
- border-color: #000000;
- border-width: 2px;
- border-style: solid;
- color: #FFFFFF;
- padding: 20px;
- margin: 0px;
- margin-bottom: 5px;
- text-align: center;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
-}
-
-span.italic {
- font-style: italic;
-}
-
-span.bold {
- font-weight: bold;
-}
-
-div.main {
- background-color: #FFFFFA;
- border-width: 1px;
- border-style: solid;
- padding: 5px;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
-}
-
-div.important {
- background-color: #FF8181;
- border-width: 1px;
- border-style: solid;
-}
-
-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: #FFFFFF;
- color: #000000;
- padding-top: -10px;
- padding-right: 10px;
- padding: 10px;
- margin-bottom: 30px;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
-}
-
-.footer {
- background-color: #EEEEEE;
- color: #000000;
- text-align: center;
- font-style: italic;
- font-size: 12px;
- margin-top: 10px;
- padding: 10px;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
-}
-
-a {
- color: #000000;
-}
-
-a:hover {
- color: #FF0000;
- text-decoration: none;
-}
-
-img {
- padding-left: 10px;
- padding-bottom: 10px;
-}
-
-img.limg {
- padding-right: 10px;
-}
-
-div.incsep {
- background-color: #FEFEFE;
- padding-bottom: 50px;
-}