Add bubbletree
[contractdashboard.git] / lib / pChart2.1.0 / examples / sandbox / style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
body
 {
  margin: 4px;
  text-align: left;
  font-family: tahoma;
  background-color: #FFFFFF;
  background-image: url('graphix/background.console.png');
 }
 
table { margin: 0px; padding: 0px;}
 
td { margin: 0px; padding: 0px; }
 
tr { margin: 0px; padding: 0px; }
 
td.topMenu   { font-family: tahoma; font-size: 11px; }
 
div.roundedCorner { font-size: 10px; }
 
div.topMenu { border: 1px solid #FEFEFE; background-color: #EAEAEA; cursor: hand; cursor: pointer; }
 
input
 {
  font-family: tahoma;
  font-size: 10px;
 }
 
input[type="text"]
 {
  width: 325px;
  border: 1px solid #D0D0D0;
  background-color: #FFFFFF;
  vertical-align: middle;
  font-weight: normal;
  color: #707070;
  outline: none;
  height: 15px;
 }
 
select
 {
  border: 1px solid #D0D0D0;
  background-color: #FFFFFF;
  vertical-align: middle;
  font-weight: normal;
  color: #707070;
  outline: none;
  font-size: 10px;
  height: 19px;
 }
 
input[type="submit"]
 {
  border: 1px solid #D0D0D0;
  background-color: #FFFFFF;
  vertical-align: middle;
  font-weight: normal;
  color: #707070;
  outline: none;
 }
 
pre
 {
  font-family; tahoma;
  font-size: 11px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  padding: 5px;
  margin-top: 20px;
  text-align: left;
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
 }
 
a.link:link             { text-decoration: none; }
a.link:visited          { text-decoration: none; }
a.link:hover            { text-decoration: underline; }
 
a.smallLinkGrey:link    { text-decoration: none; color: #6A6A6A; }
a.smallLinkGrey:visited { text-decoration: none; color: #6A6A6A; }
a.smallLinkGrey:hover   { text-decoration: underline; color: #6A6A6A; }
 
a.smallLinkBlack:link    { text-decoration: none; color: #000000; }
a.smallLinkBlack:visited { text-decoration: none; color: #000000; }
a.smallLinkBlack:hover   { text-decoration: underline; color: #000000; }