1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/doc/obsolete/layout.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,124 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +@namespace xlink url("http://www.w3.org/1999/xlink"); 1.9 + 1.10 +Documentation { 1.11 + display: block; 1.12 + font-family: Verdana, sans-serif; 1.13 + font-size: 11pt; 1.14 + margin: 8px; 1.15 +} 1.16 +Author { 1.17 + display: block; 1.18 + font-size: 90%; 1.19 +} 1.20 +Author:before { 1.21 + content: "Author: "; 1.22 + font-weight: bold; 1.23 +} 1.24 +UpdateDate { 1.25 + display: block; 1.26 + font-size: 90%; 1.27 +} 1.28 +UpdateDate:before { 1.29 + content: "Updated: "; 1.30 + font-weight: bold; 1.31 +} 1.32 +Title { 1.33 + display: block; 1.34 + font-size: 250%; 1.35 + font-weight: bold; 1.36 + letter-spacing: -1.25pt; 1.37 + margin-top: 0; 1.38 + margin-bottom: .5em; 1.39 +} 1.40 +SectionHeading { 1.41 + display: block; 1.42 + font-size: 125%; 1.43 + font-weight: bold; 1.44 + margin-top: 2em; 1.45 + margin-bottom: .5em; 1.46 +} 1.47 +Body { 1.48 + display: block; 1.49 + margin-top: 1em; 1.50 + margin-bottom: .5em; 1.51 +} 1.52 +SectionHeading + Body { /* body after section heading */ 1.53 + margin-top: 0; 1.54 +} 1.55 +Components { 1.56 + display: block; 1.57 + margin-top: 1em; 1.58 + margin-left: .5in; 1.59 + border: dotted 1px black; 1.60 +} 1.61 +:link:hover { 1.62 + background-color: blue; 1.63 + color: white; 1.64 + cursor: pointer; 1.65 +} 1.66 + 1.67 +/* workaround for above rule not working */ 1.68 +*[xlink|type] { 1.69 + cursor: pointer; 1.70 +} 1.71 + 1.72 +/* workaround for above rule not working */ 1.73 +*[xlink|show="replace"] { 1.74 + cursor: pointer; 1.75 +} 1.76 + 1.77 +Term { 1.78 + display: block; 1.79 + font-weight: bold; 1.80 + background-color: lightyellow; 1.81 + padding-left: .5em; 1.82 +} 1.83 +Definition { 1.84 + display: block; 1.85 + margin-left: 40px; 1.86 +} 1.87 +Interfaces, Characteristics, Items, Categories { 1.88 + display: block; 1.89 + margin-left: 40px; 1.90 + list-style-position: outside; 1.91 + list-style-type: disc; 1.92 +} 1.93 +Purposes { 1.94 + display: block; 1.95 + margin-left: 40px; 1.96 + list-style-position: outside; 1.97 + list-style-type: decimal; 1.98 + counter-reset: -html-counter 0; 1.99 +} 1.100 +Interface, Characteristic, Purpose, Item, Category { 1.101 + display: list-item; 1.102 +} 1.103 +RunIn { 1.104 + display: inline; 1.105 + font-weight: bold; 1.106 +} 1.107 +Note { 1.108 + width: 2in; 1.109 + height: auto; 1.110 + float: right; 1.111 + font-size: 90%; 1.112 + margin-left: 1em; 1.113 + margin-right: .5em; 1.114 + border-top: solid 2px black; 1.115 + border-bottom: solid 1px black; 1.116 + padding: .5em 0; 1.117 +} 1.118 +Note:before { 1.119 + content: "Note"; 1.120 + font-weight: bold; 1.121 + display: inline; 1.122 + background-color: black; 1.123 + color: white; 1.124 + margin-right: .25em; 1.125 + padding: .5em .25em 0 .25em; 1.126 +} 1.127 +