2002-10-12 03:46:11 +04:00
|
|
|
@charset "utf-8";
|
2012-05-21 15:12:37 +04: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 04:53:20 +04:00
|
|
|
|
2001-04-17 11:23:04 +04:00
|
|
|
@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
|
2000-09-22 04:53:20 +04:00
|
|
|
|
2005-07-12 02:22:47 +04:00
|
|
|
*|*:root {
|
2001-05-01 07:19:46 +04:00
|
|
|
background-color: white;
|
2009-01-30 06:31:24 +03:00
|
|
|
color: black;
|
2011-07-22 23:09:41 +04:00
|
|
|
direction: ltr;
|
2014-02-05 14:23:08 +04:00
|
|
|
-moz-control-character-visibility: visible;
|
2001-04-18 06:54:41 +04:00
|
|
|
}
|
2001-09-05 05:02:58 +04:00
|
|
|
#viewsource {
|
2001-05-02 11:40:37 +04:00
|
|
|
font-family: -moz-fixed;
|
2001-04-17 11:23:04 +04:00
|
|
|
font-weight: normal;
|
2000-09-22 04:53:20 +04:00
|
|
|
white-space: pre;
|
2011-11-02 05:05:50 +04:00
|
|
|
counter-reset: line;
|
2000-09-22 04:53:20 +04:00
|
|
|
}
|
2001-09-05 05:02:58 +04:00
|
|
|
#viewsource.wrap {
|
2008-03-08 12:44:35 +03:00
|
|
|
white-space: pre-wrap;
|
2008-07-24 11:16:18 +04:00
|
|
|
word-wrap: break-word;
|
2001-09-05 05:02:58 +04:00
|
|
|
}
|
2002-03-01 03:07:48 +03:00
|
|
|
pre {
|
|
|
|
font: inherit;
|
|
|
|
color: inherit;
|
|
|
|
white-space: inherit;
|
2011-11-02 05:05:50 +04: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 03:07:48 +03:00
|
|
|
}
|
2001-04-17 11:23:04 +04:00
|
|
|
.start-tag {
|
|
|
|
color: purple;
|
|
|
|
font-weight: bold;
|
2000-09-22 04:53:20 +04:00
|
|
|
}
|
2001-04-17 11:23:04 +04:00
|
|
|
.end-tag {
|
|
|
|
color: purple;
|
2011-07-22 23:09:41 +04:00
|
|
|
font-weight: bold;
|
2000-09-22 04:53:20 +04:00
|
|
|
}
|
2001-04-17 11:23:04 +04: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 04:53:20 +04:00
|
|
|
}
|
2011-11-01 15:33:11 +04:00
|
|
|
span:not(.error), a:not(.error) {
|
2012-06-03 16:00:01 +04:00
|
|
|
unicode-bidi: embed;
|
|
|
|
}
|
|
|
|
span[id] {
|
2012-05-30 10:51:00 +04:00
|
|
|
unicode-bidi: -moz-isolate;
|
2011-07-22 23:09:41 +04:00
|
|
|
}
|
2011-07-29 01:01:40 +04:00
|
|
|
.error,
|
|
|
|
.error > :-moz-any(.start-tag, .end-tag, .comment, .cdata, .doctype, .pi,
|
|
|
|
.entity, .attribute-name, .attribute-value) {
|
2004-10-26 03:54:04 +04:00
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|