forked from samitchaudhuri/gdp-vs-hdi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_report.css
131 lines (130 loc) · 1.99 KB
/
project_report.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
body,
html {
margin:10;
padding:0;
color:#000;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 1em; /* 1em=16px */
}
#header {
/*padding:5px 10px;*/
}
#wrap {
width:900px;
/*margin:0 auto;*/
margin-left: 20;
}
#main {
float:left;
width:500px;
padding:10px;
background:#F0F0F0;
}
#footer {
clear:both;
padding:5px 10px;
#background:#cc9;
}
#sidebar {
float:right;
width:350px;
padding:10px;
}
#nav {
padding:5px 10px;
}
#nav ul {
margin:0;
padding:0;
list-style:none;
}
#nav li {
display:inline;
margin:0;
padding:0;
}
h1 {
margin:0;
}
#chart_title , #chart_caption {
margin:0 0 1em;
color: black;
}
#chart_caption {
text-align: center;
}
#chart_title em , #chart_caption em {
color: red;
}
#footer p {
margin:0;
}
* html #footer {
height:1px;
}
path {
fill: none;
stroke: black;
stroke-width: 2px;
}
.tick {
fill: none;
stroke: black;
}
circle {
stroke: none;
}
line {
fill: none;
}
.year_select,.region_select {
padding: 5px;
background:#F0F0F0;
font-size: 1em;
display: none;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.tooltip {
line-height: 0.25em;
margin: 0px;
padding: 5px;
max-width: 230px;
border-radius: 2px;
color: #333;
background: #eee;
font-size: 0.85em;
font-weight: bold;
text-align: center;
position: absolute;
display: none;
}
.tooltip table {
font-size: 0.85em;
font-weight: bold;
}
.tooltip table #country_field,#region_field,#hdi_field{
text-align: right;
}
.tooltip:after {
top: 69px;
font-size: 0.85em;
color: white;
content: attr(info-tip);
display: block;
position: absolute;
z-index: 99;
}
fieldset {
border: 2px solid black;
font-size: 0.85em; /* 1em=16px */
}
legend {
border: 2px solid black;
font-size: 1.125em; /* 1em=16px */
font-weight: bold; /* 1em=16px */
}