-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathestilo.css
More file actions
132 lines (126 loc) · 2.63 KB
/
estilo.css
File metadata and controls
132 lines (126 loc) · 2.63 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
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
129
130
131
132
* {
margin: 0;
padding: 0;
}
body {
background-color: #A0A19C;
}
body > .header > h1 {
text-align: center;
font-family: 'Lobster', cursive, sans-serif;
}
.article {
position: relative;
width:90%;
max-width: 900px;
min-width: 633px;
margin: 5px auto 40px auto;
background-color: #F0F0F0;
padding: 10px 20px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
box-shadow: 30px 30px 30px 5px #444444;
}
#pest {
width: 857px;
margin-left: 68px;
margin-right: 53px;
}
.pest {
float: left;
width: 100px;
text-align: center;
background-color: #444444;
color: white;
margin: 0 2px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #444444;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #444444;
border-left-style: solid;
border-left-width: 1px;
border-left-color: #444444;
}
#texto_pest {
color: #444444;
background-color: white;
}
#texto_pest:hover, #fondo_pest:hover, #borde_pest:hover, #caja_pest:hover, #lista_pest:hover {
color: yellow;
background-color: #AAAAAA;
}
.tab {
display: none;
margin-left: 15px;
background-color: white;
width: 842px;
box-shadow: 10px 10px 10px 5px #777777;
margin-bottom: 15px;
clear: both;
}
.tab > h3 {
text-align: center;
}
#texto {
display: block;
}
#muestra_bordes {
width:50px;
height:50px;
background-color:red;
}
p.recordatorio {
color: red;
}
#pegarCodigo, #advertNum {
display:none;
position: absolute;
top: 20px;
left: 150px;
width: 600px;
text-align: center;
background-color: black;
color: white;
padding: 10px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
box-shadow: 30px 30px 30px 5px #444444;
}
#salida {
text-align: center;
}
#seleccionar > h2 {
text-align: center;
}
#como {
width:90%;
max-width: 900px;
min-width: 633px;
margin: 5px auto 40px auto;
background-color: #F0F0F0;
padding: 10px 20px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
box-shadow: 30px 30px 30px 5px #444444;
text-align: center;
font-family: sans-serif;
font-size: 0.9em;
}
footer {
color: white;
background-color: black;
text-align: center;
font-family: sans-serif;
font-size: 0.7em;
}
footer p a, footer p a:visited {
text-decoration: none;
color: #F8FF26;
}