Commit | Line | Data |
---|---|---|
16b35757 RJ |
1 | body { |
2 | width: 90%; | |
3 | margin: 30px 50px 50px 30px; | |
4 | font-family: sans-serif; | |
5 | font-size: 0.9em; | |
6 | color: #3d3a3a; | |
7 | line-height: 1.2; | |
8 | background-image: url(sitka.jpg); | |
9 | background-repeat: no-repeat; | |
10 | background-position: top left; | |
11 | background-color: white; | |
12 | } | |
13 | ||
14 | h2 { | |
15 | color: #446129; | |
16 | font-size: 1.3em; | |
17 | } | |
18 | ||
19 | h1 { | |
20 | color: #446129; | |
21 | ||
22 | font-size: 1.6em; | |
23 | } | |
24 | ||
25 | h3 { | |
26 | color: #446129; | |
27 | font-size: 1.2em; | |
28 | } | |
29 | ||
30 | .revhistory { | |
31 | margin-top: 80px; | |
32 | width: 700px; | |
33 | } | |
34 | ||
35 | .markup { | |
36 | font-family: courier; | |
37 | font-stretch: extended; | |
38 | background-color: #ECE9D8; | |
39 | ||
40 | } | |
41 | ||
42 | .deleted {background-color: #fd7d7d; | |
43 | } | |
44 | ||
45 | center { | |
46 | display: block; | |
47 | margin: 20px 0 30px 0; | |
48 | } | |
49 | ||
50 | ||
51 | .comment {color: red; | |
52 | font-style: italic; | |
53 | } | |
54 | ||
55 | .added {background-color: #a7fd7d; | |
56 | } | |
57 | ||
58 | .changed {background-color: #f5fd7d; | |
59 | } | |
60 | ||
61 | .programlisting { | |
62 | background-color: #ECE9D8; | |
63 | } | |
64 | ||
65 | .navheader { | |
66 | margin-top: 45px; | |
67 | } | |
68 | ||
69 | .navheader th {font-size: 1.2em; | |
70 | font-weight: normal; | |
71 | color: #41523d;} | |
72 | ||
73 | .navfooter { | |
74 | margin-top: 50px; | |
75 | } | |
76 | ||
77 | a {color: #446129; | |
78 | text-decoration: underline;} | |
79 | ||
80 | a:hover {color: green;} | |
81 | ||
82 | /* sets spacing between listitems in itemizedlist | |
83 | ul.itemizedlist p {margin: 0;} | |
84 | */ | |
85 | ||
86 | .tip { | |
87 | background-image: url("media/tip.png"); | |
88 | background-repeat: no-repeat; | |
89 | background-position: 5px 10px; | |
90 | padding: 0 10px 0 60px; | |
91 | margin: 35px 0 30px 0; | |
92 | border: thin solid #6B8F6B; | |
93 | color: #41523d; | |
94 | min-height: 65px; | |
95 | } | |
96 | ||
97 | .tip h3 {display: none;} | |
98 | ||
99 | .note { | |
100 | background-image: url("media/note.png"); | |
101 | background-repeat: no-repeat; | |
102 | background-position: 5px 10px; | |
103 | padding: 0 10px 0 60px; | |
104 | margin: 35px 0 30px 0; | |
105 | border: thin solid #6B8F6B; | |
106 | color: #41523d; | |
107 | min-height: 65px; | |
108 | } | |
109 | ||
110 | .note h3 {display: none;} | |
111 | ||
112 | .caution { | |
113 | background-image: url("media/caution.png"); | |
114 | background-repeat: no-repeat; | |
115 | background-position: 5px 10px; | |
116 | padding: 0 10px 0 60px; | |
117 | margin: 35px 0 30px 0; | |
118 | border: thin solid #6B8F6B; | |
119 | color: #41523d; | |
120 | min-height: 65px; | |
121 | } | |
122 | ||
123 | .caution h3 {display: none;} | |
124 | ||
125 | .procedure ol li {font-weight:bold; font-size: 1.1em; color:#446129;} | |
126 | .procedure li p {font-weight: normal; color: #3d3a3a; font-size: 0.9em;} | |
127 | ||
128 | .guibutton {font-style: italic;} | |
129 | .guimenu {font-style: italic;} | |
130 | .guisubmenu {font-style: italic;} | |
131 | .guimenuitem {font-style:italic;} | |
132 | .guilabel {font-style:italic;} | |
133 | ||
134 | ||
135 | ||
136 | ||
137 | li.step { | |
138 | margin-bottom: 35px; | |
139 | } | |
140 | ||
141 | li.step ul {font-size: 0.9em;} | |
142 | ||
143 | .toc p {display: none;} | |
144 | ||
145 | .simplesect {margin-top: 30px;} | |
146 | ||
147 | .step img {margin-bottom: 0px;} | |
148 | ||
149 | .inlinemediaobject img {margin-bottom: 0px;} | |
150 | ||
151 | img {margin-bottom: 25px;} | |
152 | ||
153 | a img {border: none;} | |
154 | ||
155 | ||
156 | ||
157 | .informaltable {margin-bottom: 25px;} | |
158 | ||
159 | dd, dl {margin-top: 2px; margin-bottom: 2px;} | |
160 | ||
161 | /* Fix for jpringle display in Acq introduction with upperalpha nested numbering */ | |
162 | ol.orderedlist[type=A] li.listitem { font-size: 1.0em; } | |
163 |