X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=backend%2Fstatic%2Fstyle.css;fp=backend%2Fstatic%2Fstyle.css;h=6fad26aecc6278b9fd70e625841105686032fcdf;hp=0000000000000000000000000000000000000000;hb=3a070ca2a63491b4d714643ae550b09773660c1e;hpb=73da6aae874c3d4efc3093173733c397a878fe06 diff --git a/backend/static/style.css b/backend/static/style.css new file mode 100644 index 0000000..6fad26a --- /dev/null +++ b/backend/static/style.css @@ -0,0 +1,20 @@ +* { + margin: 50px; + padding: 0px; +} + +body { + font-size: 18px; + font-family: 'Lobster Two'; + text-shadow: 2px 2px 2px #DDD; + text-align: center; + line-height: 30px; + color: #5b5b5b; + background-color: #ededed; + margin: 0px; +} + +img { + border: 0px; +} +