diff --git a/404.html b/404.html index 3827f92..7f5cafd 100755 --- a/404.html +++ b/404.html @@ -29,6 +29,7 @@ + @@ -39,7 +40,7 @@
- Lermer.nl + LERMER.NL
- - \ No newline at end of file diff --git a/assets/css/mrl.css b/assets/css/mrl.css index 14f2c00..8af562c 100755 --- a/assets/css/mrl.css +++ b/assets/css/mrl.css @@ -164,7 +164,7 @@ } a:active { - color: yellow; + color: #8d100e; background-color: #2B3642; text-decoration: underline; } @@ -181,7 +181,7 @@ } a:hover { - background-color: #2B3642; + background-color: #374351; } /*specials*********************************************************************************************************/ @@ -197,45 +197,72 @@ } .knop{ - padding: 25px 90px 25px 90px; text-align: center; + padding: 25px 90px 25px 90px; text-decoration: none; border-radius: 5px; font-size: 20px; - color: #D2E0F0; cursor: pointer; } #knop a:link{ color: #D2E0F0; - background-color: transparent; + background-color: #2B3642; text-decoration: none; + padding: 25px 25px 25px 25px; } #knop a:visited { - color: rgba(255, 255, 255, 0); + color: #D2E0F0; background-color: #2B3642; text-decoration: none; } #knop a:hover { - background-color: #2B3642; + background-color: #374351; + } #knop a:active { - color: yellow; + color: #8d100e; background-color: #2B3642; text-decoration: underline; } - .knop_contact{ - padding: 25px 25px 25px 25px; - width: 100%; - font-size: 18px; - background-color: #171E26 + #knop_contact{ + text-align: center; + padding: 0px 0px 25px 0px; + text-decoration: none; + border-radius: 5px; + font-size: 20px; + cursor: pointer; } - + #knop_contact a:link{ + color: #D2E0F0; + background-color: transparent; + text-decoration: none; + padding: 25px 25px 25px 25px; + } + + #knop_contact a:visited { + color: #D2E0F0; + background-color: transparent; + text-decoration: none; + } + + #knop_contact a:hover { + background-color: #374351; + border-radius: 5px; + } + + #knop_contact a:active { + color: #8d100e; + background-color: #2B3642; + text-decoration: underline; + border-radius: 5px; + } + /*menu*********/ nav{ float: right; @@ -284,16 +311,30 @@ text-transform: uppercase; border-radius: 5px; font-size: 20px; - } + .footer-links ul li:hover { + display: inline-block; + background-color: #374351; + text-transform: uppercase; + border-radius: 5px; + font-size: 20px; + } + .footer-links ul li a { text-decoration: none; - padding: 15px 17px 15px 17px; + color: #D2E0F0; + } + + .footer-links ul li a:hover { + text-decoration: none; border-radius: 5px; color: #D2E0F0; } - + .footer-links ul li a:active { + color: #8d100e; + } + /*uitzonderingen*********************************************************************************************************/ diff --git a/assets/js/mrl.js b/assets/js/mrl.js new file mode 100644 index 0000000..ea1e44a --- /dev/null +++ b/assets/js/mrl.js @@ -0,0 +1,8 @@ +function hamburgermenuknopje() { + var x = document.getElementById('main_menu_01'); + if (x.style.display === "block") { + x.style.display = "none"; + } else { + x.style.display = "block"; + } + } \ No newline at end of file diff --git a/index.html b/index.html index f22ed34..7ef21c4 100755 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@ + @@ -38,7 +39,7 @@
- Lermer.nl + LERMER.NL
- - \ No newline at end of file diff --git a/robots.txt b/robots.txt old mode 100644 new mode 100755