forked from valeriabenetti/test_character_sheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.css
42 lines (37 loc) · 719 Bytes
/
test.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
.charsheet {
overflow: hidden;
font-family: times, sans-serif;
width: 842px;
}
.charsheet .sheet-col img {
margin-right: 20px;
position: absolute;
}
.charsheet .sheet-rvd {
width: 39%;
display: inline-block;
vertical-align: top;
}
.charsheet .sheet-rvdbx {
background: none;
border: 0px;
text-align:right;
font-weight:bold;
font-size:18px;
}
.charsheet .sheet-rvdbtn {
background: none;
border: 0px;
text-align:left;
}
.charsheet .sheet-charinfo {
float: right;
position: relative;
width: 60%;
display: inline-block;
}
.charsheet .sheet-charinfo input {
background: transparent;
border-bottom: 1px solid #000;
text-decoration-color: solid black;
}