Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
-
-
- .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%;
- }
|