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

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-gis/src/main/webapp/dhis-web-gis/images/dhis-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
body {
 
2
        background-color: #EAEBED;
 
3
}
 
4
.topmenu {
 
5
        background-color: #999999;
 
6
        text-align: center;
 
7
        vertical-align: middle;
 
8
        color: #FFFFFF;
 
9
        font-size: 12px;
 
10
        padding: 1px;
 
11
        border-left-style: none;
 
12
        border-left-width: thin;
 
13
        border-right-style: none;
 
14
        border-top-width: thin;
 
15
        border-top-style: dotted;
 
16
 
 
17
 
 
18
}
 
19
body, td, p, select, input, textarea {
 
20
}
 
21
.leftMenu {
 
22
        color: #FFFFFF;
 
23
        background-color: #CCCCCC;
 
24
        border-top-width: thin;
 
25
        border-right-width: thin;
 
26
        border-bottom-width: thin;
 
27
        border-left-width: thin;
 
28
        border-right-style: dotted;
 
29
        border-bottom-style: dotted;
 
30
        list-style-type: disc;
 
31
        font-size: 12px;
 
32
        text-align: right;
 
33
        text-indent: 10px;
 
34
        vertical-align: middle;
 
35
        padding-left: 0px;
 
36
        padding-right: 10px;
 
37
 
 
38
 
 
39
 
 
40
 
 
41
}
 
42
.heading1 {
 
43
        text-align: center;
 
44
        vertical-align: middle;
 
45
        color: #FFFFFF;
 
46
        background-color: #CCCCCC;
 
47
        font-weight: bold;
 
48
        border-bottom-width: 1px;
 
49
        border-bottom-style: solid;
 
50
 
 
51
}
 
52
link {
 
53
}
 
54
a:link {
 
55
        color: #333333;
 
56
        text-decoration: none;
 
57
}
 
58
a:hover {
 
59
        color: #666666;
 
60
        text-decoration: underline;
 
61
        background-color: #CCCCCC;
 
62
}
 
63
.tableborder {
 
64
        border: medium solid #666666;
 
65
}
 
66
.moduleheader {
 
67
        color: #666666;
 
68
        background-color: #FFFFFF;
 
69
        border-top-style: none;
 
70
        border-bottom-style: dashed;
 
71
        border-top-color: #999999;
 
72
        border-right-color: #999999;
 
73
        border-bottom-color: #999999;
 
74
        border-left-color: #999999;
 
75
        font-size: 16px;
 
76
        text-align: left;
 
77
        vertical-align: middle;
 
78
        border-right-style: none;
 
79
        border-top-width: thin;
 
80
        border-right-width: thin;
 
81
        border-bottom-width: thin;
 
82
        border-left-width: thin;
 
83
 
 
84
 
 
85
}
 
86
.modulemenu {
 
87
        font-size: 9px;
 
88
        color: #999999;
 
89
        text-align: left;
 
90
        padding: 5px;
 
91
        border: thin none;
 
92
        background-color: #FFFFFF;
 
93
        vertical-align: middle;
 
94
 
 
95
 
 
96
 
 
97
 
 
98
 
 
99
}
 
100
.pageheader {
 
101
        color: #333333;
 
102
        background-color: #CCCCCC;
 
103
        text-align: left;
 
104
        vertical-align: middle;
 
105
        padding-left: 10px;
 
106
        font-size: 11px;
 
107
        text-align: left;
 
108
        border-bottom-width: thin;
 
109
        border-top-style: none;
 
110
        border-bottom-style: solid;
 
111
        border-bottom-color: #FFFFFF;
 
112
 
 
113
}
 
114
.tableheader {
 
115
        font-size: 11px;
 
116
        FONT-FAMILY: .vnArial, .vnArial;
 
117
        font-weight: bold;
 
118
        text-align: left;
 
119
        vertical-align: middle;
 
120
        background-color: #999999;
 
121
}
 
122
.tablemenu {
 
123
        font-size: 10px;
 
124
        background-color: #999999;
 
125
        text-align: right;
 
126
        vertical-align: middle;
 
127
        color: #FFFFFF;
 
128
        border-top-style: solid;
 
129
        border-top-color: #FFFFFF;
 
130
        border-right-color: #FFFFFF;
 
131
        border-bottom-color: #FFFFFF;
 
132
        border-left-color: #FFFFFF;
 
133
        padding: 5px;
 
134
 
 
135
 
 
136
}
 
137
.tableitem {
 
138
        background-color: #FFFFFF;
 
139
        text-align: center;
 
140
        vertical-align: middle;
 
141
        color: #000000;
 
142
        font-size: 11px;
 
143
        FONT-FAMILY: .vnArial, .vnArial;
 
144
 
 
145
}
 
146
.formlabel {
 
147
        text-align: left;
 
148
        vertical-align: middle;
 
149
        padding-left: 10px;
 
150
        font-size: 11px;
 
151
}
 
152
.formcontrol {
 
153
        text-align: left;
 
154
        vertical-align: middle;
 
155
        padding-left: 5px;
 
156
}
 
157
a:visited {
 
158
        color: #666666;
 
159
        text-decoration: none;
 
160
 
 
161
}