X-Git-Url: https://projects.mako.cc/source/rapidsms/blobdiff_plain/1e678b8dfe9cc8473d0e4b14f554db44312ef8b4..78c2c7b8bb0ee1182445d194d15f0529993babec:/static/style.css diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..9bbffe7 --- /dev/null +++ b/static/style.css @@ -0,0 +1,44 @@ +h1, h2, h3 { + border-bottom: 3px #000080 solid; + width: 66%; +} + +#errormsg { + width: 20em; + border: 2px red solid; +} + +#errormsg h3 { + margin: 0; + padding: 0.3em 0 0.3em 0; + background: red; + color: white; + text-align: center; + border: 0 0 0 0; +} + +table, td, th { + border: 1px #000080 solid; + border-collapse: collapse; + border-spacing: 0px; +} + +td, th { + padding: 0.2em; + text-alignt: left; +} + +th { + background: #000080; + color: white; + text-align: center; + font-weight: bold; +} + +#footer { + clear: both; + margin-top: 7em; + text-align: center; + font-size: 70%; +} +