-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
Copy path3DeT_ALPHA.css
72 lines (60 loc) · 1.18 KB
/
3DeT_ALPHA.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
.charsheet {
background-color: #c0c0c0;
}
.charsheet table{
border-collapse:separate;
border-spacing:10px;
}
.charsheet textarea{
resize:vertical;
}
.charsheet .sheet-section{
border-top: 5px solid #505050;
padding-top:10px;
padding-bottom:10px;
}
.charsheet input[type=number].sheet-smallnumber{
width:40px;
}
.charsheet input[type=text].sheet-smalltext{
width:60px;
height: 18px;
margin:0px;
}
.charsheet input[type=text].sheet-shorttext{
padding-top:2px;
padding-bottom:2px;
}
.charsheet input[type=text].sheet-skilltext{
width:100px;
padding:2px;
margin-left:3px;
}
.charsheet .sheet-right{
float:right;
}
.charsheet .sheet-bold{
font-size: 12pt;
margin-bottom: 10px;
}
.charsheet .sheet-border{
border: 2px solid white;
vertical-align:top;
width:100%;
padding: 2px;
margin: 2px;
}
.charsheet input[type=number].sheet-smallshortnumber{
width:40px;
padding-top:2px;
padding-bottom:2px;
display: inline-block;
float:right;
}
.charsheet input[type=number].sheet-shortnumber{
padding-top:2px;
padding-bottom:2px;
}
.charsheet label.sheet-areaLabel{
margin:5px;
}