aboutsummaryrefslogtreecommitdiff
blob: a7268ea90d5d5bed50979c2935e2cb5654a03768 (plain) (blame)
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
<!DOCTYPE html>
<html >
<head>
<title>Paris</title>
    <meta charset="utf-8" />
<style>
body, div, h1,h2, form, fieldset, input, textarea, footer,p {
	margin: 0; padding: 0; border: 0; outline: none;
}
@font-face {
    font-family: 'DeibiRegular';
    src: url('deibi-webfont.eot');
    src: url('deibi-webfont.eot?#iefix') format('embedded-opentype'),
         url('deibi-webfont.woff') format('woff'),
         url('deibi-webfont.ttf') format('truetype'),
         url('deibi-webfont.svg#DeibiRegular') format('svg');
    font-weight: normal;
    font-style: normal;}

body, html {background: #f2f2f2; font-family:'DeibiRegular', Helvetica, Arial, sans-serif;}

#wrap {
	background: url('images/clouds1000.png') repeat-x, url('images/clouds1200_1.png') repeat-x 0 0, url('images/Paris_sky.jpg') 0 0;
	width: 600px;
	height: 680px;
	overflow: hidden;
	display: block;
	position: relative;
	margin: 0px auto;
	border: 0px solid #fff;
	-webkit-box-shadow: 0 0 20px #bababa;
	-moz-box-shadow: 0 0 20px #bababa;
	box-shadow: 0 0 20px #bababa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-animation: wind 30s linear infinite;
	-moz-animation: wind 80s linear infinite;
	}
	
	#eiffel {position:absolute; background:  url('images/Paris_eiffel.png') no-repeat ; width:240px; height:462px; right:10px; top: 180px;  }
	
	#sparkling1 { position:absolute; background:  url('images/sparkling1.png') no-repeat; width:240px; height:462px; opacity:0;
	-webkit-animation: sparkling .4s .2s  infinite;-moz-animation: sparkling .4s .2s  infinite;  }
	
	
	#sparkling2 { position:absolute;background:  url('images/sparkling2.png') no-repeat; width:240px; height:462px;  opacity:0;
	-webkit-animation: sparkling .4s   infinite; -moz-animation: sparkling .4s linear infinite; }
	
	#eiffel_wrap {position:absolute; width:240px; height:462px; right:10px; top: 180px;opacity:0;
		-webkit-animation: eiffel_wrap 30s 1s  infinite; -moz-animation: eiffel_wrap 30s 1s  infinite; }
		
		
	#roofs {width: 600px; height: 900px; position:relative; 
		 background:  url('images/clouds1200_2.png') repeat-x left 200px, url('images/Paris_roofs.png') repeat-x left bottom ;
		 -webkit-animation: wind1 70s linear infinite; -moz-animation: wind1 70s linear infinite;}
	
	#phare {position:absolute; background: url('images/phare.png'); width:130px; height:510px; right:64px; top: 185px; opacity:0;
	 -webkit-transform-origin: center top; -webkit-animation: phare 15s linear infinite;
	-moz-transform-origin: center top; -moz-animation: phare 15s linear infinite;}
	
h1 {position:absolute; top: 180px; left:45px; text-shadow: 0 4px 5px #8c8c8C;color: #f2f2f2; font-size:48px;}
h1 em {font-style:normal; font-size: 60px;}
footer {position:absolute;  bottom: 10px; right: 10px;font-size:14px;color: #838383;}
	
	@-webkit-keyframes wind  {
	         0% {background-position: 0px 200px,0px 350px, left top;}
			50% {background-position:  500px 40px,600px 450px, left top;}
			100% {background-position: 1000px 200px,1200px 350px, left top}
	}
	
	@-moz-keyframes wind  {
	         0% {background-position: 0px 200px,0px 350px, left top;}
			50% {background-position:  500px 40px,600px 450px, left top;}
			100% {background-position: 1000px 200px,1200px 350px, left top}
	}
	
	@-webkit-keyframes wind1 {
	         0% {background-position: 100px 250px, left bottom;}
			50% {background-position:  650px 150px, left bottom;}
			100% {background-position: 1300px 250px, left bottom}
	}
	
	@-moz-keyframes wind1 {
	         0% {background-position: 100px 250px, left bottom;}
			50% {background-position:  650px 150px, left bottom;}
			100% {background-position: 1300px 250px, left bottom}
	}
	
	@-webkit-keyframes sparkling {
		0% {opacity:0;}
		50%{opacity:1;}
		100% {opacity:0;}
	}
	
	@-moz-keyframes sparkling {
		0% {opacity:0;}
		50%{opacity:1;}
		100% {opacity:0;}
	}

	@-webkit-keyframes eiffel_wrap {
		    0% {opacity:1;-webkit-animation-timing-function: steps(1);}
			40%{opacity:0;}
			100% {opacity:0;}
			}
			

			
	@-moz-keyframes eiffel_wrap {
			0% {opacity:1;-moz-animation-timing-function: steps(1);}
			40%{opacity:0;}
			100% {opacity:0;}
			}
	
	@-webkit-keyframes phare {
	         0% { -webkit-transform:rotate(0deg); opacity:0 } 
			40% { -webkit-transform:rotate(144deg); opacity:.2 } 
			50% { -webkit-transform:rotate(180deg); opacity:1 } 
			60% { -webkit-transform:rotate(216deg); opacity:.2 } 	
			100% { -webkit-transform:rotate(360deg); opacity:0; }
	}
	
	@-moz-keyframes phare {
	         0% { -moz-transform:rotate(0deg); opacity:0 } 
			40% { -moz-transform:rotate(144deg); opacity:.2 } 
			50% { -moz-transform:rotate(180deg); opacity:1 } 
			60% { -moz-transform:rotate(216deg); opacity:.2 } 	
			100% { -moz-transform:rotate(360deg); opacity:0; }
	}
	
	
body,td,th {
	font-family: DeibiRegular, Helvetica, Arial, sans-serif;
}
</style>
</head>

<body>
	<div id="wrap">
	  <h1>Happy Birthday <em>Tiga !</em></h1>
		<div id="phare"></div>		
		<div id="eiffel"></div>	
		<div id="eiffel_wrap">
			<div id="sparkling1"></div>
			<div id="sparkling2"></div>
		</div>
		<div id="roofs"></div>
		<footer>by Jinwei, Paris 2013</footer>   
</div>

<!-- jinwei.me Baidu tongji analytics -->
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");

document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F91918ac6d6854623883a2b546ebc00ac' type='text/javascript'%3E%3C/script%3E"));

</script>

</body>
</html>
Powered by cgit v1.2.3 (git 2.41.0)