-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilo.css
125 lines (109 loc) · 1.92 KB
/
estilo.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/*
* CSS adapted from a Drupal theme.
*/
a, a:link, a:active {
color: #930;
font-weight: bold;
text-decoration: none;
}
a:hover { text-decoration: underline; }
a:visited { color: #630; }
ul { list-style-type: disc; /* padding: .3em; */}
img { border: 0; }
h1, h2, h3, h4, h5, h6 { margin-bottom: .25em; }
li { padding-bottom: .3em; }
h1 { font-size: 1.3em; line-height: 1.4em; }
h2 { font-size: 1.2em; padding-top: .75em; }
h3 { font-size: 1.1em; }
h4, h5, h6 { font-size: 1em; }
p { margin: 0 0 .5em 0; }
br { line-height: 0.6em; }
body {
margin: 0;
padding: 3em;
font-size: .9em;
line-height: 1.3em;
/*padding: 2em 0 0 3em;*/
padding-top: 0.5em;
padding-bottom: 0;
font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
border-top: 10px solid gray;
}
#header {
margin-bottom: 2em;
clear: both;
}
#header .title {
font-size: 3em;
font-weight: bold;
color: #930;
}
#header .slogan {
margin-top: -1.4em;
font-size: 0.8em;
}
#content {
clear: both;
}
.content {
margin: 0 0 .5em 0;
}
.comment .content, .block .content, .menu {
font-size: 0.9em;
}
#main {
padding-left: 1em;
padding-right: 1em;
vertical-align: top;
}
.node .title {
font-size: 1.2em;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
text-decoration: none;
font-weight: bold;
}
.node .title a:hover {
text-decoration: underline;
}
#sidebar-right {
border-left: 1px solid gray;
vertical-align: top;
padding: 10px;
}
#sidebar-right h2 {
padding-top: 0;
border: 0;
margin: 0;
}
.block {
/*padding-bottom: 1em;*/
/*width: 180px;*/
/*width: 250px;*/
}
.block .title {
font-size: 1em;
}
.block ul {
margin: 0;
padding: 0 0 0 1.25em;
}
table {
margin: 0;
padding: .5em;
border-collapse: collapse;
}
pre {
font-size: 0.8em;
padding: 1em;
background: #eee;
}
#footer {
font-size: 0.8em;
padding: 2em;
padding-bottom: 0;
text-align: right;
}