summaryrefslogtreecommitdiffstats
path: root/WebContent/stylesheets/navigation.css
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-11-22 15:07:27 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-11-23 15:57:23 +0100
commitdf8c8d8eaa3fd74b2f6a76341611555ee6d8834d (patch)
tree40e93e3b3674f32d4870486eb9f5870d9fe45b2b /WebContent/stylesheets/navigation.css
downloadJCatalog-df8c8d8eaa3fd74b2f6a76341611555ee6d8834d.tar.gz
JCatalog-df8c8d8eaa3fd74b2f6a76341611555ee6d8834d.zip
Add initial files
Diffstat (limited to 'WebContent/stylesheets/navigation.css')
-rw-r--r--WebContent/stylesheets/navigation.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/WebContent/stylesheets/navigation.css b/WebContent/stylesheets/navigation.css
new file mode 100644
index 0000000..1ec153b
--- /dev/null
+++ b/WebContent/stylesheets/navigation.css
@@ -0,0 +1,25 @@
+#navcontainer ul
+{
+margin: 0;
+padding: 0;
+list-style-type: none;
+}
+
+#navcontainer li { margin: 0 0 .2em 0; }
+
+#navcontainer a
+{
+display: block;
+color: black;
+background-color: #ddd;
+width: 6em;
+padding: .2em .8em;
+text-decoration: none;
+}
+
+#navcontainer a:hover
+{
+background-color: #bbb;
+color: #FFF;
+}
+