Test : Différence entre versions
De Wikhydro
Ligne 8 : | Ligne 8 : | ||
== Test VML == | == Test VML == | ||
<html xmlns:v> | <html xmlns:v> | ||
− | <style>v\:*{behavior:url(#default#VML);position:absolute}</style> | + | |
+ | <style> | ||
+ | v\:*{behavior:url(#default#VML);position:absolute} | ||
+ | v\:shape{width:10000;height:10000} | ||
+ | v\:group{width:1000;height:1000} | ||
+ | </style> | ||
+ | |||
<body> | <body> | ||
− | <v: | + | |
+ | <h1>VML COLORED FIREBALL</h1> | ||
+ | <v:shapetype id="arw" path=" m,c2,2,4,5,6,11,5,8,3,5,,2,1,2,,1,,e" fillcolor="red"> | ||
+ | <v:stroke color="yellow" weight="4" opacity=".4"/> | ||
+ | </v:shapetype> | ||
+ | |||
+ | <v:vmlframe src="ball.xml#ball" clip="t" size="32,32" | ||
+ | style="top:55;width:580;height:550;background-color:white;filter:blur(Add=1,Strength=140)"/> | ||
+ | |||
+ | <v:group id="gr1" style="left:80;top:25"> | ||
+ | |||
+ | <v:shape type="#arw" style="left:65;top:50;width:55000;height:4000" fillcolor="aqua" strokecolor="lime"/> | ||
+ | <v:shape type="#arw" style="left:460;top:80" fillcolor="fuchsia"/> | ||
+ | <v:shape type="#arw" style="left:-1900;top:1430;width:5000;height:4000;rotation:50"/> | ||
+ | |||
+ | </v:group> | ||
+ | |||
+ | <v:vmlframe src="#gr1" style=" left:390;top:140;width:200;height:150"/> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Version du 28 mai 2014 à 09:46
Test de l'extension Cite
According to scientists, the Sun is pretty big.[1] The Moon, however, is not so big.[2]
Notes
- ↑ E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.
- ↑ R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.
Test VML