home *** CD-ROM | disk | FTP | other *** search
- @charset "utf-8";
- /* Stylesheet to show all email/news headers */
- /* Copyright 2000-2004 Opera Software */
-
- @namespace omf url(http://www.opera.com/2003/omf);
- @namespace html url(http://www.w3.org/TR/REC-html40);
-
- /* Headers in general */
-
- omf|mime
- {
- background: Window;
- display: block;
- }
-
- omf|headers
- {
- font-family: "Courier New", monospace;
- font-size: 12px;
- display: table;
- width: 100%;
- border-spacing: 0;
- background: Window;
- }
-
- omf|hdr
- {
- display:table-row;
- }
-
- /* Header name */
- omf|n
- {
- vertical-align: top;
- display: table-cell;
- font-weight: bold;
- text-align: right;
- }
-
- omf|n:after {content: ": ";}
-
- /* Header value */
- omf|v
- {
- vertical-align: top;
- display: table-cell;
- }
-