Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docbook.css « css « common « EDBG « atmel-docs « avrdude « src « xs - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a9c8f2b8355d36e0e515c3dac1d73b90420f7c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227

/* RESETS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { /*  */
	margin: 				0;
	padding: 				0;
	border: 				0;
	outline: 				0;
	font-size: 				100%;
	vertical-align: 		baseline;
	background: 			transparent;
}

body { font: 12px Verdana, Geneva, sans-serif; }

@font-face {
    font-family: DroidSansMono;
    src: url("../fonts/DroidSansMono.eot") /* EOT file for IE */
}
@font-face {
    font-family: DroidSansMono;
    src: url("../fonts/DroidSansMono.ttf") /* TTF file for CSS3 browsers */
}

p, ul, ol, li { font: 10pt Verdana, Geneva, sans-serif; }
h1 { font: bold 15pt IntervalLight, sans-serif; }
h2 { font: bold 14pt IntervalLight, sans-serif; }

h1, h2, h3 { color: #444;}
h4, h5, h6 { color: #444;}
h3, h4, h5, h6 {padding:10px 0px 2px 4px;}

.book h1, .chapter h2, .section h2 {
    padding-top:        3px;
    padding-bottom:     18px;
    margin-bottom:      6px;
    border-bottom:      1px #CCC solid;
}


p {
	font-size: 			11px;
	line-height: 		15px;
	color: 				#444;
	/*width: 			100%; Removing width so it's not fixed or floated */
	padding: 			0px 10px 10px 5px; /* changed padding-right from 5 to 10 and padding-left from 10px to 5px */
	*padding: 			5px 5px 10px 0px; /* IE7 hack */
}

/* Page layout */
div#content
{
    padding: 1em 2em 1em 2em; 
}

.navfooter
{
    margin-top: 2em;
}

.navfooter table td
{
    background-color: white;
}

.mediaobject img
{
    margin: 0.5em 0.5em 0.5em 0.5em;
	vertical-align: middle;
	max-width: 100%;
}

.mediaobject img[align="left"]
{
	margin-right:		2em;
}

.informalfigure	{ margin: 6px; }

/* "Layout" tables should not have borders */
#content table, #content table td { border: none; }

/* Generic tables */
#content .table table th, #content .informaltable table th { background-color: #585858 }
#content .table table, #content .informaltable table
{
    border-collapse:collapse;
    border: none;
}

#content .table tr:nth-child(odd), #content .informaltable tr:nth-child(odd)
{
  background-color: #f2f2f2;
}
#content .table tr:nth-child(even), #content .informaltable tr:nth-child(even)
{
  background-color: #d9d9d9;
}

#content .table table td, #content .informaltable table td,
#content .table table th, #content .informaltable table th
{
    border: 1px solid #A7A9AB;
}

#content .footnotes tr td 
{
    background-color:white;
    border: none;
}


/* Admonitions */
div.note, div.caution, div.important, div.tip, div.warning
{
    border: solid 1px #AAA;
    background: #ededed;
    padding: 0.5em 1em 0.5em 1em;
    margin: 1em 0em 1em 0em;
}

div.note *, div.caution *, div.important *, div.tip *, div.warning * {
    background: inherit !important;
    color: inherit !important;
    border: none;    
}


/* Program listing */
.programlisting
{
    /*width: auto;*/
    border: solid 1px #AAA;
    background: #ededed;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow:hidden;
    font-family: DroidSansMono, Consolas
}


/* Lists */
ul
{
    list-style: square outside;
    margin: 0 0 0 1em;
    padding: 0 0 0 0;
}
ul.square
{
    list-style: square outside;
    margin: 0 0 0 1em;
    padding: 0 0 0 0;
}
ul.circle, ul[type=disk]
{
    list-style: disc outside;    
    margin: 0 0 0 1em;
    padding: 0 0 0 0;
}
ol
{
    list-style-type: decimal;
    list-style: decimal;
    margin: 0 0 0 2.8em;
    padding: 0 0 1em 0;
}
li
{
    padding-bottom: .3em;
    /*list-style: square;*/
}
li p
{
    margin: 0 0 .25em 0;
    padding: 0 0 0 0;
}
ul ul.circle
{
    margin-top: .3em;
}
ul ul.square
{
    margin-top: .3em;
}

ul, ol { margin-left:	3em; }
/*
dl dt { padding: 			0px 10px 0px 5px;}
*/
div.orderedlist-collapsed
{
    margin: 1em 0 0 1em;
    padding: 0 0 1em 0;
    font-size:smaller;
}

div.orderedlist-collapsed span.listitem
{
    margin-right: 1em;
}

.variablelist dt
{
	font-weight: 		bold;
	color: 				black;
}


dl.toc
{
    margin-left: 2em;
    margin-bottom: 2em;
}

.guibutton, .guimenu, .guimenuitem, .guisubmenu
{
    font-family:        Arial, Verdana, Geneva, sans-serif;
	color: 				black;
	font-weight: 		bold;
}

.disclaimer
{
    font-size:          6pt;
}