Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

final procedural project

ER authored on 13/04/2012 10:17:34
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,316 @@
1
+/* Add additional stylesheets below
2
+-------------------------------------------------- */
3
+/*
4
+  Bootstrap's documentation styles
5
+  Special styles for presenting Bootstrap's documentation and examples
6
+*/
7
+
8
+/* Body and structure
9
+-------------------------------------------------- */
10
+body {
11
+  background-color: #fff;
12
+  position: relative;
13
+}
14
+section {
15
+  padding-top: 60px;
16
+}
17
+section > .row {
18
+  margin-bottom: 10px;
19
+}
20
+
21
+
22
+/* Jumbotrons
23
+-------------------------------------------------- */
24
+.jumbotron {
25
+  min-width: 940px;
26
+  padding-top: 40px;
27
+}
28
+.jumbotron .inner {
29
+  padding: 45px 0;
30
+  -webkit-box-shadow: inset 0 10px 30px rgba(0,0,0,.3);
31
+     -moz-box-shadow: inset 0 10px 30px rgba(0,0,0,.3);
32
+/*          box-shadow: inset 0 10px 30px rgba(0,0,0,.3);
33
+*/}
34
+.jumbotron h1,
35
+.jumbotron p {
36
+  margin-bottom: 9px;
37
+  color: #fff;
38
+  text-align: center;
39
+  text-shadow: 0 1px 1px rgba(0,0,0,.3);
40
+}
41
+.jumbotron h1 {
42
+  font-size: 54px;
43
+  line-height: 1;
44
+  text-shadow: 0 1px 2px rgba(0,0,0,.5);
45
+}
46
+.jumbotron p {
47
+  font-weight: 300;
48
+}
49
+.jumbotron .lead {
50
+  font-size: 20px;
51
+  line-height: 27px;
52
+}
53
+.jumbotron p a {
54
+  color: #fff;
55
+  font-weight: bold;
56
+}
57
+
58
+/* Specific jumbotrons
59
+------------------------- */
60
+/* main docs page */
61
+.masthead {
62
+  background-color: #049cd9;
63
+  background-repeat: no-repeat;
64
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
65
+  background-image: -webkit-linear-gradient(#004D9F, #049cd9);
66
+  background-image: -moz-linear-gradient(#004D9F, #049cd9);
67
+  background-image: -o-linear-gradient(top, #004D9F, #049cd9);
68
+  background-image: -khtml-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
69
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004D9F', endColorstr='#049cd9', GradientType=0); /* IE8 and down */
70
+}
71
+/* supporting docs pages */
72
+.subhead {
73
+  background-color: #767d80;
74
+  background-repeat: no-repeat;
75
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#565d60), to(#767d80));
76
+  background-image: -webkit-linear-gradient(#565d60, #767d80);
77
+  background-image: -moz-linear-gradient(#565d60, #767d80);
78
+  background-image: -o-linear-gradient(top, #565d60, #767d80);
79
+  background-image: -khtml-gradient(linear, left top, left bottom, from(#565d60), to(#767d80));
80
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565d60', endColorstr='#767d80', GradientType=0); /* IE8 and down */
81
+}
82
+.subhead .inner {
83
+  padding: 36px 0 27px;
84
+}
85
+.subhead h1,
86
+.subhead p {
87
+  text-align: left;
88
+}
89
+.subhead h1 {
90
+  font-size: 40px;
91
+}
92
+.subhead p a {
93
+  font-weight: normal;
94
+}
95
+
96
+
97
+/* Footer
98
+-------------------------------------------------- */
99
+.footer {
100
+  background-color: #eee;
101
+  min-width: 940px;
102
+  padding: 30px 0;
103
+  text-shadow: 0 1px 0 #fff;
104
+  border-top: 1px solid #e5e5e5;
105
+  -webkit-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
106
+     -moz-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
107
+/*          box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
108
+*/}
109
+.footer p {
110
+  color: #555;
111
+}
112
+
113
+
114
+/* Quickstart section for getting le code
115
+-------------------------------------------------- */
116
+.quickstart {
117
+  background-color: #f5f5f5;
118
+  background-repeat: repeat-x;
119
+  background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
120
+  background-image: -moz-linear-gradient(#f9f9f9, #f5f5f5);
121
+  background-image: -ms-linear-gradient(#f9f9f9, #f5f5f5);
122
+  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5));
123
+  background-image: -webkit-linear-gradient(#f9f9f9, #f5f5f5);
124
+  background-image: -o-linear-gradient(#f9f9f9, #f5f5f5);
125
+  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0)";
126
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0);
127
+  background-image: linear-gradient(#f9f9f9, #f5f5f5);
128
+  border-top: 1px solid #fff;
129
+  border-bottom: 1px solid #eee;
130
+}
131
+.quickstart .container {
132
+  margin-bottom: 0;
133
+}
134
+.quickstart .row {
135
+  margin: 0 -20px;
136
+  -webkit-box-shadow: 1px 0 0 #f9f9f9;
137
+     -moz-box-shadow: 1px 0 0 #f9f9f9;
138
+          box-shadow: 1px 0 0 #f9f9f9;
139
+}
140
+.quickstart [class*="span"] {
141
+  width: 285px;
142
+  height: 117px;
143
+  margin-left: 0;
144
+  padding: 17px 20px 26px;
145
+  border-left: 1px solid #eee;
146
+  -webkit-box-shadow: inset 1px 0 0 #f9f9f9;
147
+     -moz-box-shadow: inset 1px 0 0 #f9f9f9;
148
+          box-shadow: inset 1px 0 0 #f9f9f9;
149
+}
150
+.quickstart [class*="span"]:last-child {
151
+  border-right: 1px solid #eee;
152
+  width: 286px;
153
+}
154
+.quickstart h6,
155
+.quickstart p {
156
+  line-height: 18px;
157
+  text-align: center;
158
+  margin-bottom: 9px;
159
+  color: #333;
160
+}
161
+.quickstart .current-version,
162
+.quickstart .current-version a {
163
+  color: #999;
164
+}
165
+.quickstart h6 {
166
+  color: #999;
167
+}
168
+.quickstart textarea {
169
+  display: block;
170
+  width: 275px;
171
+  height: auto;
172
+  margin: 0 0 9px;
173
+  line-height: 21px;
174
+  white-space: nowrap;
175
+  overflow: hidden;
176
+}
177
+
178
+
179
+/* Special grid styles
180
+-------------------------------------------------- */
181
+.show-grid {
182
+  margin-top: 10px;
183
+  margin-bottom: 10px;
184
+}
185
+.show-grid [class*="span"] {
186
+  background: #eee;
187
+  text-align: center;
188
+  -webkit-border-radius: 3px;
189
+     -moz-border-radius: 3px;
190
+          border-radius: 3px;
191
+  min-height: 30px;
192
+  line-height: 30px;
193
+}
194
+.show-grid:hover [class*="span"] {
195
+  background: #ddd;
196
+}
197
+.show-grid .show-grid {
198
+  margin-top: 0;
199
+  margin-bottom: 0;
200
+}
201
+.show-grid .show-grid [class*="span"] {
202
+  background-color: #ccc;
203
+}
204
+
205
+
206
+/* Render mini layout previews
207
+-------------------------------------------------- */
208
+.mini-layout {
209
+  border: 1px solid #ddd;
210
+  -webkit-border-radius: 6px;
211
+     -moz-border-radius: 6px;
212
+          border-radius: 6px;
213
+  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
214
+     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
215
+          box-shadow: 0 1px 2px rgba(0,0,0,.075);
216
+}
217
+.mini-layout {
218
+  height: 240px;
219
+  margin-bottom: 20px;
220
+  padding: 9px;
221
+}
222
+.mini-layout div {
223
+  -webkit-border-radius: 3px;
224
+     -moz-border-radius: 3px;
225
+          border-radius: 3px;
226
+}
227
+.mini-layout .mini-layout-body {
228
+  background-color: #dceaf4;
229
+  margin: 0 auto;
230
+  width: 240px;
231
+  height: 240px;
232
+}
233
+.mini-layout.fluid .mini-layout-sidebar,
234
+.mini-layout.fluid .mini-layout-header,
235
+.mini-layout.fluid .mini-layout-body {
236
+  float: left;
237
+}
238
+.mini-layout.fluid .mini-layout-sidebar {
239
+  background-color: #bbd8e9;
240
+  width: 90px;
241
+  height: 240px;
242
+}
243
+.mini-layout.fluid .mini-layout-body {
244
+  width: 300px;
245
+  margin-left: 10px;
246
+}
247
+
248
+
249
+/* Topbar special styles
250
+-------------------------------------------------- */
251
+.topbar-wrapper {
252
+  position: relative;
253
+  height: 40px;
254
+  margin: 5px 0 15px;
255
+}
256
+.topbar-wrapper .topbar {
257
+  position: absolute;
258
+  margin: 0 -20px;
259
+}
260
+.topbar-wrapper .topbar .topbar-inner {
261
+  padding-left: 20px;
262
+  padding-right: 20px;
263
+  -webkit-border-radius: 4px;
264
+     -moz-border-radius: 4px;
265
+          border-radius: 4px;
266
+}
267
+
268
+/* Topbar in js docs
269
+------------------------- */
270
+#bootstrap-js .topbar-wrapper {
271
+  z-index: 1;
272
+}
273
+#bootstrap-js .topbar-wrapper .topbar {
274
+  position: absolute;
275
+  margin: 0 -20px;
276
+}
277
+#bootstrap-js .topbar-wrapper .topbar .topbar-inner {
278
+  padding-left: 20px;
279
+  padding-right: 20px;
280
+  -webkit-border-radius: 4px;
281
+     -moz-border-radius: 4px;
282
+          border-radius: 4px;
283
+}
284
+#bootstrap-js .topbar-wrapper .container {
285
+  width: auto;
286
+}
287
+
288
+
289
+/* Popover docs
290
+-------------------------------------------------- */
291
+.popover-well {
292
+  min-height: 160px;
293
+}
294
+.popover-well .popover {
295
+  display: block;
296
+}
297
+.popover-well .popover-wrapper {
298
+  width: 50%;
299
+  height: 160px;
300
+  float: left;
301
+  margin-left: 55px;
302
+  position: relative;
303
+}
304
+.popover-well .popover-menu-wrapper {
305
+  height: 80px;
306
+}
307
+img.large-bird {
308
+  margin: 5px 0 0 310px;
309
+  opacity: .1;
310
+}
311
+
312
+/* Pretty Print
313
+-------------------------------------------------- */
314
+pre.prettyprint {
315
+  overflow: hidden;
316
+}
0 317
\ No newline at end of file