X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=style.screen.css;fp=style.screen.css;h=e5ccc1bb0c21b7828e86ce90fa366d0f0f87130d;hb=94a27f704e7850171098efeeb061296e47b82b5f;hp=0000000000000000000000000000000000000000;hpb=1a056533d37a8ea86534d4ef67ad277d14bb9374;p=licom.git diff --git a/style.screen.css b/style.screen.css new file mode 100644 index 0000000..e5ccc1b --- /dev/null +++ b/style.screen.css @@ -0,0 +1,137 @@ +a +{ + color: blue; + background-color: inherit; + text-decoration: none; +} + +a:hover +{ + text-decoration: underline; +} + +a:visited +{ + color: navy; + background-color: inherit; +} + +body +{ + color: black; + background-color: white; +} + +div.error +{ + color: red; + background-color: yellow; + + font-weight: bold; + padding: 1ex; + border: 2px solid red; +} + +div.foot +{ + color: gray; + background-color: white; + + position: fixed; + top: auto; + right: 0px; + bottom: 0px; + left: 0px; + + font-size: x-small; + text-align: right; + border-top: 1px solid black; + width: 100%; +} + +div.foot a +{ + color: black; + background-color: inherit; + text-decoration: none; +} + +div.foot a:hover +{ + text-decoration: underline; +} + +div.menu +{ + border-top: 1px solid black; + margin-top: 1ex; + font-weight: bold; +} + +div.menu a +{ + color: blue; + background-color: transparent; +} + +div.topmenu +{ + margin-bottom: 1ex; + padding-bottom: 1ex; + border-bottom: 1px solid black; +} + +div.topmenu form +{ + display: inline; + margin-right: 5ex; +} + +h1 +{ + position: absolute; + top: 1ex; + right: 1ex; + bottom: auto; + left: auto; + + font-size: 100%; + font-weight: bold; +} + +img +{ + border: none; +} + +table.list +{ + width: 100%; + border: 2px solid #d0d0d0; +} + +table.list td +{ + empty-cells: show; +} + +td +{ + color: black; + background-color: #e8e8e8; + vertical-align: top; +} + +th +{ + color: black; + background-color: #d0d0d0; + padding: 0.3ex; + text-align: left; + vertical-align: top; +} + +ul.groups li +{ + margin-top: 0.5ex; +}