remove old version number
[sjy/austlii.git] / austlii.css
1 /* austlii content is wrapped in a container and restyled */
2 #container {
3     max-width: 40em;
4     margin: 0 auto;
5     font-family: Georgia;
6     padding: 0;
7 }
8 #container h1 {border-bottom: 1px black solid;}
9 #container ol li {text-align: justify;}
10 #container a.section {font-weight: bold;}
11
12 /* floating menu added by austlii.js */
13 #menu {
14     position: fixed; bottom: 0; left: 5px; right: 5px;
15     padding: 0.5em;
16     text-align: center; font-size: 75%;
17     background: #fff; border: 1px #ccc solid; border-top: none;
18     box-shadow: 2px -2px 2px #ccc;
19 }
20 #menu h2 {margin: 0.2em; font-size: 100%;}
21 #menu ol {list-style-type: none; padding: 0; margin: 0;}
22 #menu ol li {margin-bottom: 0.5em; display: inline; margin: 0;}
23 #menu ol li a.current {font-weight: bold;}
24 #menu ol li .spacer {margin: 0 0.5em;}
25 #menu img {float: left; height: 3em;}

UCC git Repository :: git.ucc.asn.au