From 5daf01bb88978f0700f88100a7a36358d8cd583f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 Dec 2015 19:05:45 -0500 Subject: Inital commit --- header.html | 28 +++ icon.png | Bin 0 -> 10353 bytes icon_home.png | Bin 0 -> 3225 bytes icon_recipes.png | Bin 0 -> 3975 bytes icon_rules.png | Bin 0 -> 3990 bytes icon_servers.png | Bin 0 -> 3071 bytes icon_snowflake.png | Bin 0 -> 5076 bytes index.html | 40 ++++ recipes.html | 576 +++++++++++++++++++++++++++++++++++++++++++++++++++++ rules.html | 49 +++++ servers.html | 41 ++++ style.css | 83 ++++++++ 12 files changed, 817 insertions(+) create mode 100644 header.html create mode 100644 icon.png create mode 100644 icon_home.png create mode 100644 icon_recipes.png create mode 100644 icon_rules.png create mode 100644 icon_servers.png create mode 100644 icon_snowflake.png create mode 100644 index.html create mode 100644 recipes.html create mode 100644 rules.html create mode 100644 servers.html create mode 100644 style.css diff --git a/header.html b/header.html new file mode 100644 index 0000000..7b0625d --- /dev/null +++ b/header.html @@ -0,0 +1,28 @@ + + +

Winter Survival 2 - Anarchy

+

+ +
+
+
+ [servers] +
+
+ [recepies] +
+
+ [npcs] +
+
+ [home] +
+
+ [rules] +
+
+ [quickstart] +
+
+
+
diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..faab8dd Binary files /dev/null and b/icon.png differ diff --git a/icon_home.png b/icon_home.png new file mode 100644 index 0000000..7debca7 Binary files /dev/null and b/icon_home.png differ diff --git a/icon_recipes.png b/icon_recipes.png new file mode 100644 index 0000000..f742dea Binary files /dev/null and b/icon_recipes.png differ diff --git a/icon_rules.png b/icon_rules.png new file mode 100644 index 0000000..fffe0fe Binary files /dev/null and b/icon_rules.png differ diff --git a/icon_servers.png b/icon_servers.png new file mode 100644 index 0000000..ed8c6fc Binary files /dev/null and b/icon_servers.png differ diff --git a/icon_snowflake.png b/icon_snowflake.png new file mode 100644 index 0000000..f0e92d7 Binary files /dev/null and b/icon_snowflake.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..1db3b5e --- /dev/null +++ b/index.html @@ -0,0 +1,40 @@ + + + +

Winter Survival 2 Anarchy

+ + +
+
+ servers +
+
+ recipes +
+
+ npcs +
+
+ home +
+
+ rules +
+
+ quickstart +
+
+
+ +

+ Welcome to Alec's Otherwise, 24/7 Winter Survival + We are playing a modified version of The Maw's winter survival on ws_abandon_night +

+ +

+ + diff --git a/recipes.html b/recipes.html new file mode 100644 index 0000000..df39e05 --- /dev/null +++ b/recipes.html @@ -0,0 +1,576 @@ + + + +

Winter Survival 2 Anarchy

+ + +
+
+
+
+ servers +
+
+ recipes +
+
+ npcs +
+
+ home +
+
+ rules +
+
+ quickstart +
+

+

+ + + +

+ + diff --git a/rules.html b/rules.html new file mode 100644 index 0000000..ded6b4e --- /dev/null +++ b/rules.html @@ -0,0 +1,49 @@ + + + +

Winter Survival 2 Anarchy

+ + +
+
+
+
+ servers +
+
+ recipes +
+
+ npcs +
+
+ home +
+
+ rules +
+
+ quickstart +
+

+

+ +
    +
  1. Be kind and respectful to your fellow players +
      +
    1. Threatening to hack other players or the server is a bannable offense
    2. +
    3. If an admin tells you to do or not do something, do (or don't do) it, no questions asked!
    4. +
    5. To report staff abuse, email apickx@cogarr.org
    6. +
    +
  2. +
  3. If you find a bug, report it, don't abuse it! If it's not obviously a bug, it's a game mechanic, feel free to use as many advantages as you can find!
  4. +
  5. This gamemode is in the process of being expanded, don't expect things to stay the same, and be patient with bugfixes
  6. +
+ +

+ + diff --git a/servers.html b/servers.html new file mode 100644 index 0000000..fb884f0 --- /dev/null +++ b/servers.html @@ -0,0 +1,41 @@ + + + +

Winter Survival 2 Anarchy

+ + +
+
+ servers +
+
+ recipes +
+
+ npcs +
+
+ home +
+
+ rules +
+
+ quickstart +
+
+
+ +

+ Servers currently running Winter Survival Anarchy: +
+ Alec's Otherwise | 24/7 Winter Surival +

+ +

+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..622c0ef --- /dev/null +++ b/style.css @@ -0,0 +1,83 @@ +a{ + text-decoration:none; + color:darkgrey; + font-weight:bold; +} + +footer>*{ + font-size:small; + background-color:white; +} + +img{ + vertical-align:sub; + margin-left:auto; +} + +h1{ + height:32px; + font-size:32px; + text-align:center; +} + +a:hover::after{ + content:">"; +} +a::after,a::before{ + font-weight:normal; + color:black; +} +a::after{ + content:"]"; +} +a::before{ + content:"["; +} +div{ + float:left; + margin-left:10%; + margin-right:10%; + width:10% +} +id{ + margin-left:10%; + margin-right:10%; + width:80%; + text-align:center; + float:left; +} + +html{ + width:80%; + margin-left:10%; + margin-right:10%; + color:black; + background-color:white; +} +footer{ + position:fixed; + bottom:0px; +} + +label { + cursor: pointer; +} + +input[type=checkbox] { + position: absolute; + /*top: 0; + left: 0;*/ + opacity: 0; +} + +body>ol,body>ul,body>p{ + float:left; +} + +input[type=checkbox] ~ul{ + height:0px; + overflow:hidden; +} +input[type=checkbox]:checked ~ul{ + height:auto; +} -- cgit v1.2.3-70-g09d2