Memory: Unterschied zwischen den Versionen
Aus DSD-Wiki
| Zeile 58: | Zeile 58: | ||
</div> | </div> | ||
| + | == Test== | ||
| + | <div class="suchsel-quiz"> | ||
| + | |||
| + | |||
| + | </div> | ||
| + | |||
| + | * Druckstylesheet für Suchselrätsel */ | ||
| + | |||
| + | .suchsel-quiz { | ||
| + | display: block; | ||
| + | float: left; | ||
| + | margin: 10px 0px; | ||
| + | padding: 0px; | ||
| + | width: 100%; | ||
| + | border: 1px solid #d0d0d0; | ||
| + | background: none; | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | .suchsel-quiz h2 { | ||
| + | margin: 0px; | ||
| + | padding: 15px 20px; | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | .suchsel-quiz p { | ||
| + | margin: 0px; | ||
| + | padding: 10px; | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | .suchsel-quiz .gitter { | ||
| + | display: block; | ||
| + | float: left; | ||
| + | margin: 0 10px; | ||
| + | border-collapse: collapse; | ||
| + | } | ||
| + | |||
| + | .suchsel-quiz .gitter td { | ||
| + | margin: 0; | ||
| + | padding: 0; | ||
| + | width: 1.5em; | ||
| + | height: 1.5em; | ||
| + | text-align: center; | ||
| + | font-weight: bold; | ||
| + | font-family: Verdana, sans-serif; | ||
| + | border: 1px solid #000000; | ||
| + | } | ||
| + | |||
| + | .suchsel-quiz .liste { | ||
| + | display: none; | ||
| + | } | ||
Version vom 26. Mai 2009, 20:30 Uhr
| Wort | Bild | |
| 1 | das Gold | 100px |
| 2 | das Pferd | 70px |
| 3 | die Kuh | 100px |
| 4 | das Schwein | 100px |
| 5 | die Gans | 100px |
| 6 | der Schleifstein | 70px |
| 1. | das Gold | 200px |
| 2.{ | das Pferd | 200px |
| 3. | die Kuh | 200px |
| 4. | das Schwein | 200px |
| 5. | die Gans | 200px |
| 6. | der Schleifstein | 200px |
Test
- Druckstylesheet für Suchselrätsel */
.suchsel-quiz { display: block; float: left; margin: 10px 0px; padding: 0px; width: 100%; border: 1px solid #d0d0d0; background: none; clear: both; }
.suchsel-quiz h2 { margin: 0px; padding: 15px 20px; clear: both; }
.suchsel-quiz p { margin: 0px; padding: 10px; clear: both; }
.suchsel-quiz .gitter { display: block; float: left; margin: 0 10px; border-collapse: collapse; }
.suchsel-quiz .gitter td { margin: 0; padding: 0; width: 1.5em; height: 1.5em; text-align: center; font-weight: bold; font-family: Verdana, sans-serif; border: 1px solid #000000; }
.suchsel-quiz .liste { display: none; }

