forked from Roll20/roll20-character-sheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSIFRP.css
115 lines (102 loc) · 1.92 KB
/
SIFRP.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
.charsheet{
background-color:white;
font-family: Narkisim;
font-size: medium;
}
.sheet-wrapper{
overflow: auto;
border-style: solid;
background-color: White;
border-color: lightGray;
margin: 5px auto;
border-width: thin;
padding: 10px;
width:800px;
max-width: 90%;
}
.sheet-section{
overflow: auto;
border-bottom: solid 1px #1E9EE3;
}
.sheet-col{
display:block;
float:left;
width:342px;
margin-right:5px;
margin-left:5px;
}
.sheet-input-field{
background-color: #1E9EE3;
display:block;
border-radius: 5px;
color: white;
padding:5px;
margin:5px;
float:left;
}
.sheet-input-field input{
font-family: Narkisim;
font-size: medium;
margin-left:5px;
}
.sheet-abilities-table{
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
border-spacing: 3px;
border-collapse: separate;
}
.sheet-abilities-table th{
background-color: #1E9EE3;
color:white;
font-weight: normal;
border-radius: 5px;
padding:5px;
}
.sheet-abilities-table td{
padding:5px;
background-color: #9DD6F5;
border-radius: 5px;
text-align: center;
}
.sheet-specialties{
width: 170px;
height: 38px;
margin-bottom: 0;
resize:none;
}
.sheet-section-table{
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
border-spacing: 2px;
border-collapse: separate;
}
.sheet-section-table th{
width:150px;
background-color: #303030;
color:white;
font-weight: normal;
border-radius: 5px;
padding:5px;
}
.sheet-section-table td{
text-align: center;
width:150px;
background-color: white;
color:#303030;
font-weight: normal;
border-radius: 5px;
padding:5px;
}
.sheet-info{
text-align: center;
width:150px;
color:#303030;
font-weight: normal;
font-size: 70%;
border-radius: 5px;
padding:2px;
}