X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/a50ddc685551384615e95785eb01d4505412df5e..8e82784fa2fe21d9c3828adbf43178a39c7cdea6:/prawokultury/static/css/menu.scss?ds=sidebyside diff --git a/prawokultury/static/css/menu.scss b/prawokultury/static/css/menu.scss new file mode 100755 index 0000000..2509d6f --- /dev/null +++ b/prawokultury/static/css/menu.scss @@ -0,0 +1,49 @@ +#menu-bar { + height: 4em; +} + +#menu { + list-style: none; + margin-left: 0; + text-transform: uppercase; + margin: .7em 0 0 0; + + li { + display: inline-block; + position: relative; + list-style: none; + padding-left: 0; + margin-right: 3em; + + a { + color: black; + font-size: 1.1em; + } + } + li:last { + margin-right: 0; + } + li.active { + font-weight: bold; + } + li.active:before { + color: #004e98; + content: "("; + position: absolute; + left: -.7em; + font-size: 2em; + top: -.25em; + } + li.active:after { + color: #004e98; + content: ")"; + position: absolute; + right: -.7em; + font-size: 2em; + top: -.25em; + } + + #item-lang a { + color: #0050a2; + } +} \ No newline at end of file