optimize for google pagespeed insights
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3479 f459cee4-fb09-11de-96c3-f9c5f16c3c76
6756
trunk/web/css/7231462.css
Normal file
21
trunk/web/css/8ac0a96.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.st-booking-table {
|
||||
width: 100%;
|
||||
}
|
||||
.st-booking-table td {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.st-booking-table .st-position-price-col {
|
||||
text-align: right;
|
||||
}
|
||||
.st-booking-table .st-total-tr > td {
|
||||
border-top: 1px solid black;
|
||||
}
|
||||
.st-booking-table .st-total-price {
|
||||
border-bottom: 1px solid;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* #TODO Move */
|
||||
.st-required:after {
|
||||
content: " *";
|
||||
}
|
||||
12347
trunk/web/css/af330f6.css
Normal file
5681
trunk/web/css/b4ba71d.css
Normal file
16
trunk/web/css/custom-min.js
vendored
Normal file
1
trunk/web/css/header-min.css
vendored
Normal file
BIN
trunk/web/css/images/ui-bg_glass_100_f8f8f8_1x400.png
Normal file
|
After Width: | Height: | Size: 324 B |
BIN
trunk/web/css/images/ui-bg_glass_35_dddddd_1x400.png
Normal file
|
After Width: | Height: | Size: 323 B |
BIN
trunk/web/css/images/ui-bg_glass_40_ffc73d_1x400.png
Normal file
|
After Width: | Height: | Size: 374 B |
BIN
trunk/web/css/images/ui-bg_glass_60_eeeeee_1x400.png
Normal file
|
After Width: | Height: | Size: 323 B |
BIN
trunk/web/css/images/ui-bg_highlight-hard_20_0972a5_1x100.png
Normal file
|
After Width: | Height: | Size: 381 B |
BIN
trunk/web/css/images/ui-bg_highlight-soft_33_003147_1x100.png
Normal file
|
After Width: | Height: | Size: 401 B |
BIN
trunk/web/css/images/ui-bg_highlight-soft_35_222222_1x100.png
Normal file
|
After Width: | Height: | Size: 342 B |
BIN
trunk/web/css/images/ui-bg_highlight-soft_44_444444_1x100.png
Normal file
|
After Width: | Height: | Size: 328 B |
BIN
trunk/web/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
Normal file
|
After Width: | Height: | Size: 335 B |
BIN
trunk/web/css/images/ui-bg_inset-hard_75_999999_1x100.png
Normal file
|
After Width: | Height: | Size: 310 B |
BIN
trunk/web/css/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
Normal file
|
After Width: | Height: | Size: 329 B |
BIN
trunk/web/css/images/ui-bg_loop_25_000000_21x21.png
Normal file
|
After Width: | Height: | Size: 378 B |
BIN
trunk/web/css/images/ui-icons_222222_256x240.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
trunk/web/css/images/ui-icons_3383bb_256x240.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
trunk/web/css/images/ui-icons_454545_256x240.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
trunk/web/css/images/ui-icons_4b8e0b_256x240.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
trunk/web/css/images/ui-icons_70b2e1_256x240.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
trunk/web/css/images/ui-icons_999999_256x240.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
trunk/web/css/images/ui-icons_a83300_256x240.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
trunk/web/css/images/ui-icons_fbc856_256x240.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
trunk/web/css/images/ui-icons_ffffff_256x240.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
17
trunk/web/css/my-custom-blessed1.css
Normal file
1
trunk/web/css/my-custom.css
Normal file
1
trunk/web/css/my-custom.css.map
Normal file
1
trunk/web/css/preload-min.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
#preloader{position:fixed;z-index:9999999;top:0;bottom:0;right:0;left:0;background:#fff}.inner{position:absolute;top:0;bottom:0;right:0;left:0;width:54px;height:54px;margin:auto}.page-loader{display:block;width:100%;height:100%;position:fixed;top:0;left:0;background:#fefefe;z-index:100000}#preloader span.loader{width:50px;height:50px;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;font-size:10px;text-indent:-12345px;border-top:1px solid rgba(0,0,0,0.08);border-right:1px solid rgba(0,0,0,0.08);border-bottom:1px solid rgba(0,0,0,0.08);border-left:1px solid rgba(0,0,0,0.5);border-radius:50%;-webkit-animation:spinner 700ms infinite linear;animation:spinner 700ms infinite linear;z-index:100001}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
|
||||