source: trunk/gsdl3/packages/gsdl-as/web/default.css@ 8720

Last change on this file since 8720 was 8720, checked in by schweer, 19 years ago

worked on web interface

  • Property svn:keywords set to Author Date Id Revision
File size: 854 bytes
Line 
1body {
2 color: black;
3 background-color: white;
4 /*font-family: "Trebuchet MS", Arial, helvetica, sans-serif;*/
5 text-align: center;
6 margin: 0px;
7 background-image: url("images/chalk.gif");
8 background-repeat: repeat-y;
9}
10
11#content {
12 background-image: url("images/gsdlhead.gif");
13 background-repeat: no-repeat;
14 background-position: center top;
15 padding-top: 88px;
16 width: 537px;
17 position: relative;
18 text-align: left;
19 margin-left: auto;
20 margin-right: auto;
21 margin-top: 10px;
22}
23
24
25.error {
26 color: red;
27 font-weight: bold;
28}
29
30.details {
31 font-size: small;
32}
33
34table, thead {
35 border: 1pt solid black;
36}
37
38thead {
39 background-color: gray;
40}
41
42a:link {
43 color: #006666;
44}
45
46a:active {
47 color: #cc9900;
48}
49
50a:visited {
51 color: #666633;
52}
53
54img.help {
55 cursor: help;
56}
Note: See TracBrowser for help on using the repository browser.