Changeset 5677ea307610865f4d7c68e0733c1fc4dde54eee
- Timestamp:
- 03/07/11 16:53:17 (15 months ago)
- Author:
- Robin Gareus <robin@…>
- Parents:
- 9b93481ba94e38e5a94c8f74e474a3790aa4a7ce
- Children:
- f53c943dad74015dfb41454579000f22462b277b
- git-committer:
- Robin Gareus <robin@gareus.org> / 2011-03-07T17:53:17Z+0100
- Message:
-
sansarmes; first style
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r9b93481
|
r5677ea3
|
|
| 2 | 2 | <mx:Application |
| 3 | 3 | xmlns:mx="http://www.adobe.com/2006/mxml" |
| 4 | | width="800" height="620" |
| | 4 | width="800" height="720" |
| 5 | 5 | layout="vertical" |
| 6 | 6 | verticalAlign="middle" |
| 7 | | backgroundColor="#d0d0d0" |
| | 7 | backgroundColor="#ffffff" |
| | 8 | backgroundGradientColors="#ffffff, #ffffff" |
| 8 | 9 | creationComplete="onAppInit()" > |
| 9 | 10 | |
| … |
… |
|
| 373 | 374 | |
| 374 | 375 | <mx:Style> |
| 375 | | .center { |
| | 376 | @font-face { |
| | 377 | src: url('media/colab_med.ttf'); |
| | 378 | fontFamily: Colaborate-Medium; |
| | 379 | } |
| | 380 | @font-face { |
| | 381 | src: url('media/colab_reg.ttf'); |
| | 382 | fontFamily: Colaborate-Regular; |
| | 383 | } |
| | 384 | @font-face { |
| | 385 | src: url('media/bebas.ttf'); |
| | 386 | fontFamily: Bebas; |
| | 387 | fontWeight: regular; |
| | 388 | } |
| | 389 | |
| | 390 | global { |
| | 391 | fontFamily: Colaborate-Regular; |
| | 392 | font-size: 12pt; |
| | 393 | color:#1F3D89; |
| | 394 | } |
| | 395 | |
| | 396 | .title { |
| | 397 | fontFamily: Bebas; |
| | 398 | font-size: 23pt; |
| 376 | 399 | textAlign: center; |
| 377 | | } |
| | 400 | color: #fefefe; |
| | 401 | } |
| | 402 | |
| | 403 | .nomargin { |
| | 404 | margin-right: 0; margin-left: 0; margin-top: 0; margin-bottom: -1; horizontal-gap: 0; vertical-gap: 0; |
| | 405 | } |
| | 406 | |
| | 407 | .subtitle { |
| | 408 | fontFamily: Colaborate-Regular; |
| | 409 | font-size: 16pt; |
| | 410 | color: #E63535; |
| | 411 | textAlign: center; |
| | 412 | } |
| | 413 | |
| 378 | 414 | .footer { |
| 379 | | font-size: 7; |
| | 415 | fontFamily: fixed; |
| | 416 | font-size: 8; |
| 380 | 417 | textAlign: right; |
| 381 | | color: #f0fff0; |
| | 418 | color: #808080; |
| 382 | 419 | padding-right: 20; |
| 383 | 420 | } |
| 384 | 421 | </mx:Style> |
| 385 | 422 | |
| 386 | | <mx:Text styleName="center"> |
| 387 | | <mx:htmlText> |
| 388 | | <![CDATA[<font size="22px">Sans Armes Citoyens</font>]]> |
| 389 | | </mx:htmlText> |
| 390 | | </mx:Text> |
| 391 | | |
| 392 | | <mx:Text styleName="center"> |
| 393 | | <mx:htmlText> |
| 394 | | <![CDATA[<font size="14px">J'interprÚte l'hymne national qui me convient</font>]]> |
| 395 | | </mx:htmlText> |
| 396 | | </mx:Text> |
| | 423 | <mx:VBox styleName="nomargin" horizontalAlign="center" width="100%"> |
| | 424 | <mx:Image source="@Embed(source='media/header.png')" width="200" height="67" horizontalAlign="center"/> |
| | 425 | <mx:HRule height="1" width="100%" strokeColor="#000000" /> |
| | 426 | <mx:Box direction="horizontal" width="300" backgroundColor="#404040"> |
| | 427 | <mx:Label styleName="title" text="Sans Armes Citoyens !" width="300"/> |
| | 428 | </mx:Box> |
| | 429 | <mx:Spacer height="6"/> |
| | 430 | <mx:Label styleName="subtitle" text="J'interprÚte l'hymne national qui me convient"/> |
| | 431 | <mx:Spacer height="2"/> |
| | 432 | </mx:VBox> |
| 397 | 433 | |
| 398 | 434 | <mx:Box direction="horizontal" width="100%"> |
| … |
… |
|
| 400 | 436 | <mx:Text width="370"> |
| 401 | 437 | <mx:htmlText> |
| 402 | | <![CDATA[<b>étape 1</b>: interprÚte et titre]]> |
| | 438 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 1</font>: InterprÚte et titre]]> |
| 403 | 439 | </mx:htmlText> |
| 404 | 440 | </mx:Text> |
| 405 | 441 | <mx:Box direction="horizontal" > |
| 406 | | <mx:Label width="130" text="titre:" /> |
| | 442 | <mx:Label width="130" text="Titre:" /> |
| 407 | 443 | <mx:TextInput id="tt" width="240" text="pas de titre" restrict="a-zA-Z0-9ÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃà áâÀÚéêëìÃîïòóÎöùúûÌç, " maxChars="64"/> |
| 408 | 444 | </mx:Box> |
| 409 | 445 | <mx:Box direction="horizontal" > |
| 410 | | <mx:Label width="130" text="interprÚte:" /> |
| | 446 | <mx:Label width="130" text="InterprÚte:" /> |
| 411 | 447 | <mx:TextInput id="ta" width="240" text="moi" restrict="a-zA-Z0-9ÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃà áâÀÚéêëìÃîïòóÎöùúûÌç, " maxChars="64"/> |
| 412 | 448 | </mx:Box> |
| 413 | 449 | <mx:Text width="370"> |
| 414 | 450 | <mx:htmlText> |
| 415 | | <![CDATA[<b>données non publiées sur le site:</b>]]> |
| | 451 | <![CDATA[<font face="Colaborate-Medium" size="12">Données non publiées sur le site :</span>]]> |
| 416 | 452 | </mx:htmlText> |
| 417 | 453 | </mx:Text> |
| … |
… |
|
| 424 | 460 | <mx:Text width="370"> |
| 425 | 461 | <mx:htmlText> |
| 426 | | <![CDATA[<b>étape 2</b>: configurer la caméra:<br/>clic droit sur cette fenêtre (Mac ctrl+clic) → paramÚtres → camera (choisir dans le menu déroulant) → micro (choisir dans le menu) régler le niveau d'enregistrement, dans les moment les plus forts le signal ne doit pas devenir rouge]]> |
| | 462 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 2</font>: configurer la caméra:<br/>Clic droit sur cette fenêtre (Mac ctrl+clic) → paramÚtres → camera (choisir dans le menu déroulant) → micro (choisir dans le menu) régler le niveau d'enregistrement, dans les moment les plus forts le signal ne doit pas devenir rouge]]> |
| 427 | 463 | </mx:htmlText> |
| 428 | 464 | </mx:Text> |
| … |
… |
|
| 430 | 466 | <mx:Text width="370"> |
| 431 | 467 | <mx:htmlText> |
| 432 | | <![CDATA[<b>étape 3</b>: Démarrer la caméra.<br/>Ajuster votre position pour le visage soit ni trop gros ni trop petit au centre de la partie supérieur de l'image]]> |
| | 468 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 3</font>: Démarrer la caméra.<br/>Ajuster votre position pour le visage soit ni trop gros ni trop petit au centre de la partie supérieur de l'image]]> |
| 433 | 469 | </mx:htmlText> |
| 434 | 470 | </mx:Text> |
| … |
… |
|
| 437 | 473 | <mx:Text width="370"> |
| 438 | 474 | <mx:htmlText> |
| 439 | | <![CDATA[<b>étape 4</b>: démarrer l'enregistrement]]> |
| | 475 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 4</span>: démarrer l'enregistrement]]> |
| 440 | 476 | </mx:htmlText> |
| 441 | 477 | </mx:Text> |
| … |
… |
|
| 455 | 491 | <mx:Text width="340"> |
| 456 | 492 | <mx:htmlText> |
| 457 | | <![CDATA[<b>étape 5</b>: vérifier l'enregistrement]]> |
| | 493 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 5</span>: vérifier l'enregistrement]]> |
| 458 | 494 | </mx:htmlText> |
| 459 | 495 | </mx:Text> |
| … |
… |
|
| 461 | 497 | <mx:Text width="340"> |
| 462 | 498 | <mx:htmlText> |
| 463 | | <![CDATA[<b>étape 6</b>: valider et autoriser l'enregistrement pour publication]]> |
| | 499 | <![CDATA[<font face="Colaborate-Medium" size="12">Ãtape 6</span>: valider et autoriser l'enregistrement pour publication]]> |
| 464 | 500 | </mx:htmlText> |
| 465 | 501 | </mx:Text> |