CSS on NMT

From NMTWiki

Jump to: navigation, search

Image:Redvsmall.jpg Difficult - for advanced users, may require detailed technical knowledge, use at your own risk!

Image:warning.png This page is incomplete. You can help by finishing the article.


Placeholder for future user discovered CSS specs as they pertain to the NMT devices.

The official documentation for Syabas CSS is at http://www.networkedmediatank.com/download/docs/NMT_stylesheet_20080118.htm.

Contents

Known Limitations

Working

Not Working

  • display:none is not supported (visibility:hidden is supported)
  • borders are ignored for divs,

Workarounds

CSS 2.1 standard.

This is a list of all the CSS 2.1 standard elements. Please update this list with an indication that it works or not with NMT. See http://www.htmldog.com/reference/cssproperties/ for details on how each element is used.

Text and Fonts

  • font
  • [N] font-family -- only font is arial/sans-serif
  • [Y] font-size
  • [Y] font-weight
  • [P] font-style
  • font-variant
  • line-height
  • letter-spacing
  • word-spacing
  • text-align
  • text-decoration
  • text-indent
  • text-transform
  • vertical-align
  • white-space

Colors and Backgrounds

  • [Y]color
  • [Y]background-color
  • [P]background -- only as background-color
  • [N]background-image
  • background-repeat
  • background-position
  • background-attachment

The Box Model - dimensions, padding, margin and borders

  • padding, padding-top, padding-right, padding-bottom, padding-left
  • border, border-top, border-right, border-bottom, border-left
  • border-style, border-top-style, border-right-style, border-bottom-style, border-left-style
  • border-color, border-top-color, border-right-color, border-bottom-color, border-left-color
  • border-width, border-top-width, border-right-width, border-bottom-width, border-left-width
  • outline
  • outline-style
  • outline-color
  • outline-width
  • margin, margin-top, margin-right, margin-bottom, margin-left
  • [Y]width
  • [Y]height
  • [N]min-width
  • [N]max-width
  • [N]min-height
  • [N]max-height

Positioning and Display

  • [Y]position
  • [Y]top
  • right
  • bottom
  • [Y]left
  • clip
  • overflow
  • [N]z-index
  • float
  • clear
  • display
  • [Y]visibility

Lists

  • list-style
  • list-style-type
  • list-style-image
  • list-style-position

Tables

  • table-layout
  • border-collapse
  • border-spacing
  • empty-cells
  • caption-side

Generated Content

  • content
  • counter-increment
  • counter-reset
  • quotes

Paged Media

  • page-break-before
  • page-break-after
  • page-break-inside
  • orphans
  • widows

Miscellaneous

  • cursor
  • direction
  • unicode-bidi

Related Threads

http://www.networkedmediatank.com/showthread.php?tid=111

Personal tools