~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to gis/dhis-gis-geostat/mfbase/openlayers/examples/style.css

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * CSS Reset
 
3
 * From Blueprint reset.css
 
4
 * http://blueprintcss.googlecode.com
 
5
 */
 
6
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
 
7
body {line-height:1.5;}
 
8
table {border-collapse:separate;border-spacing:0;}
 
9
caption, th, td {text-align:left;font-weight:normal;}
 
10
table, td, th {vertical-align:middle;}
 
11
blockquote:before, blockquote:after, q:before, q:after {content:"";}
 
12
blockquote, q {quotes:"" "";}
 
13
a img {border:none;}
 
14
 
 
15
/**
 
16
 * Basic Typography
 
17
 */
 
18
body {
 
19
    font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
 
20
    font-size: 80%;
 
21
    color: #222;
 
22
    background: #fff;
 
23
    margin: 1em 1.5em;
 
24
}
 
25
pre, code {
 
26
    margin: 1.5em 0;
 
27
    white-space: pre;
 
28
}
 
29
pre, code {
 
30
    font: 1em 'andale mono', 'lucida console', monospace;
 
31
    line-height:1.5;
 
32
}
 
33
a[href] {
 
34
    color: #436976;
 
35
    background-color: transparent;
 
36
}
 
37
h1, h2, h3, h4, h5, h6 {
 
38
    color: #003a6b;
 
39
    background-color: transparent;
 
40
    font: 100% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
 
41
    margin: 0;
 
42
    padding-top: 0.5em;
 
43
}
 
44
h1 {
 
45
    font-size: 130%;
 
46
    margin-bottom: 0.5em;
 
47
    border-bottom: 1px solid #fcb100;
 
48
}
 
49
h2 {
 
50
    font-size: 120%;
 
51
    margin-bottom: 0.5em;
 
52
    border-bottom: 1px solid #aaa;
 
53
}
 
54
h3 {
 
55
    font-size: 110%;
 
56
    margin-bottom: 0.5em;
 
57
    text-decoration: underline;
 
58
}
 
59
h4 {
 
60
    font-size: 100%;
 
61
    font-weight: bold;
 
62
}
 
63
h5 {
 
64
    font-size: 100%;
 
65
    font-weight: bold;
 
66
}
 
67
h6 {
 
68
    font-size: 80%;
 
69
    font-weight: bold;
 
70
}
 
71
 
 
72
/**
 
73
 * Map Examples Specific
 
74
 */
 
75
.smallmap {
 
76
    width: 512px;
 
77
    height: 256px;
 
78
    border: 1px solid #ccc;
 
79
}
 
80
#tags {
 
81
    display: none;
 
82
}
 
 
b'\\ No newline at end of file'