css_initial_values.js
Summary
This file contains a lookup table of css properties, the value of the
property contains the initial value ( default value is defined in the browser.css )
used by Opera if ther is no CSS defined
by the author. This is used in the CSS inspector
See:
css_initial_values =
{
"-apple-dashboard-region": "",
"-o-background-size": "",
"-o-link": "",
"-o-link-source": "",
"-o-table-baseline": "",
"-o-text-overflow": "",
"-wap-accesskey": "",
"-wap-input-format": "",
"-wap-input-required": "",
"-wap-marquee-dir": "",
"-wap-marquee-loop": "",
"-wap-marquee-speed": "",
"-wap-marquee-style": "",
"-xv-interpret-as": "",
"-xv-phonemes": "",
"-xv-voice-balance": "",
"-xv-voice-duration": "",
"-xv-voice-pitch": "",
"-xv-voice-pitch-range": "",
"-xv-voice-rate": "",
"-xv-voice-stress": "",
"-xv-voice-volume": "",
"alignment-baseline": "",
"audio-level": "",
"background": "transparent none repeat scroll 0px 0px",
"background-attachment": "scroll",
"background-color": "transparent",
"background-image": "none",
"background-position": "0px 0px",
"background-repeat": "repeat",
"baseline-shift": "",
"border": "0px #000000",
"border-bottom": "0px #000000",
"border-bottom-color": "#000000",
"border-bottom-style": "none",
"border-bottom-width": "0px",
"border-collapse": "separate",
"border-color": "#000000",
"border-left": "0px #000000",
"border-left-color": "#000000",
"border-left-style": "none",
"border-left-width": "0px",
"border-right": "0px #000000",
"border-right-color": "#000000",
"border-right-style": "none",
"border-right-width": "0px",
"border-spacing": "0px",
"border-style": "none",
"border-top": "0px #000000",
"border-top-color": "#000000",
"border-top-style": "none",
"border-top-width": "0px",
"border-width": "0px",
"bottom": "auto",
"box-sizing": "",
"caption-side": "top",
"cell-spacing": "",
"clear": "none",
"clip": "rect(0px, 0px, 0px, 0px)",
"clip-path": "",
"clip-rule": "",
"color": "#000000",
"color-interpolation": "",
"color-interpolation-filters": "",
"color-profile": "",
"color-rendering": "",
"column-span": "",
"content": "none",
"counter-increment": "none",
"counter-reset": "none",
"cue": "",
"cue-after": "",
"cue-before": "",
"cursor": "default",
"direction": "ltr",
"display": "inline",
"display-align": "",
"dominant-baseline": "",
"empty-cells": "show",
"enable-background": "",
"fill": "#000000",
"fill-opacity": "",
"fill-rule": "",
"filter": "",
"float": "none",
"flood-color": "",
"flood-opacity": "",
"font": "shorthand",
"font-family": "Times New Roman",
"font-size": "16px",
"font-size-adjust": "none",
"font-stretch": "normal",
"font-style": "normal",
"font-variant": "normal",
"font-weight": "400",
"glyph-orientation-horizontal": "",
"glyph-orientation-vertical": "",
"height": "auto",
"image-rendering": "",
"kerning": "",
"left": "auto",
"letter-spacing": "0px",
"lighting-color": "",
"line-height": "normal",
"line-increment": "",
"list-style": "disc outside none",
"list-style-image": "none",
"list-style-position": "outside",
"list-style-type": "disc",
"margin": "0px",
"margin-bottom": "0px",
"margin-left": "0px",
"margin-right": "0px",
"margin-top": "0px",
"mark": "",
"mark-after": "",
"mark-before": "",
"marker": "",
"marker-end": "",
"marker-mid": "",
"marker-offset": "",
"marker-start": "",
"marks": "none",
"mask": "none",
"max-height": "-1px",
"max-width": "-1px",
"min-height": "0px",
"min-width": "0px",
"nav-down": "",
"nav-index": "",
"nav-left": "",
"nav-right": "",
"nav-up": "",
"opacity": "1",
"orphans": "2",
"outline": "3px",
"outline-color": "invert",
"outline-offset": "",
"outline-style": "none",
"outline-width": "3px",
"overflow": "visible",
"overflow-x": "visible",
"overflow-y": "visible",
"padding": "0px",
"padding-bottom": "0px",
"padding-left": "0px",
"padding-right": "0px",
"padding-top": "0px",
"page": "auto",
"page-break-after": "auto",
"page-break-before": "auto",
"page-break-inside": "auto",
"pause": "",
"pause-after": "",
"pause-before": "",
"pointer-events": "",
"position": "static",
"quotes": "none",
"rest": "",
"rest-after": "",
"rest-before": "",
"right": "auto",
"row-span": "",
"scrollbar-3dlight-color": "",
"scrollbar-arrow-color": "",
"scrollbar-base-color": "",
"scrollbar-darkshadow-color": "",
"scrollbar-face-color": "",
"scrollbar-highlight-color": "",
"scrollbar-shadow-color": "",
"scrollbar-track-color": "",
"shape-rendering": "",
"size": "portrait",
"solid-color": "",
"solid-opacity": "",
"speak": "",
"stop-color": "",
"stop-opacity": "",
"stroke": "",
"stroke-dasharray": "",
"stroke-dashoffset": "",
"stroke-linecap": "",
"stroke-linejoin": "",
"stroke-miterlimit": "",
"stroke-opacity": "",
"stroke-width": "",
"table-layout": "auto",
"text-align": "left",
"text-anchor": "",
"text-decoration": "none",
"text-indent": "0px",
"text-rendering": "",
"text-shadow": "",
"text-transform": "none",
"top": "auto",
"unicode-bidi": "normal",
"vector-effect": "",
"vertical-align": "baseline",
"viewport-fill": "",
"viewport-fill-opacity": "",
"visibility": "visible",
"voice-family": "",
"white-space": "normal",
"widows": "2",
"width": "auto",
"word-spacing": "0px",
"writing-mode": "",
"z-index": "auto"
}
Documentation generated by
JSDoc on Thu Oct 30 18:01:10 2008