-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
72 lines (55 loc) · 1016 Bytes
/
style.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
.text {
color: black;
font-size: 25px;
font-family: "Times New Roman";
background: #a3f0d7;
text-align:center;
width:100%;
}
.liga {
color: #041ec7;
font-size: 25px;
font-style: italic;
background:#ffe9e6 ;
width:100%;
font-size: 16px;
}
.liga2 {
color: #041ec7;
font-size: 25px;
font-style: italic;
background:#ffe9e6 ;
width:100%;
font-size: 33px;
}
.gdbar img {
width: 300px !important;
height: 300px !important;
margin: 8px 8px;
}
.gdbar {
width: 400px !important;
height: 400px !important;
}
slides > slide:not(.nobackground):before {
width: 70px;
height: 70px;
background-size: 70px 70px;
}
pre {
width: 100%; /* 106%; */
left: 0; /* -60px; */
padding: 10px 15px 10px 15px; /* 10px 0 10px 60px; */
}
.code {
color: black;
font-size: 25px;
font-family: "Courier New";
background: #e6f8ff;
width:100%;
}
/* Rounded Corner */
.tb {
border:2px solid #456879;
border-radius:10px;
}