Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- .ticket_font{
- font-size: 1.1em;
- font-weight: bold;
- color: #555;
- }
- .ticket_li{
- padding-bottom: 0.6em;
- }
- .ticket_col{
- color: #777;
- }
- .tcket_suc{
- font-weight: bold;
- color: #FF8800;
- font-size: 1.4em;
- }
- .tcket_fail{
- font-weight: bold;
- color: #999;
- font-size: 1.4em;
- padding-bottom: 0.3em;
- }
- .tcket_img{
- width: 4em;
- height: 4em;
- padding-top: 2em;
- padding-bottom: 0.5em;
- }
|