-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
93 lines (75 loc) · 1.1 KB
/
Copy pathstyle.css
File metadata and controls
93 lines (75 loc) · 1.1 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
body {
font: 14px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
color: #3b3b3b;
}
h1,h2 {
font-family: Georgia;
}
h1 {
border-bottom: 3px solid #aaa;
background-color: #3b3b3b;
color: #ddd;
padding: 5px;
}
h2 {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: #DDD;
padding-left: 5px;
margin: 0 0 0 -15px;
font-weight: normal;
}
.secao {
background-color: #eee;
padding-left: 15px;
}
label {
font-weight: bold;
margin-right: 10px;
}
label:after {
content: ":";
}
a {
text-decoration:none;
color: #f33;
}
a:visited {
text-decoration:none;
color: #700;
}
a:hover {
text-decoration:none;
color: #fa0;
}
#menu {
margin: 0;
}
#menu ul, #menu li {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}
#menu .ativo {
background-color: #ddd;
}
.vcard {
padding: 5px;
}
.url, .email {
display: block;
}
.photo {
float: right;
margin-right: 20%;
}
#footnote {
border-top: 1px dashed #aaa;
padding: 5px;
font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
#footnote li {
list-style-type: none;
margin-top: 3px;
}