forked from lidingruc/2019R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlec.css
83 lines (70 loc) · 1.1 KB
/
lec.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
.quote {
border: dotted 1px #4E4E4E;
background-color: #F2F2F2;
color: black;
padding: 20px;
font-style: italic;
font-size: 14pt;
margin-top: 20px;
margin-bottom: 20px;
}
.syntax {
background-color: #8ECBEA;
color: white;
padding: 10px;
font-family: "Courier New", Courier, monospace;
font-style: bold;
margin-bottom: 10px;
}
.question {
background-color: #D4E5F0;
padding: 5px;
font-size: 16pt;
margin: 5px;
}
.app {
background-color: #88CE83;
color: white;
padding: 20px;
font-style: bold;
margin-bottom: 20px;
font-size: 16pt;
}
pre {
margin-bottom: 0px;
}
#myImageP95 img {
width: 95%;
height: 95%;
}
#myImageP90 img {
width: 90%;
height: 90%;
}
#myImageP70 img {
width: 70%;
height: 70%;
}
#myImageP50 img {
width: 50%;
height: 50%;
}
#myImageP30 img {
width: 30%;
height: 30%;
}
.column-left{
float: left;
width: 40%;
text-align: left;
}
.column-center{
display: inline-block;
width: 30%;
text-align: center;
}
.column-right{
float: right;
width: 60%;
text-align: right;
}