From 814874040650b9487cba9441692c3eb6c390f48b Mon Sep 17 00:00:00 2001 From: "attinasi%netscape.com" Date: Fri, 22 Sep 2000 00:53:20 +0000 Subject: [PATCH] Added viewsource.css: style rules for viewsource window, extracted from html.css. Not Part Of Build, Not currently used. a=ianh@netscape.com --- layout/html/document/src/viewsource.css | 127 ++++++++++++++++++++++++ layout/style/viewsource.css | 127 ++++++++++++++++++++++++ 2 files changed, 254 insertions(+) create mode 100644 layout/html/document/src/viewsource.css create mode 100644 layout/style/viewsource.css diff --git a/layout/html/document/src/viewsource.css b/layout/html/document/src/viewsource.css new file mode 100644 index 00000000000..034ef639978 --- /dev/null +++ b/layout/html/document/src/viewsource.css @@ -0,0 +1,127 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * Blake Ross + */ + +@namespace url(http://www.mozilla.org/viewsource); + +viewsource { + font-family: monospace; + font-weight: normal; + color: black; + white-space: pre; + font-size: 12px; + padding-top: 8px; + margin-left: 8px; +} + +summary { + display: block; + background-color: #FFFFCC; + width: 90%; + border: solid; + border-width: 1px; + font-family: sans-serif; +} + +key { + font-weight:bold; +} + +key:before { + color: black; +} + +val { + color: blue; + font-weight:normal; +} + +val:before { + content: "="; + color: black; +} + +entity { + color:#FF4500; + font-weight:normal; +} + +entity:before { + content: "&"; +} + +comment { + color: green; + font-style:italic; +} + +cdata { + color: #CC0066; +} + +doctype { + color: steelblue; + font-style: italic; +} + +pi { + color: orchid; + font-style: italic; +} + +start { + color: purple; + font-weight:bold; +} + +start:before { + content: "<"; + color: black; +} + +start:after { + content: ">"; + color: black; +} + +end { + color: purple; + font-weight:bold; +} + +end:before { + content: ""; + color: black; +} + +txt { + font-weight: normal; +} + +error { + background-color: #FFFFCC; + font-weight: bold; +} diff --git a/layout/style/viewsource.css b/layout/style/viewsource.css new file mode 100644 index 00000000000..034ef639978 --- /dev/null +++ b/layout/style/viewsource.css @@ -0,0 +1,127 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * Blake Ross + */ + +@namespace url(http://www.mozilla.org/viewsource); + +viewsource { + font-family: monospace; + font-weight: normal; + color: black; + white-space: pre; + font-size: 12px; + padding-top: 8px; + margin-left: 8px; +} + +summary { + display: block; + background-color: #FFFFCC; + width: 90%; + border: solid; + border-width: 1px; + font-family: sans-serif; +} + +key { + font-weight:bold; +} + +key:before { + color: black; +} + +val { + color: blue; + font-weight:normal; +} + +val:before { + content: "="; + color: black; +} + +entity { + color:#FF4500; + font-weight:normal; +} + +entity:before { + content: "&"; +} + +comment { + color: green; + font-style:italic; +} + +cdata { + color: #CC0066; +} + +doctype { + color: steelblue; + font-style: italic; +} + +pi { + color: orchid; + font-style: italic; +} + +start { + color: purple; + font-weight:bold; +} + +start:before { + content: "<"; + color: black; +} + +start:after { + content: ">"; + color: black; +} + +end { + color: purple; + font-weight:bold; +} + +end:before { + content: ""; + color: black; +} + +txt { + font-weight: normal; +} + +error { + background-color: #FFFFCC; + font-weight: bold; +}