Ignore generated file
[mkws-moved-to-github.git] / experiments / spdemo / styles.css
1 html {
2     overflow-y: scroll;
3     font-size: 12px;
4 }
5
6 body {
7     font-family: tahoma, arial, sans-serif;
8     color: #156a16;
9 }
10
11 hr {
12     border: 0;
13     color: #156a16;
14     background-color: #156a16;
15     height: 1px;
16 }
17
18 thead {
19     font-weight: bold;
20 }
21
22 a {
23     color: #005701; 
24     text-decoration: none;
25 }
26
27 a.extern {
28     color: #CC6600;
29 }
30
31 a:hover {
32     text-decoration: underline;
33 }
34
35 a.crossout:hover {
36     text-decoration: line-through;
37     font-weight: bold;
38 }
39
40
41 #heading {
42     background-color: #87c9af;
43     border-top: 1px solid  #156a16;
44     color: #ffffff;
45     font-size: large;
46 }
47
48 input#button {
49     border: 3px outset #132194;
50     background-color: #132194;
51     padding: 2px;
52     width: 6em;
53     color: #FFFFFF;
54     font-weight: bold;
55     text-transform: uppercase;
56     font-size: 10px;
57     margin-left: 8px;
58     cursor: pointer;
59 }
60
61 input#query {
62     border: 2px inset #34cc67;
63     padding: 3px;
64     font-size: 12px;
65 }
66
67 div.termtitle {
68     margin: 4px;
69     font-weight: bold;
70 }
71
72 div.record {
73     padding: 5px;
74 }
75
76 div.details {
77     border: 3px dashed gray;
78     color: gray;
79     padding: 5px;
80     margin: 4px;
81 }
82
83 #switchmenu {
84     padding-bottom: 3px;
85     text-align: right;
86 }
87
88 #recordview {
89     background-color: #fafafa;
90     border-bottom: 1px solid  #156a16;
91 }
92
93 #targetview {
94     background-color: #fafafa;
95     border-bottom: 1px solid  #156a16;
96 }
97
98 #bytarget {
99     padding: 7px;
100 }
101
102 #footer {
103     padding-top: 4px;
104     color: #74c775;
105     text-align: center;
106 }
107
108 #stat {
109     font-weight: bold;
110 }