X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=stylesheets%2Fcommon.css;h=ceb5412c426e63f53c21e23b361ab04e50867651;hb=abb30a7ed2b30df03961814aba9f0e10ddda1d87;hp=91596be8a4c90ccfacaab2ade5db24ae84f03a74;hpb=8870197421984e994ce9d40bf0ab35f2634470c2;p=lhc%2Fweb%2Fwiklou.git diff --git a/stylesheets/common.css b/stylesheets/common.css index 91596be8a4..ceb5412c42 100644 --- a/stylesheets/common.css +++ b/stylesheets/common.css @@ -115,3 +115,25 @@ img.tex { vertical-align: middle; } color: red; font-size: larger; } +/* preference page with js-genrated toc */ + +#preftoc { + float: left; + margin: 1em 1em 1em 1em; + width: 13em; +} +#preftoc li { border: 1px solid White; } +#preftoc li.selected { + background-color:#f9f9f9; + border:1px dashed #aaaaaa; +} +#preftoc a, +#preftoc a:active { + display: block; + color: #005189; +} +#prefcontrol { + clear: left; + float: left; + margin-top: 1em; +}