forked from NathaTerrien/roll20-wip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinsmv5e.css
595 lines (589 loc) · 14.4 KB
/
insmv5e.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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
/* Références de couleur
Du plus foncé au plus clair
Ligne Rouge : D1232A
Noir texte : 231F20
Marrons :
---------
Logo : 231F20
Bordure : 331912
Fond1 : 4F2A1B
Fond2 : 4F2A1A
Fond3 : 704D40
Fond4 : 999185
Fond5 : D3C7C1
Bleus :
-------
Fond1 : 417280
Fond2 : 427280
Fond3 :
Fond4 : 7E9DA8
Fond5 : D6E1E6
*/
@font-face {
font-family: 'Fake Contrail One';
src: local('Arial Narrow');
font-style: italic;
font-weight: bold;
}
div,
button,
textarea,
span,
input,
select,
table,
tr,
td,
th{
box-sizing: border-box;
}
/********* INPUTS *************************************************/
input[type=radio].sheet-styleINS,
input[type=radio].sheet-styleMV,
input[type=radio].sheet-styleArriere,
input[type=radio].sheet-styleAvant{
margin: 0;
margin-top: -4px;
margin-bottom: -4px;
padding: 0;
display: inline-block;
opacity: 0;
width: 150px;
height: 25px;
z-index: 30;
}
input[type=radio].sheet-styleINS + span,
input[type=radio].sheet-styleMV + span,
input[type=radio].sheet-styleArriere + span,
input[type=radio].sheet-styleAvant + span{
color: #DDDDDD;
background-color: #AAAAAA;
font-size:15px;
text-align:center;
display: inline-block;
width: 150px;
height: 28px;
margin: 0;
margin-left: -150px;
margin-right: 5px;
padding:0;
margin-bottom: -1px;
padding-top: 5px;
font-style: italic;
border-style: solid;
border-width: 1px;
border-color: #231F20;
border-top-left-radius:4px;
border-top-right-radius:4px;
z-index: 20;
}
input[type=radio].sheet-styleINS:checked + span{
border-bottom: 1px solid white;
font-weight: bold;
background-color: white;
color: #4F2A1B;
}
input[type=radio].sheet-styleMV:checked + span{
border-bottom: 1px solid white;
font-weight: bold;
background-color: white;
color: #417280;
}
input[type=radio].sheet-styleArriere:checked + span{
border-bottom: 1px solid white;
font-weight: bold;
background-color: white;
color: #231F20;
}
input[type=radio].sheet-styleAvant:checked + span{
border-bottom: 1px solid white;
font-weight: bold;
background-color: white;
color: #231F20;
}
span.sheet-smallspan{
font-size:11px;
color: #888888;
text-align:left;
}
input{
border: none;
border-radius: 0;
box-shadow: none;
padding: 0;
margin: 0;
line-height: 0px;
color: black;
font-family: cursive;
font-size: 1em;
font-weight: normal;
border-radius: 0px;
}
input[type="text"]{
line-height: 18px;
border-width: 0px 0px 1px 0px;
border-style: dotted;
}
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main input[type="text"]{
border-color: #4F2A1B;
}
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main input[type="text"]{
border-color: #417280;
}
input[type="text"].sheet-inpentetebig{
width: 275px;
text-transform: uppercase;
font-size: 1.3em;
height: 25px;
font-weight: bold;
}
input[type="text"].sheet-inpentete{
width: 275px;
text-transform: uppercase;
font-size: 1.1em;
height: 25px;
}
input[type="text"].sheet-inpentetelight{
width: 275px;
font-size: 1em;
height: 25px;
}
input[type="number"]{
text-align: center;
border-width: 0px 0px 1px 0px;
border-style: dotted;
}
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main input[type="number"]{
border-color: #4F2A1B;
}
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main input[type="number"]{
border-color: #417280;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
input[type="number"]{
-moz-appearance:textfield;
}
input[type="number"].sheet-caracinp{
border: 1px solid gray;
border-radius: 50%;
width: 30px;
height: 30px;
font-weight: bold;
font-size: 1.5em;
}
input[type="number"].sheet-pvppinpmax{
border: 2px solid gray;
border-radius: 50%;
width: 40px;
height: 40px;
font-weight: bold;
font-size: 1.5em;
}
input[type="number"].sheet-pvppinp{
border: 2px solid gray;
border-radius: 50%;
width: 50px;
height: 50px;
font-weight: bold;
font-size: 2em;
}
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main input[type="number"].sheet-pvppinpmax,
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main input[type="number"].sheet-pvppinp{
border-color: #4F2A1B;
box-shadow: 0px 0px 15px #4F2A1B;
}
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main input[type="number"].sheet-pvppinpmax,
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main input[type="number"].sheet-pvppinp{
border-color: #417280;
box-shadow: 0px 0px 15px #417280;
}
textarea.sheet-areagrand{
color: black;
font-family: cursive;
font-size: 1em;
font-weight: normal;
box-shadow: none;
text-shadow: none;
border: none;
border-radius: 0;
border-left: 1px dotted #231F20;
border-bottom: 1px dotted #231F20;
}
textarea.sheet-areapetit{
padding: 0px 1px 2px 2px;
color: black;
font-family: cursive;
font-size: 1em;
font-weight: normal;
box-shadow: none;
text-shadow: none;
border: none;
border-radius: 0;
border-bottom: 1px dotted #231F20;
height: 35px;
line-height: 1.1em;
}
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main textarea{
border-color: #4F2A1B;
}
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main textarea{
border-color: #417280;
}
/******* SELECTS *************************************************/
select{
border: none;
box-shadow: none;
padding: 0px 0px 0px 0px;
margin: 0;
line-height: 0px;
color: black;
width: 100px;
height: 22px;
font-family: cursive;
font-size: 1em;
}
/*** DIV *********************************************************/
div.sheet-fdp{
width: 804px;
text-align: center;
margin:0;
padding;0;
background:transparent;
}
div.sheet-main{
z-index: -5;
margin:0;
padding;4px;
width: 100%;
background: white;
text-align:center;
font-family: 'Verdana';
border-width: 1px;
border-style: solid;
border-color: #231F20;
}
div.sheet-ligne{
display: block;
width: 100%;
vertical-align: top;
}
div.sheet-arriere{
width: 100%;
}
div.sheet-avant{
width: 100%;
}
div.sheet-libel1{
color: #231F20;
display: inline-block;
font-size: 1.1em;
font-weight: bold;
text-align: right;
width: 100px;
}
div.sheet-logoINS{
display: inline;
}
div.sheet-logoMV{
display: inline;
}
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main div.sheet-logoINS,
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main div.sheet-logoMV{
display: inline;
}
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main div.sheet-logoMV,
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main div.sheet-logoINS{
display: none;
}
/*** TABLES *********************************************************/
table{
width: 100%;
border-collapse: collapse;
margin:0;
padding:0;
}
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main table.sheet-caractab{
border-color: #4F2A1B;
border-bottom-color: linear-gradient(to right, #4F2A1B 75%, rgba(255,0,0,0));
}
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main table.sheet-caractab{
border-color: #417280;
border-bottom-color: linear-gradient(to right, #417280 75%, rgba(255,0,0,0));
}
th{
text-align: left;
padding-left: 20px;
font-weight: normal;
color: white;
font-size: 1.2em;
font-family: 'Contrail One', 'Fake Contrail One', cursive;
}
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main th{
background: #4F2A1B;
background: linear-gradient(to right, #4F2A1B 75%, rgba(255,0,0,0));
}
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main th{
background: #417280;
background: linear-gradient(to right, #417280 75%, rgba(255,0,0,0));
}
td{
vertical-align: top;
}
td.sheet-coltitre{
font-family: Verdana;
font-size: 10px;
font-weight: normal;
color: #231F20;
}
table.sheet-caractab{
border-top: none;
border-style: solid;
border-width: 0px 0px 0px 2px;
}
td.sheet-carac{
vertical-align: middle;
}
td.sheet-caracinp{
vertical-align: middle;
}
td.sheet-caraclib{
text-align: right;
font-weight: bold;
font-size: 1.2em;
vertical-align: middle;
}
td.sheet-caracsep{
text-align: center;
font-family: 'Pictos';
font-size:1.1em;
width: 20px;
vertical-align: middle;
}
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main td.sheet-caracsep{
color: #4F2A1B;
}
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main td.sheet-caracsep{
color: #417280;
}
td.sheet-pvpp{
vertical-align: middle;
text-align: left;
}
td.sheet-pvppbiglib{
text-align: left;
font-weight: bold;
font-size: 1.2em;
vertical-align: middle;
}
td.sheet-pvpplib{
text-align: left;
font-size: 0.9em;
vertical-align: middle;
}
td.sheet-pvppsymb{
text-align: left;
font-family: 'Pictos';
font-size:2em;
vertical-align: middle;
}
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main td.sheet-pvppsymb{
color: #4F2A1B;
}
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main td.sheet-pvppsymb{
color: #417280;
}
td.sheet-libpetit{
text-align: center;
font-size: 0.7em;
vertical-align: middle;
}
td.sheet-colinp{
border-right: 1px solid #D1232A;
}
td.sheet-colinp:first-child{
border-right: none;
}
td.sheet-colinp:last-child{
border-right: none;
}
/*** BOUTONS *********************************************************/
button[type=roll].sheet-btDesc{
color: inherit;
height:24px;
width:24px;
line-height: 16px;
padding:0;
margin: 0;
border:none;
background:none;
opacity: 0.4;
}
button[type=roll].sheet-btDesc:before{
font-family: "Pictos";
font-size: 1.3em;
content: 'i';
}
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main button[type=roll].sheet-btDesc:before{
color: #4F2A1B;
}
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main button[type=roll].sheet-btDesc:before{
color: #417280;
}
button[type=roll].sheet-btDesc:hover{
opacity: 1.0;
}
button[type=roll].sheet-btRoll {
color: inherit;
height:24px;
width:24px;
line-height: 16px;
padding:0;
margin: 0;
border:none;
background:none;
opacity: 0.5;
}
button[type=roll].sheet-btRoll:before{
font-family: "dicefontd6";
font-size: 1.6em;
content: 'e';
}
input[type="radio"].sheet-styleINS:checked ~ div.sheet-main button[type=roll].sheet-btRoll:before{
color: #4F2A1B;
}
input[type="radio"].sheet-styleMV:checked ~ div.sheet-main button[type=roll].sheet-btRoll:before{
color: #417280;
}
button[type=roll].sheet-btRoll:hover{
opacity: 1.0;
}
/* this sets the formatting for all repcontrol buttons */
.charsheet .repcontrol_add,
.charsheet .repcontrol_edit,
.charsheet .repcontrol_del{
opacity: 0.5;
display: block;
background: white;
box-shadow: none;
border: 2px solid black;
border-radius: 6px;
font-size:0.9em;
height:2.2em;
margin-bottom: 4px;
}
.charsheet .repcontrol_add:hover,
.charsheet .repcontrol_edit:hover,
.charsheet .repcontrol_del:hover{
opacity: 1.0;
}
.charsheet input[type="radio"].sheet-styleINS:checked ~ div.sheet-main .repcontrol_add,
.charsheet input[type="radio"].sheet-styleINS:checked ~ div.sheet-main .repcontrol_edit,
.charsheet input[type="radio"].sheet-styleINS:checked ~ div.sheet-main .repcontrol_del {
color: #4F2A1B;
border-color: #4F2A1B;
}
.charsheet input[type="radio"].sheet-styleMV:checked ~ div.sheet-main .repcontrol_add,
.charsheet input[type="radio"].sheet-styleMV:checked ~ div.sheet-main .repcontrol_edit,
.charsheet input[type="radio"].sheet-styleMV:checked ~ div.sheet-main .repcontrol_del {
color: #417280;
border-color: #417280;
}
/*** GENERIC *********************************************************/
input[type="radio"].sheet-styleArriere:checked ~ div.sheet-main .sheet-arriere,
input[type="radio"].sheet-styleAvant:checked ~ div.sheet-main .sheet-avant{
display: inline-block;
}
input[type="radio"].sheet-styleArriere:checked ~ div.sheet-main .sheet-avant,
input[type="radio"].sheet-styleAvant:checked ~ div.sheet-main .sheet-arriere{
display: none;
}
.sheet-rolltemplate-insmv table{
background: white;
border: 1px solid #331912;
width: 100%;
padding: 2px;
font-family: 'Verdana';
color: #231F20;
font-size: 1em;
}
.sheet-rolltemplate-insmv tr{
padding-top: 2px;
padding-bottom: 2px;
padding-right: 0px;
padding-left: 0px;
}
.sheet-rolltemplate-insmv th{
padding: 3px;
font-size: 1.1em;
text-align: center;
font-family: 'Contrail One';
color: white;
}
.sheet-rolltemplate-insmv td{
padding: 2px;
font-size: 1em;
text-align: left;
}
.sheet-rolltemplate-insmv .sheet-subheader{
font-style: italic;
text-align: right;
border-bottom: 1px dashed #331912;
}
.sheet-rolltemplate-insmv .sheet-desctitre{
font-style: italic;
text-align: right;
border-bottom: 1px dashed #331912;
border-top: 1px solid #331912;
}
.sheet-rolltemplate-insmv td.sheet-tcat{
font-color: #4F2A1B;
font-style: italic;
font-size: 0.9em;
text-align: right;
border-right: 1px dashed #331912;
}
.sheet-rolltemplate-insmv .inlinerollresult{
font-size: 1em;
background-color: transparent;
border-width: 0px 0px 0px 0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
}
.sheet-rolltemplate-insmv .inlinerollresult.fullcrit{
color: #3FB315;
font-size: 1em;
background-color: transparent;
border-width: 0px 0px 0px 0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
}
.sheet-rolltemplate-insmv .inlinerollresult.fullfail{
color: #B31515;
font-size: 1em;
background-color: transparent;
border-width: 0px 0px 0px 0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
}
.sheet-rolltemplate-insmv .inlinerollresult.importantroll{
color: #4A57ED;
font-size: 1em;
background-color: transparent;
border-width: 0px 0px 0px 0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
}