-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·128 lines (128 loc) · 2.55 KB
/
style.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
body{
background: #f0f0f0;
font-family: Verdana, Arial;
font-size: 0.9em;
margin: 0px;
}
a{
color: #269bc7;
text-decoration: none;
text-align: center;
}
h1{
font-size: 1.9em;
font-weight: 400;
}
h2{
font-size: 1.7em;
font-weight: 400;
text-align: center;
}
h3 {font-weight: 400;}h4 {
font-weight: 400;
font-size: 0.8em;
}
a#volver{
color: #289ccb;
font-size: 1.5em;
position: fixed;
margin-top: 20px;
background: white;
padding: 5px;
}
a#volver:hover{
color:#OOOOOO;
}
.wrapper{
width: 100%;
min-width: 960px;
}
.zone{
margin: 0px auto;
padding: 10px 1%;
width: 85%;
}
#wrapper-head{
background: #289ccb;
color: #FFFFFF;
}
#generar{
float: right;
}
#datos {
background: #EBEBEB;
border: 1px solid #4387A2;
color: #808080;
display: none;
height: 1px;
padding:10px 20px;
position: absolute;
width: 170px;
margin-left: -250px;
margin-top: 45px;
}
#datos p{
line-height: 22px;
margin:5px 0px;
}
.boton {
position: absolute;
background: #FFF;
color: #2C9BD2;
padding: 10px;
margin-left: -250px;
font-size: 0.8em;
margin-top: 10px;
width: 191px;
}
#wrapper-content{
background: #FFFFFF;
color: #808080;
}
.item {
margin: 2px;
padding: 10px;
border: 1px solid #e7e7e7;
float: left;
}
.resultados{
display: inline-block;
width: 100%;
}
.block {
margin: 20px;
}
.block p{
font-size: 0.8em;
}
#wrapper-footer{
border-top: 1px solid #dedede;
color: #818181;
}
#wrapper-footer h2{color: #259dd2;}
input[type="submit"]{
background: #E5E5E5;
display: inline-block;
margin: 0 6px;
padding: 7px 20px 7px;
color: #333;
text-decoration: none;
text-shadow: 0 1px 1px #FFF;
border: 1px solid #CCC;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: -webkit-linear-gradient(top, #FEFEFE, #E5E5E5);
background: -moz-linear-gradient(top, #FEFEFE, #E5E5E5);
background: -ms-linear-gradient(top, #FEFEFE, #E5E5E5);
background: linear-gradient(top, #FEFEFE, #E5E5E5);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-transition: all ease-in-out .3s;
-moz-transition: all ease-in-out .3s;
transition: all ease-in-out .3s;
}
input[type="submit"]:hover{
border: 1px solid #98D4F0;
}