X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fcss%2Fbase%2Fnavigation.css;fp=src%2Fmain%2Fwebapp%2Fcss%2Fbase%2Fnavigation.css;h=478d5684849dbc1586ec3754f73b4775271e406d;hp=0000000000000000000000000000000000000000;hb=9794828e20767044f1288be7fa11da872f11d2d3;hpb=62baa4283e485b8d28c3e1cc429decb188dab9ab diff --git a/src/main/webapp/css/base/navigation.css b/src/main/webapp/css/base/navigation.css new file mode 100644 index 00000000..478d5684 --- /dev/null +++ b/src/main/webapp/css/base/navigation.css @@ -0,0 +1,51 @@ +#nav +{ + margin: 0 0 -1em 0; +} +#menu +{ + position: relative; + width: 200%; + top: -7em; + right: 100%; + text-align: right; + list-style-type: none; + margin: 0; + padding: 0; +} +#menu > li.m +{ + display: inline-block; + padding: 0 0 0 4em; +} +#menu > li.m > .m +{ + font-family: 'BPreplay', Helvetica, Arial, sans-serif; + font-weight: bold; + font-size: 250%; /** 40px */ + color: #0ACF00; +} +#menu > li.m > a.m +{ + border-color: #0ACF00; +} +#menu > li.m > a.m:hover +{ + border-color: #078600; +} +#menu > li.m > a.m:hover, +#menu > li.m > strong.m +{ + border-style: solid; +} +#menu > li.m > a.m:hover +{ + color: #078600; +} +#menu > li.m > a.m:hover:before, +#menu > li.m > a.m.selected:before, +#menu > li.m > strong.m:before +{ + content: '> '; + margin-left: -.92em; +}