Search…

X3 Photo Gallery Support Forums

Search…
 
Gregory
Topic Author
Posts: 21
Joined: 11 Jun 2011, 13:05

Текст & CSS.

18 Jun 2011, 04:08

Я не являюсь специалистом во Flash и CSS.
Но как я понимаю Flash в достаточно ограниченой мере поддерживает CSS при работе с текстом.
Так например font-variant:small-caps; игнорируется.
Где можно найти полный список поддерживаемых параметров.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Текст & CSS.

18 Jun 2011, 06:59

К сожалению, не поддерживается почти ничего:

https://www.photo.gallery/documentation/cssreference/

font-family – A comma-separated list of fonts to use, in descending order of desirability. Any font family name can be used.
font-size – Only the numeric part of the value is used; units (px, pt) are not parsed; pixels and points are equivalent.
font-weight – Recognized values are normal and bold.
font-style – Recognized values are normal and italic.
color – Only hexadecimal color values are supported. Named colors (like blue) are not supported.
text-decoration – Recognized values are none and underline.
text-align – Recognized values are left, center, and right. Only works for full paragraphs.
margin-left – Only the numeric part of the value is used. Units (px, pt) are not parsed; pixels and points are equivalent.
margin-right – Only the numeric part of the value is used. Units (px, pt) are not parsed; pixels and points are equivalent.
text-indent – Only the numeric part of the value is used. Units (px, pt) are not parsed; pixels and points are equivalent.
display – Supported values are inline, block, and none.
kerning – Recognized values are true and false.
leading – Space after end of line
firedev.com
 
Gregory
Topic Author
Posts: 21
Joined: 11 Jun 2011, 13:05

Re: Текст & CSS.

18 Jun 2011, 17:24

Спасиб, большое..