-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilos.css
128 lines (127 loc) · 1.69 KB
/
estilos.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
126
127
128
a{;
color: #DD4F24
}
body
{
background: #EFEFEF;
color: #4C4C4C;
font-family: Arial;
font-size: 16px;
margin: 0;
}
header
{
background: #434343;
color: white;
margin: 0;
padding: 0.5em;
}
header figure, header h1
{
display: inline-block;
vertical-align: top;
}
header h1
{
font-size: 20px;
font-weight: normal;
margin: 1em 0 0 1em;
width: 60%;
}
header #avatar
{
float: right;
margin: 1em 1em 0 0;
}
header #avatar figcaption
{
background: #22BCE0;
float: right;
height: 50px;
padding: 0 2px;
}
header #avatar img
{
float: left;
width: 50px;
}
header #logo img
{
width: 80px;
}
nav
{
background: #878787;
font-size: 0.9em;
}
nav ul
{
list-style: none;
margin: 0;
padding: 0;
}
nav ul li
{
display: inline-block;
margin: 0 1.2em 0 0;
vertical-align: top;
}
nav ul li a
{
color: white;
display: block;
padding: 0.5em 0;
}
nav #flechita_nav a{
background: #22BCE0;
padding: 0.5em 0.5em;
text-decoration: none;
}
nav #publicar_nav{
float: right;
margin-right: 0;
}
nav #publicar_nav a{
background: #DD4F24;
padding: 0.5em 1em;
text-decoration: none;
}
#contenido{
margin: 1em;
}
#contenido .item {
background: white;
border-bottom: 3px #22BCE0 solid;
}
#contenido .item p {
color: #7A7A7A;
font-style: 0.9em;
}
/*
tipografías
EOT SVG TTF WOFF
*/
#contenido .item .datos_item .tag_item{
background: #22BCE0;
border-radius: 0.5em;
color: white;
padding: 0.2em 0.5em;
text-decoration: none;
}
#contenido .item .imagen_item{
float: left;
margin: 0 1em 0 0;
}
#contenido .item .imagen_item img
{
width: 110px;
}
#contenido .item .titulo_item{
font-size: 1em;
font-style: italic;
padding: 0.5em 0.5em 0;
}
#contenido .item .titulo_item a{
color: #444;
text-decoration: none;
}