-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
108 lines (96 loc) · 1.51 KB
/
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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.book .book-body .page-wrapper .page-inner {
max-width: 65%;
}
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
p {
text-align: justify;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.equationbox {
padding: 1em;
background: #FDE2E2;
color: black;
border: 1px solid red;
border-radius: 10px;
}
.center {
text-align: center;
}
.boxobjetivos{
border: 3.5px solid #7D0101;
border-radius: 10px;
}
.boxobjetivos-header{
text-align: top;
background: #7D0101;
color: white;
height: 30px;
}
.boxobjetivos-header p{
text-align: center;
line-height: 5px;
height: 30px;
font-size: 17px;
font-weight: bold;
}
.boxobjetivos p{
padding-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}
.graybox{
border: 3.5px solid #7D0101;
border-radius: 10px;
}
.graybox-header{
text-align: top;
background: #7D0101;
color: white;
height: 30px;
}
.graybox-header p{
text-align: center;
line-height: 5px;
height: 30px;
font-size: 17px;
font-weight: bold;
}
.graybox p{
padding: 10px;
}
.center {
text-align: center;
}
.recuadro {
padding: 1em;
background: #E8E8E8;
color: black;
border: 1px solid #E8E8E8;
border-radius: 10px;
}
.center {
text-align: center;
}
.bluegraybox {
padding: 1em;
background: lightgray;
color: black;
border: 2px solid blue;
border-radius: 10px;
}
.center {
text-align: center;
}