source: trunk/htdocs/styles/atnf.css

Last change on this file was 80, checked in by Matthew Whiting, 17 years ago
  • Have copied the entire directory herschel:/var/www/vhosts/pulsararchive.atnf.csiro.au/htdocs to the repository, with the exception of its subdirectory presentations/, as this is just Albert's stuff. Have done this primarily for reference's sake, so that the archive webpages are in the repository and visible.
  • The new stuff that I have been doing over the last week has been moved to new-htdocs/ (this was in the php-testing/ directory). New things in this include the conesearch-vo.php file that returns an XML/VOTABLE file containing the results of the conesearch. Still needs to deal with error conditions, but does return valid VOTables.
  • Some updating of the VOrequirements document.
  • Property svn:executable set to *
File size: 1.4 KB
Line 
1/* ATNF Template CSS */
2
3html, body { padding: 0; margin: 0; }
4body { font-family: verdana, sans-serif; font-size: 90% }
5
6#imgEpping { border: 0; width: 70px; height: 61px; }
7#imgATNF { border: 0; width: 220px; height: 61px; }
8#imgCSIRO { float: right; border: 0; width: 42px; height: 50px; }
9
10#divTitleBar {
11        height: 61px;
12        background-image: url(http://www.atnf.csiro.au/images/starback3.jpg);
13}
14
15div.site-links {
16        float: right;
17}
18
19div.site-links a, div.site-links a:visited {
20        text-decoration: none;
21        font-size: small;
22        color: white;
23        margin-right: 0.5em;
24}
25
26div.site-links a:hover { color: #ff6600; }
27div.site-links a:active { color: #ccccff; }
28
29.navbar {
30        background-color: #ccccff;
31        padding: 0.1em 0 0.1em 0;
32        text-align: center;
33        border-top: solid 1px #ccccff;
34        border-bottom: solid 1px #9999ff;
35}
36
37.navbar a {
38        font-size: small;
39        margin-right: 0.5em;
40}
41
42
43.navbar a , .navbar a:visited {
44        color:  #3333cc;
45        text-decoration: none;
46}
47
48.navbar a:active {
49        color: #ff6600;
50}
51
52div.navbar a:hover {
53        text-decoration: underline;
54        color: #333399;
55}
56
57div#header {
58        border-bottom: solid 1px black;
59}
60
61div#footer {
62        font-size: small;
63        margin-top: 2em;
64}
65
66div#footer .bottom-matter { margin-left: 1em; margin-bottom: 0.5em; }
67
68#last-modified { font-style: italic }
69
70div.bodycontents { margin: 1em; }
71
72div.error {
73        margin: 1em;
74        background-color: rgb(250,250,250);
75}
76
77abbr, acronym { cursor: help; }
Note: See TracBrowser for help on using the repository browser.