File: everywidget.css

package info (click to toggle)
witty 3.1.2-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 45,512 kB
  • ctags: 35,832
  • sloc: cpp: 69,469; ansic: 66,945; xml: 4,383; sh: 594; perl: 108; makefile: 106
file content (259 lines) | stat: -rw-r--r-- 3,868 bytes parent folder | download
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
body, html {
    font-family:arial,sans-serif;
    height: 100%;
    width: 100%;
    margin: 0px; padding: 0px; border: none;
    overflow: hidden;
}

a {
    outline: none;
}

ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 1.12em 0;
}

.contents p {
    margin: 16px 0px
}

.contents h1 {
    font-size: 150%;
    font-weight: bold;
    color: #528B12; 
    margin: 7px 0px;
}

.contents h2 {
    font-size: 120%;
    font-weight: bold;
    color: #528B12;
    margin: 7px 0px;
}

.contents h2 span {
    border-bottom: 0.2em solid #000;
}

.contents h3 {
    font-size: 100%;
    font-weight: bold;
    color: #528B12;
    margin: 7px 0px;
}

.trhead {
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.trhead td {
    padding-left: 4px;
    padding-right: 4px;
}

.trdata {
    font-family: sans-serif;
    font-size: 10pt;
}

.trdata td {
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
}

.trdata td input[type="checkbox"] {
    text-align: center;
    margin: 0px auto;
    display: block;
}

.tdhead {
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding-right: 8px;
    text-align: right;
}

.tddata {
    font-family: sans-serif;
    font-size: 10pt;
    padding-left: 4px;
}

.Wt-suggest .highlight {
    padding: 0px;
    font-weight: bold;
    text-decoration: underline;
}

ul.menu {
    margin:0px;
    padding-left:0px;
    padding-bottom:30px;
    text-indent:5px;
    list-style:none;
    width:200px;
    overflow: auto;
}

ul.menu li {
    padding-top: 8px;
}

ul.menu a {
    letter-spacing:1px;
    text-decoration:none;
    padding-bottom:5px;
    width:200px;
}

ul.menu .itemselected, ul.menu .itemselected a, ul.menu .itemselected a {
    color: black;
}

ul.menu .item, ul.menu a.item, ul.menu .item a {
    color: #7E7E7E;
}

ul.menu a:hover, ul.menu .item a:hover {
    color: #70BD1A;
    text-decoration: none;
}

ul.submenu {
    font-size: 90%;
    margin-left: 15px;
    padding-bottom: 0px;
    width: auto;
    border-right: 0px;
}

ul.submenu li {
    padding-top: 4px;
}

ul.submenu li a {
    padding-bottom: 0px;
}

span.title {
    font-size: 150%;
    font-weight: bold;
    color: #528B12;
}

span.doc {
    vertical-align: top;
}

span.doc a {
    color: #7E7E7E;
    text-decoration: none;
    vertical-align: top;
}

span.doc a:hover {
    color: #70BD1A;
    text-decoration: none;
}

span.reactive {
    display: block;
    background-color: #CCCCCC;
    cursor: pointer;cursor:hand;
    margin: 3px 0px;
}

div.contents {
    padding: 6px;
}

.example-table {
    margin: 5px auto;
    border: 1px solid gray;
}

.example-table td {
    padding: 3px 5px;
    border-right: 1px solid gray;
}

.example-tree .selected {
    background-color: yellow;
}

.tabwidget {
    border-bottom: 1px solid gray;
    padding-bottom: 3px;
    height: 100px;
}

.in-place-edit span {
    margin:1px
}

.in-place-edit span:hover{
    background-color:#FFFFCC;
    margin:0px;
    border:1px solid #CCCCCC;
}

.tree-table .header * {
  font-weight: bold;
}

.tree-table .header {
  border-bottom: solid 1px;
}

.validators td {
    padding: 3px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.yellow-box {
    background-color: #ffffb4;
    border: 1px solid black;
    white-space: nowrap;
    margin-top: 1ex;
    margin-bottom: 1ex;
}

.green-box {
    background-color: #c4ffb4;
    min-height: 30px;
    text-align: center;
    padding: 3px;
    white-space: nowrap;
}

.blue-box {
    background-color: #65dae8;
    min-height: 30px;
    text-align: center;
    padding: 3px;
    white-space: nowrap;
}

.events {
    border: 4px solid #528B12;
    padding: 5px;
}

.popupmenuLabel {
    padding: 5px;
    background-color: #E7E5E0;
    cursor: default;   
}