home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / ow32enen.exe / WML.CSS < prev    next >
Cascading Style Sheet File  |  2003-01-06  |  2KB  |  107 lines

  1. /* Stylesheet for the WML documents */
  2. /* Copyright 2003 Opera Software */
  3.  
  4. @namespace wml url(http://www.wapforum.org/2001/wml);
  5.  
  6. wml|wml, wml|template, wml|card, p, br, pre { display: block; font: 20px sans-serif }
  7.  
  8. wml|wml {
  9.   color: black;
  10.   background: white;
  11.   padding: 1em;
  12. }
  13.  
  14. wml|template {
  15.   background: #DDD;
  16.   padding: 0.6em 1em;
  17.   margin-bottom: 0.3em;
  18. }
  19.  
  20. img {
  21.   -o-replace: attr(src);
  22.   margin 0.3em;
  23. }
  24.  
  25. wml|timer { display: none }
  26.  
  27. wml|card:before {
  28.   display: block;
  29.   font-style: italic;
  30.   background: #333;
  31.   color: white;
  32.   content: attr(title);
  33.   padding: 0.3em;
  34.   margin-bottom: 0.5em;
  35. }
  36.  
  37. wml|card { 
  38.   display: block;
  39.   position: deck;
  40.   padding: 1em;
  41.   background: #EEE;
  42.   text-align: left;
  43. }
  44.  
  45. wml|do {
  46.   padding: 0.05em;
  47.   margin: 0.05em;
  48.   border: 0.1em black outset;
  49.   white-space: nowrap;
  50. }
  51.  
  52. wml|do[type=prev]:before {
  53.   content: "Previous";
  54. }
  55.  
  56. wml|do[type=next]:before {
  57.   content: "Next";
  58. }
  59.  
  60. wml|do[type=accept]:before {
  61.   content: "Accept";
  62. }
  63.  
  64. wml|do[type=options]:before {
  65.   content: "Options";
  66. }
  67.  
  68. wml|do[label]:before {
  69.   content: attr(label);
  70.   font-style: normal;
  71. }
  72.  
  73. a, wml|go, wml|do, wml|anchor {
  74.   color: blue;
  75. }
  76.  
  77. wml|go, wml|anchor { display: inline }
  78.  
  79. wml|onevent[type="onenterforward"] wml|go:before {
  80.   content: "Please press forward";
  81.   text-decoration: blink;
  82. }
  83.  
  84. small {
  85.   font-size: smaller;
  86. }
  87.  
  88. p { padding: 0.3em }
  89.  
  90. p, p[align=left] { text-align: left } 
  91. p[align=center] { text-align: center }
  92. p[align=right] { text-align: right }
  93.  
  94. strong, b { font-weight: bold }
  95. i, em { font-style: italic }
  96. u { text-decoration: underline }
  97. big { font-size: larger }
  98. pre { white-space: pre }
  99.  
  100. table { display: table }
  101. tr { display: table-row }
  102. td { display: table-cell }
  103.  
  104. fieldset { display: block } 
  105.  
  106.  
  107.