-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
executable file
·123 lines (121 loc) · 2.34 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
.font_family{
font-family: 'Crimson Text', Georgia, serif;
}
.fit-picture{
width: 250px;
height: 250px;
border-color: grey;
}
.Cabecera{
font-size: 28px;
max-width: 400px;
/*background-image: linear-gradient(to right, #AEA79F,grey,#AEA79F);*/
font-family: 'Crimson Text', Georgia;
/*padding: 10px;*/
margin-left: auto;
margin-right: auto;
}
.menu{
text-align: right;
font-size: 20px;
background: white;
padding-right: 20px;
}
.menu a{
display: inline-block;
padding: 3px;
background: white;
}
.menu a:visited{
color: #AEA79F;
text-decoration: none;
}
.menu a:link{
color: #111111;
text-decoration: none;
}
.menu a:hover{
color: black;
background-color: #AEA79F;
text-decoration: none;
}
.menu a:active{
color:white;
text-decoration: none;
}
.menu li{
display: inline-block;
list-style: none;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
text-decoration: none;
}
#FotoContainer{
float: right;
padding-right: 28px;
padding-bottom: 10px;
}
#InfoGral{
height: 400px;
line-height: 1.1;
font-family: 'Crimson Text', Georgia, serif;
font-size: 14px;
float: left;
background-color: white;
color: #7A7A7A;
width: 300px;
border: 3px solid #AEA79F;
padding-left: 20px;
padding-top: 20px;
padding-right: 10px;
}
#AcercaDe{
font-size: 17px;
line-height: 1.2;
height: 385px;
margin-left: 360px;
margin-right: 20px;
/*background-color: #00C5FF;*/
background: hsla(240, 100%, 100%, 0.4);
padding: 20px;
}
.FootnoteFinal{
margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #AEA79F;
}
h1{
font-weight: bold;
font-size: 25px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
h2{
font-size: 20px;
font-weight: bold;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
body{
color: #111111;
/*background-image: linear-gradient(to
right,#00bfff,#2980b9,#00bfff);*/
background: white;
font-family: 'Crimson Text', Georgia, serif;
}
section{
font-family: 'Crimson Text', Georgia, serif;
font-size: 16px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
background: white;
}