CSS-Dateien WAP
Aus OperaWiki
Dieses Stylesheet dient zur Darstellung von WAP-Dateien, die für mobiles Internet (per Handy) genutzt werden. Um es zu benutzen den Inhalt des Kastens in Opera\Styles\wml.css einfügen (und den bisherigen Inhalt ersetzen). Diese Stylesheet wurde von Toman erstellt.
@namespace wml url(http://www.wapforum.org/2001/wml); wml|wml, wml|template, wml|card, p, br, pre { display: block; font:1em sans-serif; } wml|wml { color: windowtext; background: window; } wml|template { background: threedface; border:1px solid; border-color: threedhighlight threedshadow threedshadow threedhighlight; padding: .6em .8em; margin-bottom: .3em; } wml|card:before { display: block; font-weight: bold; font-size:1.1em; text-transform:uppercase; background: activecaption; color: white; content: attr(title); padding: .2em; margin-bottom: .5em; } wml|card { display: block; position: deck; padding: .5em; text-align: left; } img { margin .3em; } wml|timer { display: none } wml|do { padding: .2em; margin: .2em; white-space: nowrap; text-transform:uppercase; font-size:.7em; color:blue; } wml|template wml|do { color:buttontext; border: solid threedface; } wml|do[type=prev]:before { content: "Previous"; } wml|do[type=next]:before { content: "Next"; } wml|do[type=accept]:before { content: "Accept"; } wml|do[type=options]:before { content: "Options"; } wml|do[label]:before { content: attr(label); font-style: normal; } a, wml|go, wml|anchor { color:blue; display:inline; } a:hover, wml|go:hover, wml|anchor:hover { text-decoration:underline; } wml|onevent[type="onenterforward"] wml go:before { content: "Please press forward"; text-decoration: blink; } small { font-size: smaller } p { padding: .2em } p, p[align=left] { text-align: left } p[align=center] { text-align: center } p[align=right] { text-align: right } strong, b { font-weight: bold } i, em { font-style: italic } u { text-decoration: underline } big { font-size: larger } pre { white-space: pre } table { display: table } tr { display: table-row } td { display: table-cell } fieldset { display: block }