diff --git a/src/common/static_files/css/master.css b/src/common/static_files/css/master.css new file mode 100644 index 0000000..9c806b4 --- /dev/null +++ b/src/common/static_files/css/master.css @@ -0,0 +1,48 @@ +html, body{ + height: 100%; + width: 100%; +} + +.hidden{ + display: none; +} + +a{ + text-decoration: none; + color: #AA3B07; +} + +a:visited{ + text-decoration: none; + color: #AA3B07; +} + +a:active{ + text-decoration: none; + color: #AA3B07; +} + +nav{ + width: 100vw; + height: 5vh; + border: 1px solid black; + border-radius: 5px; +} + +.nav_box{ + position: relative; + padding-top: .5vh; + padding-bottom: .5vh; +} + +#left_nav{ + padding-left: 5vw; + text-align: left; + float: left; +} + +#right_nav{ + padding-right: 5vw; + text-align: right; + float: right; +} diff --git a/src/common/static_files/pictures/sign_in_steam_button.png b/src/common/static_files/pic/steam_sign_in.png similarity index 100% rename from src/common/static_files/pictures/sign_in_steam_button.png rename to src/common/static_files/pic/steam_sign_in.png diff --git a/src/common/templates/master.html b/src/common/templates/master.html index 25ca82c..e6706e1 100644 --- a/src/common/templates/master.html +++ b/src/common/templates/master.html @@ -1,12 +1,39 @@ +{% load static %} - Asiimov - CS:GO Trading Website + {% block title %}{% endblock %} + + + + + + + + + + + - - {% block content %}{% endblock %} -