From 79d0cfa03d7b275da250c6696d4612d51a52ff30 Mon Sep 17 00:00:00 2001 From: Findus23 Date: Tue, 31 Dec 2013 15:52:29 +0100 Subject: [PATCH] =?UTF-8?q?Beginn=20eines=20Men=C3=BCs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- menue.php | 17 +++++++++++++++++ style.css | 13 +++++++++---- 2 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 menue.php diff --git a/menue.php b/menue.php new file mode 100644 index 0000000..a853c59 --- /dev/null +++ b/menue.php @@ -0,0 +1,17 @@ + + + + + + + + + + \ No newline at end of file diff --git a/style.css b/style.css index 3a61647..58676a4 100644 --- a/style.css +++ b/style.css @@ -4,9 +4,6 @@ tr:nth-child(2n) td { tr:nth-child(2n-1) td { background: #FAFA1F } -a.tabelle:visited { - color: blue; -} input, textarea { width: 300px; } @@ -19,7 +16,7 @@ th { font-size: 120%; font-weight: bold; } -a { +a{ font: bold 11px Arial; text-decoration: none; background-color: #EEEEEE; @@ -38,3 +35,11 @@ a { html { text-align: center; } +nav a:visited, nav a:link { + box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + -webkit-border-radius: 0px; + border-radius: 0px; + +} \ No newline at end of file