Skip to content
Snippets Groups Projects
Commit 5c7a7594 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add footer

parent f7e20062
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
</div> </div>
<script type="text/javascript" defer src="functions.js"></script> <script type="text/javascript" defer src="functions.js"></script>
<footer><?php echo $aConfig['title'] ?? 'AAI Login'; ?><br>AAI Login v0.1 - <a href="https://git-repo.iml.unibe.ch/iml-open-source/login-aai">Source</a></a></footer>
</body> </body>
</html> </html>
\ No newline at end of file
:root{ :root{
--main-bg: linear-gradient(-5deg, #abc,#e0e8f0) fixed; --main-bg: linear-gradient(-5deg, #abc, #fff, #e0e8f0) fixed;
--main-color: #123; --main-color: #123;
--h1-color: #68a; --h1-color: #68a;
...@@ -16,8 +16,10 @@ ...@@ -16,8 +16,10 @@
--info-bg: #fc3; --info-bg: #fc3;
--info-color: #650; --info-color: #650;
--footer-color: #789;
/** ---------- mode boxes */ /** ---------- mode boxes */
--idp-border: 1px solid #bcd; --idp-border: 1px solid #cde;
--idp-color: #46c; --idp-color: #46c;
--idp-shadow: 0 0 2em #eee inset; --idp-shadow: 0 0 2em #eee inset;
...@@ -32,6 +34,9 @@ ...@@ -32,6 +34,9 @@
} }
a, a:visited{
color: var(--a-color);
}
body { body {
background_: linear-gradient(-5deg, #abc, #cee, #f0f8ff, #e0e8f0, #fee) fixed; background_: linear-gradient(-5deg, #abc, #cee, #f0f8ff, #e0e8f0, #fee) fixed;
background: var(--main-bg); background: var(--main-bg);
...@@ -73,6 +78,12 @@ div.info{ ...@@ -73,6 +78,12 @@ div.info{
color: var(--info-color); color: var(--info-color);
} }
footer{
width: 60%;
color: var(--footer-color);
margin: 10em auto 5em;
text-align: right;
}
/** ---------- mode boxes */ /** ---------- mode boxes */
div.idp a{ div.idp a{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment