From 0886eab3851172017fee48c4159080825b60dd98 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 3 Apr 2018 16:54:24 -0400 Subject: Universe Games --- games/css/style.css | 68 +++++++++++++++++++++++++++++++++++++++++++++ games/index.html | 32 +++++++++++++++++++++ games/revolution/index.html | 39 ++++++++++++++++++++++++++ pokeworld/rules/index.html | 2 +- 4 files changed, 140 insertions(+), 1 deletion(-) create mode 100644 games/css/style.css create mode 100644 games/index.html create mode 100644 games/revolution/index.html diff --git a/games/css/style.css b/games/css/style.css new file mode 100644 index 0000000..6b24190 --- /dev/null +++ b/games/css/style.css @@ -0,0 +1,68 @@ +body { + font-family: Segoe UI, Helvetica, Arial; + padding:0; + margin:0; + background-color:#3e443e; + color:white; +} + +.container { + width:80%; + margin:auto; + overflow:hidden; +} + +header { + background-color:#262627; + color:white; + padding-top:30px; + min-height:70px; + border-bottom:#0a4db1 3px solid; +} + +header a { + color:white; + text-decoration:none; + font-size:16px; +} + +header ul { + margin:0; + padding:0; +} + +header li { + display:inline; + padding: 0 20px 0 20px; +} + +header #branding { + float:left; +} + +header #branding h1 { + margin:0; +} + +header nav { + float:right; + margin-top:10px; +} + +header .current a { + color:#0a4db1; + font-weight:bold; +} + +header a:hover { + color:#302f77; + font-weight:Bold; +} + +footer { + padding:20px; + margin-top:20px; + color:white; + background-color: #0a4db1; + text-align: center; +} \ No newline at end of file diff --git a/games/index.html b/games/index.html new file mode 100644 index 0000000..9a83aa1 --- /dev/null +++ b/games/index.html @@ -0,0 +1,32 @@ + + + + + + + Universe Games | Home + + + +
+
+
+

Universe Games

+
+ +
+
+
+

Welcome to the Universe Games website!

+

Right now this website is bare so please stay tuned for updates for this site!

+
+ + + diff --git a/games/revolution/index.html b/games/revolution/index.html new file mode 100644 index 0000000..7c138de --- /dev/null +++ b/games/revolution/index.html @@ -0,0 +1,39 @@ + + + + + + + Universe Games | Revolution + + + +
+
+
+

Universe Games

+
+ +
+
+
+

Revolution

+

A race against the networks.

+

Social Media at its finest

+

Download

+

No Download yet! Stay tuned!

+

+

Changelog

+ +
+ + + diff --git a/pokeworld/rules/index.html b/pokeworld/rules/index.html index ba1ad4f..1802c01 100644 --- a/pokeworld/rules/index.html +++ b/pokeworld/rules/index.html @@ -39,7 +39,7 @@

Administrators

jtsshieh
TheEdge
Chara

Moderators

-

Alee
FloppyDiskDrive
Sylveon
usChara

+

Alee
Sylveon
usChara

Thanks for reading the rules! We hope you have a fun time in PokeWorld!

-- cgit v1.2.3