diff --git a/simplewiki/templates/simplewiki_base.html b/simplewiki/templates/simplewiki_base.html index 7931de21d2..df505dd6a2 100644 --- a/simplewiki/templates/simplewiki_base.html +++ b/simplewiki/templates/simplewiki_base.html @@ -87,6 +87,41 @@ text-align: right; text-decoration: none; width: 0px; } + +#footer_wiki { +background-color: #031634; +background-image: url(/static/css/images/css/bottomWrapper-bg.jpg); +background-position: 50% 0%; +background-repeat: repeat-x; +color: #ADCC80; +display: block; +font-family: Helvetica, Arial, sans-serif; +font-size: 13px; +font-style: normal; +font-weight: normal; +height: 140px; +text-align: center; +} + +a.footwiki { +background-color: transparent; +background-image: none; +background-position: 0% 0%; +background-repeat: repeat; +color: #ADCC80; +cursor: auto; +display: inline; +font-family: Helvetica, Arial, sans-serif; +font-size: 13px; +font-style: normal; +font-weight: normal; +height: 0px; +letter-spacing: normal; +line-height: 20px; +text-align: center; +text-decoration: none; +} +