update setup-mingw action for GH actions
[scons.git] / doc / reference / scons.css
blobff9b5a1078f541738175b9873e2660d56184567a
1 body {
2 background: #ffffff;
3 margin: 10px;
4 padding: 0;
5 font-family:palatino, georgia, verdana, arial, sans-serif;
9 a:link {
10 color: #80572a;
13 a:link:hover {
14 color: #d72816;
15 text-decoration: none;
18 tt {
19 color: #a14447;
22 pre {
23 background: #e0e0e0;
26 #main {
27 border: 1px solid;
28 border-color: black;
29 background-color: white;
30 background-image: url(../images/sconsback.png);
31 background-repeat: repeat-y 50% 0;
32 background-position: right top;
33 margin: 30px auto;
34 width: 750px;
37 #banner {
38 background-image: url(../images/scons-banner.jpg);
39 border-bottom: 1px solid;
40 height: 95px;
43 #menu {
44 font-family: sans-serif;
45 font-size: small;
46 line-height: 0.9em;
47 float: right;
48 width: 220px;
49 clear: both;
50 margin-top: 10px;
53 #menu li {
54 margin-bottom: 7px;
57 #menu li li {
58 margin-bottom: 2px;
61 #menu li.submenuitems {
62 margin-bottom: 2px;
65 #menu a {
66 text-decoration: none;
69 #footer {
70 border-top: 1px solid black;
71 text-align: center;
72 font-size: small;
73 color: #822;
74 margin-top: 4px;
75 background: #eee;
78 ul.hack {
79 list-style-position:inside;
82 ul.menuitems {
83 list-style-type: none;
86 ul.submenuitems {
87 list-style-type: none;
88 font-size: smaller;
89 margin-left: 0;
90 padding-left: 16px;
93 ul.subsubmenuitems {
94 list-style-type: none;
95 font-size: smaller;
96 margin-left: 0;
97 padding-left: 16px;
100 ol.upper-roman {
101 list-style-type: upper-roman;
104 ol.decimal {
105 list-style-type: decimal;
108 #currentpage {
109 font-weight: bold;
112 #bodycontent {
113 margin: 15px;
114 width: 520px;
115 font-size: small;
116 line-height: 1.5em;
119 #bodycontent li {
120 margin-bottom: 6px;
121 list-style-type: square;
124 #sconsdownloadtable downloadtable {
125 display: table;
126 margin-left: 5%;
127 border-spacing: 12px 3px;
130 #sconsdownloadtable downloadrow {
131 display: table-row;
134 #sconsdownloadtable downloadentry {
135 display: table-cell;
136 text-align: center;
137 vertical-align: bottom;
140 #sconsdownloadtable downloaddescription {
141 display: table-cell;
142 font-weight: bold;
143 text-align: left;
146 #sconsdownloadtable downloadversion {
147 display: table-cell;
148 font-weight: bold;
149 text-align: center;
152 #sconsdocversiontable sconsversiontable {
153 display: table;
154 margin-left: 10%;
155 border-spacing: 12px 3px;
158 #sconsdocversiontable sconsversionrow {
159 display: table-row;
162 #sconsdocversiontable docformat {
163 display: table-cell;
164 font-weight: bold;
165 text-align: center;
166 vertical-align: bottom;
169 #sconsdocversiontable sconsversion {
170 display: table-cell;
171 font-weight: bold;
172 text-align: left;
175 #sconsdocversiontable docversion {
176 display: table-cell;
177 font-weight: bold;
178 text-align: center;
181 #osrating {
182 margin-left: 35px;
186 h2 {
187 color: #272;
188 color: #c01714;
189 font-family: sans-serif;
190 font-weight: normal;
193 h2.pagetitle {
194 font-size: xx-large;
196 h3 {
197 margin-bottom: 10px;
200 .date {
201 font-size: small;
202 color: gray;
205 .link {
206 margin-bottom: 22px;
209 .linkname {
212 .linkdesc {
213 margin: 10px;
214 margin-top: 0;
217 .quote {
218 margin-top: 20px;
219 margin-bottom: 10px;
220 background: #f8f8f8;
221 border: 1px solid;
222 border-color: #ddd;
225 .quotetitle {
226 font-weight: bold;
227 font-size: large;
228 margin: 10px;
231 .quotedesc {
232 margin-left: 20px;
233 margin-right: 10px;
234 margin-bottom: 15px;
237 .quotetext {
238 margin-top: 20px;
239 margin-left: 20px;
240 margin-right: 10px;
241 font-style: italic;
244 .quoteauthor {
245 font-size: small;
246 text-align: right;
247 margin-top: 10px;
248 margin-right: 7px;
251 .sconslogo {
252 font-style: normal;
253 font-weight: bold;
254 color: #822;
257 .downloadlink {
260 .downloaddescription {
261 margin-left: 1em;
262 margin-bottom: 0.4em;