diff --git a/python/web/media/styles/scaffold.css b/python/web/media/styles/scaffold.css index c05fad0..7ea3da9 100644 --- a/python/web/media/styles/scaffold.css +++ b/python/web/media/styles/scaffold.css @@ -76,6 +76,23 @@ img.aligncenter { text-shadow: 1px 1px 1px #44A4BD; } +.links { + float: center; + color: #27606E; + font-family: verdana, sans-serif, arial, courier new; + text-align: center; + font-weight: bolder; + text-shadow: 1px 1px 1px #44A4BD; +} + +.link { + color: #27606E; + font-family: verdana, sans-serif, arial, courier new; + text-align: center; + font-weight: bolder; + text-shadow: 1px 1px 1px #44A4BD; +} + .field { color: #27606E; text-align: center; @@ -85,6 +102,11 @@ img.aligncenter { width: 320px; } +.heading { + text-decoration: none; + color: #44A4BD; +} + .img { float: left; display: inline; diff --git a/python/web/templates/base/main.html b/python/web/templates/base/main.html index b88d0e9..f2170a0 100644 --- a/python/web/templates/base/main.html +++ b/python/web/templates/base/main.html @@ -10,6 +10,13 @@