2002-10-11 23:46:11 +00:00
|
|
|
@charset "utf-8";
|
2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2000-09-22 00:53:20 +00:00
|
|
|
|
2001-04-17 07:23:04 +00:00
|
|
|
@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
|
2000-09-22 00:53:20 +00:00
|
|
|
|
2005-07-11 22:22:47 +00:00
|
|
|
*|*:root {
|
2001-05-01 03:19:46 +00:00
|
|
|
background-color: white;
|
2009-01-30 03:31:24 +00:00
|
|
|
color: black;
|
2011-07-22 19:09:41 +00:00
|
|
|
direction: ltr;
|
2001-04-18 02:54:41 +00:00
|
|
|
}
|
2001-09-05 01:02:58 +00:00
|
|
|
#viewsource {
|
2001-05-02 07:40:37 +00:00
|
|
|
font-family: -moz-fixed;
|
2001-04-17 07:23:04 +00:00
|
|
|
font-weight: normal;
|
2000-09-22 00:53:20 +00:00
|
|
|
white-space: pre;
|
2011-11-02 01:05:50 +00:00
|
|
|
counter-reset: line;
|
2000-09-22 00:53:20 +00:00
|
|
|
}
|
2001-09-05 01:02:58 +00:00
|
|
|
#viewsource.wrap {
|
2008-03-08 09:44:35 +00:00
|
|
|
white-space: pre-wrap;
|
2008-07-24 07:16:18 +00:00
|
|
|
word-wrap: break-word;
|
2001-09-05 01:02:58 +00:00
|
|
|
}
|
2002-03-01 00:07:48 +00:00
|
|
|
pre {
|
|
|
|
font: inherit;
|
|
|
|
color: inherit;
|
|
|
|
white-space: inherit;
|
2011-11-02 01:05:50 +00:00
|
|
|
margin: 0 0 0 5ch;
|
|
|
|
}
|
|
|
|
pre[id]:before,
|
|
|
|
span[id]:before {
|
|
|
|
content: counter(line) " ";
|
|
|
|
counter-increment: line;
|
|
|
|
-moz-user-select: none;
|
|
|
|
display: inline-block;
|
|
|
|
width: 5ch;
|
|
|
|
margin: 0 0 0 -5ch;
|
|
|
|
text-align: right;
|
|
|
|
color: #ccc;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2002-03-01 00:07:48 +00:00
|
|
|
}
|
2001-04-17 07:23:04 +00:00
|
|
|
.start-tag {
|
|
|
|
color: purple;
|
|
|
|
font-weight: bold;
|
2000-09-22 00:53:20 +00:00
|
|
|
}
|
2001-04-17 07:23:04 +00:00
|
|
|
.end-tag {
|
|
|
|
color: purple;
|
2011-07-22 19:09:41 +00:00
|
|
|
font-weight: bold;
|
2000-09-22 00:53:20 +00:00
|
|
|
}
|
2001-04-17 07:23:04 +00:00
|
|
|
.comment {
|
|
|
|
color: green;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.cdata {
|
|
|
|
color: #CC0066;
|
|
|
|
}
|
|
|
|
.doctype {
|
|
|
|
color: steelblue;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.pi {
|
|
|
|
color: orchid;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.entity {
|
|
|
|
color:#FF4500;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.text {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.attribute-name {
|
|
|
|
color: black;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.attribute-value {
|
|
|
|
color: blue;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.markupdeclaration {
|
|
|
|
color: steelblue;
|
|
|
|
font-style: italic;
|
2000-09-22 00:53:20 +00:00
|
|
|
}
|
2011-11-01 11:33:11 +00:00
|
|
|
span:not(.error), a:not(.error) {
|
2012-06-03 12:00:01 +00:00
|
|
|
unicode-bidi: embed;
|
|
|
|
}
|
|
|
|
span[id] {
|
2012-05-30 06:51:00 +00:00
|
|
|
unicode-bidi: -moz-isolate;
|
2011-07-22 19:09:41 +00:00
|
|
|
}
|
2011-07-28 21:01:40 +00:00
|
|
|
.error,
|
|
|
|
.error > :-moz-any(.start-tag, .end-tag, .comment, .cdata, .doctype, .pi,
|
|
|
|
.entity, .attribute-name, .attribute-value) {
|
2004-10-25 23:54:04 +00:00
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|