summaryrefslogtreecommitdiffstats
path: root/layout/doc/obsolete/layout.css
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /layout/doc/obsolete/layout.css
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'layout/doc/obsolete/layout.css')
-rw-r--r--layout/doc/obsolete/layout.css124
1 files changed, 124 insertions, 0 deletions
diff --git a/layout/doc/obsolete/layout.css b/layout/doc/obsolete/layout.css
new file mode 100644
index 000000000..854ab6c86
--- /dev/null
+++ b/layout/doc/obsolete/layout.css
@@ -0,0 +1,124 @@
+/* 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/. */
+
+@namespace xlink url("http://www.w3.org/1999/xlink");
+
+Documentation {
+ display: block;
+ font-family: Verdana, sans-serif;
+ font-size: 11pt;
+ margin: 8px;
+}
+Author {
+ display: block;
+ font-size: 90%;
+}
+Author:before {
+ content: "Author: ";
+ font-weight: bold;
+}
+UpdateDate {
+ display: block;
+ font-size: 90%;
+}
+UpdateDate:before {
+ content: "Updated: ";
+ font-weight: bold;
+}
+Title {
+ display: block;
+ font-size: 250%;
+ font-weight: bold;
+ letter-spacing: -1.25pt;
+ margin-top: 0;
+ margin-bottom: .5em;
+}
+SectionHeading {
+ display: block;
+ font-size: 125%;
+ font-weight: bold;
+ margin-top: 2em;
+ margin-bottom: .5em;
+}
+Body {
+ display: block;
+ margin-top: 1em;
+ margin-bottom: .5em;
+}
+SectionHeading + Body { /* body after section heading */
+ margin-top: 0;
+}
+Components {
+ display: block;
+ margin-top: 1em;
+ margin-left: .5in;
+ border: dotted 1px black;
+}
+:link:hover {
+ background-color: blue;
+ color: white;
+ cursor: pointer;
+}
+
+/* workaround for above rule not working */
+*[xlink|type] {
+ cursor: pointer;
+}
+
+/* workaround for above rule not working */
+*[xlink|show="replace"] {
+ cursor: pointer;
+}
+
+Term {
+ display: block;
+ font-weight: bold;
+ background-color: lightyellow;
+ padding-left: .5em;
+}
+Definition {
+ display: block;
+ margin-left: 40px;
+}
+Interfaces, Characteristics, Items, Categories {
+ display: block;
+ margin-left: 40px;
+ list-style-position: outside;
+ list-style-type: disc;
+}
+Purposes {
+ display: block;
+ margin-left: 40px;
+ list-style-position: outside;
+ list-style-type: decimal;
+ counter-reset: -html-counter 0;
+}
+Interface, Characteristic, Purpose, Item, Category {
+ display: list-item;
+}
+RunIn {
+ display: inline;
+ font-weight: bold;
+}
+Note {
+ width: 2in;
+ height: auto;
+ float: right;
+ font-size: 90%;
+ margin-left: 1em;
+ margin-right: .5em;
+ border-top: solid 2px black;
+ border-bottom: solid 1px black;
+ padding: .5em 0;
+}
+Note:before {
+ content: "Note";
+ font-weight: bold;
+ display: inline;
+ background-color: black;
+ color: white;
+ margin-right: .25em;
+ padding: .5em .25em 0 .25em;
+}
+