Fix bytarget list not cleared for new search PAZ-1019
[pazpar2-moved-to-github.git] / www / mobile / 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 #heading {
41     background-color: #87c9af;
42     border-top: 1px solid  #156a16;
43     color: #ffffff;
44     font-size: large;
45 }
46
47 input#button {
48     border: 3px outset #132194;
49     background-color: #132194;
50     padding: 2px;
51     width: 6em;
52     color: #FFFFFF;
53     font-weight: bold;
54     text-transform: uppercase;
55     font-size: 10px;
56     margin-left: 8px;
57     cursor: pointer;
58 }
59
60 input#query {
61     border: 2px inset #34cc67;
62     padding: 3px;
63     font-size: 12px;
64 }
65
66 div.termtitle {
67     margin: 4px;
68 //    font-weight: bold;
69 }
70
71 div.record {
72     padding: 5px;
73 }
74
75 div.details {
76     border: 3px dashed gray;
77     color: gray;
78     padding: 5px;
79     margin: 4px;
80 }
81
82 #switchmenu {
83     padding-bottom: 3px;
84     text-align: right;
85 }
86
87 #recordview {
88     background-color: #fafafa;
89     border-bottom: 1px solid  #156a16;
90 }
91
92 #targetview {
93     background-color: #fafafa;
94     border-bottom: 1px solid  #156a16;
95 }
96
97 #bytarget {
98     padding: 7px;
99 }
100
101 #footer {
102     padding-top: 4px;
103     color: #74c775;
104     text-align: center;
105 }
106
107 #stat {
108     font-weight: bold;
109 }