-
Notifications
You must be signed in to change notification settings - Fork 1
/
generate9text.css
92 lines (75 loc) · 1.35 KB
/
generate9text.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
/* table {
border: 1px solid black;
} */
/* td {
border: 0.5px solid #000000;
} */
#nine-by-nine{
table-layout: fixed;
width: 900px;
height: 900px;
border: none;
}
#nine-by-nine > tbody > tr > td {
width: 33%;
height: 33%;
padding: 1%;
border: none;
}
#nine-by-nine > tbody > tr > td > table {
height: 100%;
width: 100%;
}
#nine-by-nine > tbody > tr > td > table > tbody {
height: 100%;
width: 100%;
}
#nine-by-nine > tbody > tr > td > table > tbody > .cell-img {
height: 70%;
color: white;
text-align: center;
}
#nine-by-nine > tbody > tr > td > table > tbody > .cell-img > td {
height: 70%;
}
.text {
text-align: center;
color: white;
}
.type {
/* font-size: larger; */
font-weight: bolder;
}
.file-box{
display: none;
border: 1px solid black;
}
.img_preview{
display: none;
}
#final-div{
background-color: black;
}
#final-title{
text-align: center;
font-weight: bolder;
color: white;
}
#final-watermark{
text-align: center;
color:white;
font-size: 16px;
}
#final-author{
text-align: right;
color:white;
}
/* .cell-img > img {
height: inherit; */
/* .img-repsonsive(); */
/* .center-block(); */
/* } */
/* #nine-by-nine > tbody > tr > td > .text{
text-align: center;
}
#nine-by-nine > tbody > tr > td > .text */