Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
-
-
- .super-large
- {
- font-size: 100px;
- }
-
- .fullwidth
- {
- width: 100%;
- }
-
- div.previewrapper
- {
- position: relative;
- }
-
- div.previewrapper > img.removepreview
- {
- position: absolute;
- top: -9px;
- right: -9px;
- color: red;
- cursor: pointer;
- text-decoration: blink;
- font-weight: bold;
- font-style: normal;
- border-radius: 10px;
- }
-
- img.uploadpreview
- {
- width: 100%;
- }
|