This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
forked from DanBricklin/socialcalc
-
Notifications
You must be signed in to change notification settings - Fork 6
/
socialcalc.css
371 lines (303 loc) · 5.55 KB
/
socialcalc.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
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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
/*
// The optional default CSS style sheet for the SocialCalc package.
// SocialCalc can run without a style sheet (the default) or with one.
//
// (c) Copyright 2008 Socialtext, Inc.
// All Rights Reserved.
//
// The contents of this file are subject to the Artistic License 2.0; you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at http://socialcalc.org/licenses/al-20/.
//
// Some of the other files in the SocialCalc package are licensed under
// different licenses. Please note the licenses of the modules you use.
//
// Code History:
//
// Initially coded by Dan Bricklin of Software Garden, Inc., for Socialtext, Inc.
*/
/*
Default settings
*/
.defaultComment {
background-repeat: no-repeat;
background-position: top right;
background-image: url(images/sc-commentbg.gif);
}
.defaultCommentNoGridStyle {
}
.defaultHighlightTypeCursor {
color: #FFF;
background-color: #A6A6A6;
}
.defaultHighlightTypeRange {
color: #000;
background-color: #E5E5E5;
}
.defaultColname {
font-size: small;
text-align: center;
color: #FFF;
background-color: gray;
cursor: e-resize;
}
.defaultSelectedColname {
font-size: small;
text-align: center;
color: #FFF;
background-color: #404040;
cursor: e-resize;
}
.defaultRowname {
font-size: small;
text-align: right;
color: #FFF;
background-color: gray;
}
.defaultSelectedRowname {
font-size: small;
text-align: right;
color: #FFF;
background-color: #404040;
}
.defaultUpperLeft {
font-size: small;
}
.defaultSkippedCell {
font-size: small;
background-color: #CCC;
}
.defaultPaneDivider {
font-size: small;
background-color: #ECECEC;
padding: 0;
}
.cteGriddiv {
}
.defaultInputEcho {
background-color: #FFD;
border: 1px solid #884;
font-size: small;
padding: 2px 10px 1px 2px;
cursor: default;
}
.TCmain {
background-color: #EEE;
}
.TCendcap {
background-color: #FFF;
}
.TCpaneslider {
background-color: #CCC;
}
.TClessbutton {
background-color: #AAA;
}
.TCmorebutton {
background-color: #AAA;
}
.TCscrollarea {
background-color: #DDD;
}
.TCthumb {
background-color: #CCC;
}
.TCPStrackingline {
overflow: hidden;
position: absolute;
z-index: 100;
}
.TCTDFSthumbstatus {
height: 20px;
width: auto;
border: 1px solid #000;
padding: 2px;
background-color: #FFF;
font-size: small;
position: absolute;
z-index: 100;
}
.TDpopupElement {
border: 1px solid #000;
padding: 1px 2px 2px;
text-align: center;
background-color: #FFF;
font-size: 7pt;
font-family: Verdana,Arial,Helvetica,sans-serif;
position: absolute;
width: auto;
z-index: 110;
}
.default-table {
}
#menu {
}
#settings-bar {
padding: 10px;
background-color: #404040;
}
#menu-bar {
background: #efefef;
margin: 0px;
line-height: 2.2em;
padding-bottom: 5px;
}
ul.menubar-tabs {
display: inline;
list-style: none;
margin: 0px;
padding: 0px;
}
ul.menubar-tabs li {
display: inline;
margin: 0px;
background-color: #efefef;
border: 1px solid #ffffff;
padding: 5px;
color: #404040;
}
ul.menubar-tabs li:hover {
border: 1px solid #fff;
}
ul.menubar-tabs li.active {
background-color: #404040;
border: 1px solid #404040;
color: #ffffff;
}
.edit-button {
vertical-align: bottom;
border:1px solid #404040;
background-color: #404040;
}
.edit-button:hover {
vertical-align: bottom;
border:1px solid #999;
background-color: #404040;
}
.edit-button:active {
vertical-align: bottom;
border:1px solid #FFF;
background-color: #888;
}
.default-display {
display: block;
}
.default-hidden {
display: none;
}
.v-top {
vertical-align: top;
}
.xsmall-white {
font-size: x-small;
color: #FFF;
}
/*
// Format tool styles
*/
#sample-text-box {
margin: 10px;
width:102px;
height:102px;
overflow:hidden;
border:1px solid black;
background-color:#EEE;
}
#sample-text {
height:100px;
width:100px;
}
/*
// Sort tool styles
*/
#SocialCalc-sorttools td{
}
#sort-range {
vertical-align: top;
padding-right: 4px;
}
#sort-setsort {
vertical-align:middle;
padding-right:16px;
text-align:right;"
}
#sort-sorttype {
vertical-align: top;
padding-right: 16px;
}
/*
// Comment tool styles
*/
#comment-textarea {
font-size: small;
height: 32px;
width: 600px;
overflow: auto;
}
/*
// Names tool styles
*/
#SocialCalc-namestools td {
}
#SocialCalc-namestools input {
font-size: x-small;
width: 95%;
}
#names-existing {
vertical-align: top;
padding-right: 24px;
}
#names-name {
vertical-align: top;
padding-right: 6px;
}
#names-description {
vertical-align: top;
padding-right: 6px;
}
#names-value {
vertical-align: top;
padding-right: 6px;
}
#names-set {
vertical-align: top;
padding-right: 24px;
width: 100px;
}
#names-save {
vertical-align: top;
padding-right: 6px;
}
/*
Clipboard
*/
#clipboard {
}
#SocialCalc-clipboardtext {
font-size:small;
height:250px;
width:95%;
overflow:auto;
}
/*
// Formula bar styling
*/
#formula-bar {
background-color: #efefef;
}
#formula-bar input {
width: 60%;
padding: 3px;
margin: 0px 5px;
}
.formula-buttons {
vertical-align: middle;
border: 1px solid #ffffff;
margin-left: 4px;
}
.formula-buttons:hover {
border: 1px solid #cccccc;
}
.formula-buttons:active {
border: 1px solid #ffffff;
}