forked from Roll20/roll20-character-sheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Anime_Campaign.css
87 lines (69 loc) · 1.3 KB
/
Anime_Campaign.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
/* === BASIC === */
.sheet-logo {
width: 200px;
margin: 0 5px;
float: left;
}
.repitem textarea,
.sheet-box textarea {
height: 32px;
box-sizing: border-box;
}
.charsheet label {
display: inline-block;
width: 75px;
text-align: right;
}
.charsheet input {
background-color: transparent;
border-style: solid;
border-color: black;
border-width: 0px 0px 2px 0px;
}
.charsheet input.sheet-inputbox {
background-color: transparent;
border-style: solid;
border-color: black;
border-width: 1px 1px 1px 1px;
}
.even {
border: 1px solid black;
background-color: #AAA;
}
.odd {
border: 1px solid black;
background-color: #DDD;
}
fieldset {
display: none;
}
.sheet-colorred {
display: inline-block;
text-align: center;
}
.sheet-col strong.sheet-dee {
font-size: 1.4em;
font-weight: bold;
padding-right: 4px;
}
.charsheet input.sheet-short {
width: 3.5em;
}
.charsheet table td.sheet-skillsbox {
font-size: 0.60em;
text-align: left;
}
.charsheet {
background-color: white;
background-image: none;
}
.charsheet table th {
font-size: 0.8em;
text-align: center;
}
.charsheet table td.sheet-statlabel-big-purp {
background-color: purple;
color: white;
font-size: 0.9em;
text-align: center;
}