Parent Directory
|
Revision Log
Revision 70 - (view) (download)
| 1 : | jhermanski | 70 | ; |
| 2 : | ; Style information for a full-screen menu. | ||
| 3 : | ; | ||
| 4 : | ; This file consists of a section named 'document' that defines the main style | ||
| 5 : | ; for the doc. This followed by sections thet specify style information for the | ||
| 6 : | ; corresponding element in the document that this style is applied to. | ||
| 7 : | ; Colors may be defined as: a css hex value, a css color name or transparent. | ||
| 8 : | ; See http://www.w3.org/TR/SVG/types.html#ColorKeywords for color names. | ||
| 9 : | ; | ||
| 10 : | ; height height of document or element in pixels (CIF is 288). | ||
| 11 : | ; width width of document or element in pixels (CIF is 352). | ||
| 12 : | ; top offset of the top of an element relative to the document. | ||
| 13 : | ; left offset of the left of an element relative to the document. | ||
| 14 : | ; padding offset of the content relative to top and left. | ||
| 15 : | ; background-image filename of an optional background image for the document. | ||
| 16 : | ; background-color color used to fill the document or element background. | ||
| 17 : | ; color color used for text. | ||
| 18 : | ; border-radius corner radius in pixels. | ||
| 19 : | ; border-color color used for element border. | ||
| 20 : | ; border-width element border width in pixels. | ||
| 21 : | ; text-align justification of the text (left, center, right). | ||
| 22 : | ; font-size size of the text font (small, medium, large). | ||
| 23 : | ;------------------------------------------------------------------------------- | ||
| 24 : | |||
| 25 : | [document] | ||
| 26 : | height = 288 | ||
| 27 : | width = 352 | ||
| 28 : | background-image = /var/lib/diastar/imagemaker/images/reel-reel.png | ||
| 29 : | background-color = #162660 | ||
| 30 : | color = #fff | ||
| 31 : | |||
| 32 : | [header] | ||
| 33 : | height = 36 | ||
| 34 : | width = 328 | ||
| 35 : | top = 12 | ||
| 36 : | left = 12 | ||
| 37 : | padding = 4 | ||
| 38 : | background-color = transparent | ||
| 39 : | color = black | ||
| 40 : | border-radius = 6 | ||
| 41 : | text-align = center | ||
| 42 : | font-size = large | ||
| 43 : | |||
| 44 : | [items] | ||
| 45 : | height = 184 | ||
| 46 : | width = 328 | ||
| 47 : | top = 60 | ||
| 48 : | left = 12 | ||
| 49 : | padding = 12 | ||
| 50 : | background-color = transparent | ||
| 51 : | color = orange | ||
| 52 : | text-align = left | ||
| 53 : | font-size = medium | ||
| 54 : | |||
| 55 : | [footer] | ||
| 56 : | height = 25 | ||
| 57 : | width = 328 | ||
| 58 : | top = 260 | ||
| 59 : | left = 12 | ||
| 60 : | padding = 2 | ||
| 61 : | background-color = transparent | ||
| 62 : | color = #9999a8 | ||
| 63 : | text-align = center | ||
| 64 : | font-size = medium | ||
| 65 : | |||
| 66 : | ; EOF | ||
| 67 : |
| No admin address has been configured | ViewVC Help |
| Powered by ViewVC 1.0.8 |