X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=static%2Fdebian.css;h=6aeb222515a894da2b9404428609a0cb5b024325;hb=58f3df6fefd7886f4a6765343354eb6e32503b1e;hp=fcef8bedbe14e01465eb6b4835d549735a2dc03f;hpb=9f7446707c6a20dd43f1bb7cbddcc4b3a9756550;p=deb%2Fpackages.git diff --git a/static/debian.css b/static/debian.css index fcef8be..6aeb222 100644 --- a/static/debian.css +++ b/static/debian.css @@ -830,3 +830,33 @@ div.tabular table > td:fist-child, table.tabular > td:fist-child, table.vendors float: left; margin-right: 1em; } + +#langSelector { +/* color: #0035c7; + text-decoration: underline; */ +} +#langSelector:hover { +/* cursor: pointer; + text-decoration: none; */ +} +#langContainer { + padding-top: 0.5em; +/* #background-color: #f5f6f7; + background-color: white; + background-image:url('Pics/gradient-flipped.png'); + background-position: bottom; + background-repeat: repeat-x; + display: none; + position: absolute; + left: -1em; + border-bottom: 1px solid #dfdfe0; + margin-right: -1em; + min-width: 100%; */ /* make it reach the right edge if only a few + languages are available */ + } +#langContainer a { + margin-right: 1em; +} +#pageLang:hover #langContainer { + display: block; +}