-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpalatino.css
More file actions
75 lines (64 loc) · 1.48 KB
/
palatino.css
File metadata and controls
75 lines (64 loc) · 1.48 KB
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
/*
-----------------------------------------------------------------------------
Tabelas
-----------------------------------------------------------------------------
*/
/* Center the table and add top/bottom margins */
table {
/* page-break-before: always; */
/* display: table; */
/* float: left; */
/* margin: auto; */
margin-left: auto;
margin-right: auto;
margin-top: 1em;
margin-bottom: 1em;
border: none;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
border-left: 0px;
border-right: 0px;
/* border-collapse: separate; */
border-collapse: collapse;
}
table.wide {
width: 95%;
}
th, td, tr {
color: #000000;
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
padding-left: 15px;
padding-right: 15px;
padding-top: 1px;
padding-bottom: 0px;
}
th {
border-bottom: 1px solid #000000;
}
th.none {
border-bottom: 0px solid #000000;
}
/*
-----------------------------------------------------------------------------
Customização para títulos no cabeçalho
-----------------------------------------------------------------------------
*/
h1.title {
color: #333;
background-color: #fff;
font-weight: bold;
font-size: 1.8em;
text-align: center;
margin-bottom: -0.4em;
}
h2.title {
color: #6B6B6B;
background-color: #fff;
font-style: italic;
font-size: 1.3em;
text-align: center;
padding: 0px;
}