-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtkt_compare.css
More file actions
238 lines (205 loc) · 5.27 KB
/
Copy pathtkt_compare.css
File metadata and controls
238 lines (205 loc) · 5.27 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
body {
background-image:url(img/bg.png);
background-repeat:repeat;
padding: 0px;
margin: 0px;
}
#wrapper {
width: 1225px;
margin-left: auto;
margin-right: auto;
}
#nav {
width: 125px;
float:left;
margin-top: 11px;
position: fixed;
}
#content {
width: 1100px;
float: right;
}
#head {
width: 100%;
height: 150px;
/*background-color: #b3b3b3;*/
padding: 0px;
margin: 0px;
}
#nombre-herr {
width: 700px;
margin-left: auto;
margin-right: auto;
clear: both;
margin-top: 3px;
}
#logos {
width: 560px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
}
#tucano {
float: left;
border: 0px;
}
#sci {
float: right;
border: 0px;
}
.separador {
width: 800px;
margin-left: auto;
margin-right: auto;
}
#buscar {
clear: both;
width: 500px;
height: 35px;
padding-top: 5px;
padding-left: 5px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
-webkit-box-shadow:inset 0 4px 58px rgba(0, 0, 0, 0.25),0 2px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow:inset 0 4px 58px rgba(0, 0, 0, 0.25),0 2px 2px rgba(0, 0, 0, 0.05);
box-shadow:inset 0 4px 58px rgba(0, 0, 0, 0.25),0 2px 2px rgba(0, 0, 0, 0.05);
text-shadow:#666 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #000000;
}
.title {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
font-weight: bold;
color: #666666;
}
#sabre, #sabrevoid, #amadeus, #amadeusvoid {
margin-bottom: 40px;
}
#sabre thead {
background-color: #d80000;
color: #ffffff;
}
#sabrevoid thead {
background-color: #ffffff;
color: #d80000;
}
#amadeus thead {
background-color: #1a61a9;
color: #ffffff;
}
#amadeusvoid thead {
background-color: #ffffff;
color: #1a61a9;
}
table {
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
color: #333333;
text-align: center;
}
table td {
width: 150px;
border-bottom: 1px solid #666666;
}
thead td {
height: 25px;
font-weight: bold;
font-size: 10px;
text-align: center;
}
#sabre table {
border: 1px solid #666666;
}
#amadeus table {
border: 1px solid #666666;
}
#sabrevoid table {
border: 1px solid #d80000;
}
#amadeusvoid table {
border: 1px solid #1a61a9;
}
.shadow_inset{
-webkit-box-shadow:inset 0 4px 58px rgba(0, 0, 0, 0.25),0 2px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow:inset 0 4px 58px rgba(0, 0, 0, 0.25),0 2px 2px rgba(0, 0, 0, 0.05);
box-shadow:inset 0 4px 58px rgba(0, 0, 0, 0.25),0 2px 2px rgba(0, 0, 0, 0.05);
text-shadow:#666 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.verda {
font-family: Verdana, Geneva, sans-serif;
font-size: 10px !important;
text-decoration: none;
}
.btn {
width: 85px;
cursor: pointer;
display: inline-block;
background-color: #E6E6E6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#E6E6E6));
background-image: -webkit-linear-gradient(white, white 25%, #E6E6E6);
background-image: -moz-linear-gradient(top, white, white 25%, #E6E6E6);
background-image: -ms-linear-gradient(white, white 25%, #E6E6E6);
background-image: -o-linear-gradient(white, white 25%, #E6E6E6);
background-image: linear-gradient(white, white 25%, #E6E6E6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
padding: 5px 14px 6px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;
font-size: 13px;
line-height: normal;
border: 1px solid #CCC;
border-bottom-color: #BBB;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
-o-transition: 0.1s linear all;
transition: 0.1s linear all;
}
.btn:hover{
background-position:0 -15px;
color:#ed2d2d;
text-decoration:none;
}
.btn:focus{
outline:1px dotted #666;
}
.btn.primary{
color:#ffffff;
background-color:#ed2d2d;
background-repeat:repeat-x;
background-image:-khtml-gradient(linear, left top, left bottom, from(#FF7A7A), to(#ed2d2d));
background-image:-moz-linear-gradient(top, #FF7A7A, #ed2d2d);
background-image:-ms-linear-gradient(top, #FF7A7A, #ed2d2d);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF7A7A), color-stop(100%, #ed2d2d));
background-image:-webkit-linear-gradient(top, #FF7A7A, #ed2d2d);
background-image:-o-linear-gradient(top, #FF7A7A, #ed2d2d);
background-image:linear-gradient(top, #FF7A7A, #ed2d2d);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7A7A', endColorstr='#ed2d2d', GradientType=0);
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
border-color:#FF7A7A #ed2d2d #BE2424;
border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active,.btn:active{
-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);
}
.small {
width: 25px;
text-decoration: none;
}