forked from Roll20/roll20-character-sheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathD&DNext.css
155 lines (134 loc) · 3.24 KB
/
D&DNext.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
.charsheet label {
display: inline-block;
width: 65px;
text-align: right;
font-size: 12px;
font-weight: bolder;
font-family: "Times New Roman";
color: #ffffff;
background-color: #000000;
}
.charsheet label.sheet-lblhdr {
display: inline-block;
width: 30px;
margin-right: 0px;
margin-left: 1px;
text-align: center;
font-size: 16px;
font-weight: bolder;
font-family: "Times New Roman";
color: #ffffff;
background-color: #000000;
vertical-align: middle;
}
.charsheet .sheet-2colrow .sheet-col {
width: calc(50% - 1px);
margin-right: 1px;
}
.charsheet .sheet-3colrow .sheet-col {
width: calc(33% - 1px);
margin-right: 1px;
}
.charsheet .sheet-4colrow .sheet-col {
width: calc(23.5% - 4px);
height: calc(100% - 1px);
margin-right: 1px;
}
.charsheet input[type=text] {
display: inline-block;
width: 165px;
box-shadow: 0px 0px 0px 1px #000000 inset;
font-family: "Times New Roman";
color: #000000;
}
.charsheet input[type=number] {
display: inline-block;
box-shadow: 0px 0px 0px 1px #000000 inset;
font-family: "Times New Roman";
text-align: center;
color: #000000;
}
.charsheet input[type=number].sheet-numtwo {
display: inline-block;
box-shadow: 0px 0px 0px 1px #000000 inset;
text-align: center;
font-size: 16px;
font-weight: normal;
color: #000000;
margin-Left: 0px;
}
.charsheet select {
display: inline-block;
box-shadow: 0px 0px 0px 1px #000000 inset;
font-family: "Times New Roman";
color: #000000;
}
.charsheet textarea {
display: inline-block;
box-shadow: 0px 0px 0px 1px #000000 inset;
width:100%;
margin:1px 0px;
resize:none;
font-family: "Times New Roman";
color: #000000;
}
.charsheet button {
display: inline-block;
box-shadow: 0px 0px 1px 1px #000000 inset;
font-family: "Times New Roman";
padding: 0px 0px;
}
.sheet-col strong.sheet-dee {
font-size: 1em;
font-weight: bold;
padding-right: 1px;
}
.charsheet input.sheet-check {
width: 20px;
}
.charsheet input.sheet-short {
width: 45px;
}
.charsheet input.sheet-tiny {
width: 15px;
font-size: 6px;
}
.charsheet {
background-color: #ffffff;
font-weight: bolder;
font-family: "Times New Roman";
}
.charsheet table td, .charsheet table th {
font-size: 12px;
font-weight: bolder;
font-family: "Times New Roman";
text-align: center;
width: 0%;
border: 0px white;
padding: 0px;
vertical-align: middle;
color: #000000;
}
.charsheet fieldset p {
width: 100%;
text-align: center;
border: 0px solid #000000;
padding: 0px;
margin: 0px;
}
.charsheet hr {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,75.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,75.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,75.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,75.75), rgba(0,0,0,0));
}
select.sheet-dtype {
width: 60px;
vertical-align: top;
}
.charsheet h4 {
background-color: #000000;
color: #ffffff;
}