Last change
on this file was 347, checked in by roby, 4 years ago |
Aggiornamento per compatibilità con php7.4
|
File size:
1.5 KB
|
Rev | Line | |
---|
[347] | 1 | <style type="text/css">
|
---|
| 2 | <!--
|
---|
| 3 | .div { background: #CCDDCC; color: #002200; text-align: center; width: 70mm; height: 20mm; margin: 2mm; }
|
---|
| 4 | .div1 { border: solid 2mm black; border-radius: 5mm; -moz-border-radius: 5mm; }
|
---|
| 5 | .div2 { border: solid 2mm black; border-radius: 3mm 10mm 0mm 3mm; -moz-border-radius: 3mm 10mm 0mm 3mm; }
|
---|
| 6 | .div3 { border: solid 2mm black; border-radius: 10mm / 7mm; -moz-border-radius: 10mm / 7mm; }
|
---|
| 7 | .div4 { border: solid 6mm black; border-radius: 5mm / 10mm; -moz-border-radius: 5mm / 10mm; }
|
---|
| 8 | .div5 { border: solid 5mm black; border-top: none; border-bottom: none; border-radius: 5mm; -moz-border-radius: 5mm; }
|
---|
| 9 | .div6 { border: solid 5mm black; border-left: none; border-right: none; border-radius: 5mm; -moz-border-radius: 5mm; }
|
---|
| 10 | .div7 { border: solid 5mm black; border-left: none; border-top: none; border-radius: 5mm; -moz-border-radius: 5mm; }
|
---|
| 11 | .div8 { border-radius: 8mm; -moz-border-radius: 8mm; border-left: solid 2mm #660000; border-top: solid 1mm #006600; border-right: solid 2mm #000066; border-bottom: solid 4mm #004444;}
|
---|
| 12 | -->
|
---|
| 13 | </style>
|
---|
| 14 | <page>
|
---|
| 15 | <div class="div div1">Exemple de div</div>
|
---|
| 16 | <div class="div div2">Exemple de div</div>
|
---|
| 17 | <div class="div div3">Exemple de div</div>
|
---|
| 18 | <div class="div div4">Exemple de div</div>
|
---|
| 19 | <div class="div div5">Exemple de div</div>
|
---|
| 20 | <div class="div div6">Exemple de div</div>
|
---|
| 21 | <div class="div div7">Exemple de div</div>
|
---|
| 22 | <div class="div div8">Exemple de div</div>
|
---|
| 23 | </page>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.