diff --git a/artsrc/ra/website-background.psd b/artsrc/ra/website-background.psd index 1d49570ce7..9a2d57c875 100644 Binary files a/artsrc/ra/website-background.psd and b/artsrc/ra/website-background.psd differ diff --git a/web/background.png b/web/background.png index 105b9e64f1..bd0e87cef3 100644 Binary files a/web/background.png and b/web/background.png differ diff --git a/web/index.html b/web/index.html index 4f9e250284..9d25e29f86 100644 --- a/web/index.html +++ b/web/index.html @@ -14,7 +14,7 @@ - diff --git a/web/openra.css b/web/openra.css index 3b56639db2..1dd3032db9 100644 --- a/web/openra.css +++ b/web/openra.css @@ -1,4 +1,4 @@ -body { background-color: black; margin: 0px; color: White } +body { background-color: black; margin: 0px; color: White; } h1 { font-family: Cambria, Georgia, Times New Roman, Serif } a { text-decoration: none; color: White } a:visited { text-decoration: none; color: White } @@ -18,6 +18,40 @@ div#header background-repeat: no-repeat; height: 66px } +div#content +{ + width: 33%; + margin: 30px 0 0 20px; + text-align: justify; +} +div#menu +{ + margin-top: 10px; + margin-left: auto; + width: 90% +} + +/* Sidebar */ +div#sidebar +{ + margin-top: 30px; +} +div#sidebar strong +{ + font-size: 2.3em; + display: block +} +div#sidebar li +{ + list-style-type: none; + float: left; + margin-right: 10px; +} +div#sidebar span +{ + font-size: 0.8em +} + span.links { margin: 0px 10px;