Projet

Général

Profil

Paste
Télécharger (19,4 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / flexslider-version / demo / css / demo.css @ 5a7e6170

1
/* Reset Styles
2
***********************/
3
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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
4
/* HTML5 display-role reset for older browsers */
5
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
6
body {line-height: 1;}
7
ol, ul {list-style: none;}
8
blockquote, q demo
9
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
10
table {border-collapse: collapse; border-spacing: 0;}
11
strong {font-weight: bold;}
12
em {font-style: italic;}
13

    
14

    
15
/*
16
 * MyFonts Webfont Build ID 1114443, 2011-09-02T06:08:04-0400 - REGULAR
17
 * MyFonts Webfont Build ID 1118460, 2011-09-05T07:13:16-0400 - MEDIUM
18
 * MyFonts Webfont Build ID 825795, 2011-05-26T03:42:08-0400 - SEMIBOLD
19
 *
20
 * The fonts listed in this notice are subject to the End User License
21
 * Agreement(s) entered into by the website owner. All other parties are 
22
 * explicitly restricted from using the Licensed Webfonts(s).
23
 * 
24
 * You may obtain a valid license at the URLs below
25
 *
26
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1114443 - REGULAR
27
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1118460 - MEDIUM
28
 * License: http://www.myfonts.com/viewlicense?1056 - SEMIBOLD
29
 * 
30
 * Webfont: Geogrotesque SemiBold
31
 * URL: http://new.myfonts.com/fonts/emtype/geogrotesque/semibold/
32
 * Foundry: Emtype Foundry
33
 * Copyright: Copyright © 2009 by Eduardo Manso. All rights reserved.
34
 * Licensed pageviews: 10,000,000/month
35
 * 
36
 * © 2011 Bitstream Inc
37
*/
38

    
39
/* GEO - Semibold */
40
@font-face {font-family: 'Geogrotesque-SemiBold';src: url('../fonts/webfonts/geo-semibold/eot/style_169898.eot');src: url('../fonts/webfonts/geo-semibold/eot/style_169898.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/geo-semibold/woff/style_169898.woff') format('woff'),url('../fonts/webfonts/geo-semibold/ttf/style_169898.ttf') format('truetype'),url('../fonts/webfonts/geo-semibold/svg/style_169898.svg#Geogrotesque-SemiBold') format('svg');}
41

    
42
/* GEO - Medium */
43
@font-face {font-family: 'Geogrotesque-Medium';src: url('../fonts/webfonts/geo-medium/eot/1110FC_0.eot');src: url('../fonts/webfonts/geo-medium/eot/1110FC_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/geo-medium/woff/1110FC_0.woff') format('woff'),url('../fonts/webfonts/geo-medium/ttf/1110FC_0.ttf') format('truetype'),url('webfonts/1110FC_0.svg#wf') format('svg');}
44

    
45
/* GEO - Regular */
46
 @font-face {font-family: 'Geogrotesque-Regular';src: url('../fonts/webfonts/geo-regular/eot/11014B_0.eot');src: url('../fonts/webfonts/geo-regular/eot/11014B_0.eot?#iefix') format('embedded-opentype'),url('../fonts/webfonts/geo-regular/woff/11014B_0.woff') format('woff'),url('../fonts/webfonts/geo-regular/ttf/11014B_0.ttf') format('truetype'),url('../fonts/webfonts/geo-regular/svg/11014B_0.svg#wf') format('svg');}
47

    
48
/* General
49
***********************/
50
body {
51
        background: #42a2ce;
52
        font-size: 14px;
53
        font-family: Helvetica, 'Arial', sans-serif;
54
        -webkit-font-smoothing: antialiased;
55
        text-rendering: optimizeLegibility;
56
        height: auto;
57
}
58
a {
59
        color: #fff;
60
        text-decoration: none;
61
}
62

    
63
h3 {
64
        margin: 0 0 8px;
65
        color: #fff;
66
        font: normal 24px Geogrotesque-semibold, Helvetica, Arial, sans-serif;
67
        text-shadow: 0 1px 0 #2F4C63;
68
}
69
p {
70
        font-size: 14px;
71
        line-height: 18px;
72
}
73

    
74
/* --Clearfix */
75
.cf:before,
76
.cf:after {content:""; display:table;}
77
.cf:after {clear:both;}
78
.cf {zoom:1;}
79

    
80
.toggle { margin: 2px 0 0 14px; float: left; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
81
.toggle li { float: left; }
82
.toggle li a {width: 50px; padding: 6px 0; text-align: center; display: block; text-shadow: 1px 1px 0 #fff; font-size: 12px; font-weight: 600; color: #666; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -o-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; 
83

    
84
background: #ffffff; /* Old browsers */
85
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
86
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
87
background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
88
background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
89
background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
90
background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
91

    
92
box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
93
-moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
94
-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
95

    
96
}
97
.toggle li:first-child a {-webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -o-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}
98
.toggle li a:hover { background: #ededed; color: #222; }
99
.toggle li a.active { background: #c8e0f3; color: #325874; cursor: default; box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); }
100

    
101
.slider { margin: 50px 0 10px!important;}
102
#carousel li {margin-right: 5px;}
103
#carousel img {display: block; opacity: .5; cursor: pointer;}
104
#carousel img:hover {opacity: 1;}
105
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
106

    
107
.button {
108
  display: inline-block;
109
  margin: 0;
110
  padding: .461em 1.563em .41em;
111
  color: #fff!important;
112
  text-align: center;
113
  text-decoration: none;
114
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
115
  text-transform: uppercase;
116
  line-height: 1;
117
  font-size: .9em;
118
  cursor: pointer;
119
  font-family: "proxima-nova", sans-serif;
120
  border: 1px solid #1a4064;
121
  background: #255a8c;
122
  -webkit-border-radius: 100px;
123
  -moz-border-radius: 100px;
124
  border-radius: 100px;
125
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
126
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
127
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
128
}
129
.button:active  {
130
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
131
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
132
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
133
}
134
.button.green  {
135
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
136
  border: 1px solid #578824;
137
  background: #71b02f;
138
}
139
.button.green:hover  {
140
  background: #79bc32;
141
}
142

    
143
/* Loading
144
***********************/
145
.loading #container {opacity: 0;}
146
.loading:before  { content: 'LOADING'; display: block; margin: 100px 0 0; text-align: center; color: #fff; font-weight: bold; font-size: 60px; opacity: 0.3; }
147
body {width: 100%; float: left; opacity: 1; -webkit-transition: opacity 1s ease;}
148

    
149
/* Layout
150
***********************/
151
#container {padding: 60px 40px 100px;}
152
header {width: 420px; float: left;}
153
#main {margin-left: 420px; margin-top: -25px;overflow: hidden;}
154
aside h3 {float: left;}
155

    
156
/* Header
157
***********************/
158
header .logo  { display: block; margin: 10px 0 30px; }
159
header h1 { font-family: Geogrotesque-Semibold, Helvetica, Arial, sans-serif; margin: 0 0 10px; text-shadow: 0 1px 0 #2F4C63; color: #fff; font-size: 42px; }
160
header h2 { margin: 0 0 30px; font: normal 20px Geogrotesque-regular, Helvetica, Arial, sans-serif; text-shadow: 0 1px 1px #555; color: #fff; }
161
header .button { margin: 0 0 50px; padding: 10px 15px 10px 15px; position: relative; }
162
h3.nav-header { width: 200px; margin: 0 0 10px; padding: 0 0 3px; font-size: 18px; text-shadow: 0 1px 1px #555; color: #fff; font-family: Geogrotesque-Regular, Helvetica, Arial, sans-serif; border-bottom: 1px solid #fff; border-bottom: 1px solid rgba(255,255,255,0.5); }
163
nav li {margin: 0 0 7px; font-size: 15px; }
164
nav li a:hover,
165
nav li.active a  {border-bottom: 1px dotted #fff; border-bottom: 1px dotted rgba(255,255,255,0.3); background: none;}
166
nav li.active a  { cursor: default; }
167

    
168
/* Media Queries
169
***********************/
170
@media screen and (max-width: 960px) {
171
  #container {padding: 35px;}
172
  header {width: 380px;}
173
  #main {margin-left: 380px;}
174
  aside h3  {
175
          float: none;
176
          font-size: 20px;
177
  }
178
  .toggle  {
179
          margin-left: 0;
180
          float: none;
181
  }
182
}
183
@media screen and (max-width: 768px) {
184
  #container {padding: 20px 30px;}
185
  header {width: 100%; float: none; text-align: center;}
186
  header img  {width:120px;}
187
  header h1  { margin: 0 auto 10px; font-size: 32px; }
188
  header h2  { font-size: 16px; }
189
  header .button  { margin-bottom: 28px; }
190

    
191
  #main {margin-left: 0;}
192
  h3.nav-header { margin: 0 auto 10px; font-size: 16px; }
193
  nav {
194
                position: relative;
195
                min-height: 46px;
196
                margin-bottom: 20px;
197
                width: 100%;
198
        }        
199
        nav ul {
200
                width: 260px;
201
                padding: 0;
202
                position: absolute;
203
                left: 50%;
204
                margin-left: -130px;
205
                top: 0;
206
                z-index: 9999;
207
                border: 1px solid #1e5486;
208
                background: #255a8c;
209
                -webkit-border-radius: 3px;
210
                   -moz-border-radius: 3px;
211
                        border-radius: 3px;
212
                -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);
213
                   -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);
214
                        box-shadow: 0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);
215
        }
216
        nav li {
217
                display: none; /* hide all <li> items */
218
                margin: 0;
219
        }
220
        nav li a  { border: none!important; text-shadow: 1px 1px 0 rgba(0,0,0,0.3); }
221
        nav li a:hover  { text-decoration: underline; }
222
        nav .active {
223
                display: block; /* show only current <li> item */
224
        }
225
        nav a {
226
                display: block;
227
                padding: 10px 20px;
228
                text-align: center;
229
                font-size: 12px;
230
        }
231
        nav .active a {
232
                background: none;
233
                color: #fff;
234
                position: relative;
235
        }
236
        nav .active a:after  {
237
                font-family: flexslider-icon;
238
                content: '\f005';
239
                font-size: 13px;
240
                position: absolute;
241
                right: 10px;
242
                top: 10px;
243
        }
244

    
245
        /* on nav hover */
246
        nav ul:hover {
247
                background: #32679a;
248
        }
249
        nav ul:hover li {
250
                display: block;
251
                margin: 0 0 5px;
252
        }
253
        nav ul:hover .active {
254
                border: 1px solid #1e5486!important;
255
                background: #255a8c;
256
                -webkit-border-radius: 1px;
257
                -moz-border-radius: 1px;
258
                border-radius: 1px;
259
        }
260
        nav ul:hover .active a:after  {
261
                display: none;
262
        }
263
  
264
}
265

    
266
/*
267
 SyntaxHighlighter - http://alexgorbatchev.com/SyntaxHighlighter
268
 
269
 SyntaxHighlighter is donationware. If you are using it, please donate. - http://alexgorbatchev.com/SyntaxHighlighter/donate.html
270
 
271
 @version - 3.0.83 (July 02 2010)
272
 @copyright - Copyright (C) 2004-2010 Alex Gorbatchev.
273
 @license - Dual licensed under the MIT and GPL licenses.
274
*/
275
.syntaxhighlighter a,.syntaxhighlighter div,.syntaxhighlighter code,.syntaxhighlighter table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.syntaxhighlighter table thead,.syntaxhighlighter table caption,.syntaxhighlighter textarea{-moz-border-radius:0 0 0 0 !important;-webkit-border-radius:0 0 0 0 !important;background:none !important;border:0 !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outline:0 !important;overflow:visible !important;padding:0 !important;position:static !important;right:auto !important;text-align:left !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;font-weight:normal !important;font-style:normal !important;font-size:1em !important;min-height:inherit !important;min-height:auto !important;}
276
.syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important;overflow:auto !important;font-size:1em !important;}
277
.syntaxhighlighter.source{overflow:hidden !important;}
278
.syntaxhighlighter .bold{font-weight:bold !important;}
279
.syntaxhighlighter .italic{font-style:italic !important;}
280
.syntaxhighlighter .line{white-space:pre !important;}
281
.syntaxhighlighter table{width:100% !important;}
282
.syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
283
.syntaxhighlighter table td.code{width:100% !important;}
284
.syntaxhighlighter table td.code .container{position:relative !important;}
285
.syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:absolute !important;left:0 !important;top:0 !important;width:100% !important;height:100% !important;border:none !important;background:white !important;padding-left:1em !important;overflow:hidden !important;white-space:pre !important;}
286
.syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !important;}
287
.syntaxhighlighter table td.code .line{padding:0 1em !important;}
288
.syntaxhighlighter.nogutter td.code .container textarea,.syntaxhighlighter.nogutter td.code .line{padding-left:0em !important;}
289
.syntaxhighlighter.show{display:block !important;}
290
.syntaxhighlighter.collapsed table{display:none !important;}
291
.syntaxhighlighter.collapsed .toolbar{padding:0.1em 0.8em 0em 0.8em !important;font-size:1em !important;position:static !important;width:auto !important;height:auto !important;}
292
.syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
293
.syntaxhighlighter.collapsed .toolbar span a{padding:0 !important;display:none !important;}
294
.syntaxhighlighter.collapsed .toolbar span a.expandSource{display:inline !important;}
295
.syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;width:11px !important;height:11px !important;font-size:10px !important;z-index:10 !important;}
296
.syntaxhighlighter .toolbar span.title{display:inline !important;}
297
.syntaxhighlighter .toolbar a{display:block !important;text-align:center !important;text-decoration:none !important;padding-top:1px !important;}
298
.syntaxhighlighter .toolbar a.expandSource{display:none !important;}
299
.syntaxhighlighter.ie{font-size:.9em !important;padding:1px 0 1px 0 !important;}
300
.syntaxhighlighter.ie .toolbar{line-height:8px !important;}
301
.syntaxhighlighter.ie .toolbar a{padding-top:0px !important;}
302
.syntaxhighlighter.printing .line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .line.highlighted .number,.syntaxhighlighter.printing .line.highlighted.alt1 .content,.syntaxhighlighter.printing .line.highlighted.alt2 .content{background:none !important;}
303
.syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
304
.syntaxhighlighter.printing .line .content{color:black !important;}
305
.syntaxhighlighter.printing .toolbar{display:none !important;}
306
.syntaxhighlighter.printing a{text-decoration:none !important;}
307
.syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:black !important;}
308
.syntaxhighlighter.printing .comments,.syntaxhighlighter.printing .comments a{color:#008200 !important;}
309
.syntaxhighlighter.printing .string,.syntaxhighlighter.printing .string a{color:blue !important;}
310
.syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
311
.syntaxhighlighter.printing .preprocessor{color:gray !important;}
312
.syntaxhighlighter.printing .variable{color:#aa7700 !important;}
313
.syntaxhighlighter.printing .value{color:#009900 !important;}
314
.syntaxhighlighter.printing .functions{color:#ff1493 !important;}
315
.syntaxhighlighter.printing .constants{color:#0066cc !important;}
316
.syntaxhighlighter.printing .script{font-weight:bold !important;}
317
.syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray !important;}
318
.syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
319
.syntaxhighlighter.printing .color3,.syntaxhighlighter.printing .color3 a{color:red !important;}
320
.syntaxhighlighter.printing .break,.syntaxhighlighter.printing .break a{color:black !important;}
321
/* Theming */
322
.syntaxhighlighter { clear: both; width: auto!important; font-size: 13px !important; line-height: 21px !important; font-family: Courier, "Courier New", monospace; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; background-color: #fff !important; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
323
.syntaxhighlighter .string, .syntaxhighlighter .string a {color: #ff5454 !important;}
324
.syntaxhighlighter .line.alt1,
325
.syntaxhighlighter .line.alt2 {width: 100% !important; padding: 0 !important; background-color: #fff !important;}
326
.syntaxhighlighter .line.highlighted.alt1,
327
.syntaxhighlighter .line.highlighted.alt2 {background-color: #fff !important;}
328
.syntaxhighlighter table td.code {width: auto !important; padding: 10px 12px!important;}
329
.syntaxhighlighter table td.code .line {width: auto !important; padding: 0 !important;}
330
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {color: #cc7ac6!important;}
331
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {color: #888!important;}
332
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {color: #999!important;}
333
.syntaxhighlighter .keyword {color: #2a93b9!important;}
334
/**/
335
.syntaxhighlighter{background-color:white !important;}
336
.syntaxhighlighter .line.alt1{background-color:white !important;}
337
.syntaxhighlighter .line.alt2{background-color:white !important;}
338
.syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#e0e0e0 !important;}
339
.syntaxhighlighter .line.highlighted.number{color:black !important;}
340
.syntaxhighlighter table caption{color:black !important;}
341
.syntaxhighlighter .gutter{color:#afafaf !important;}
342
.syntaxhighlighter .gutter .line{border-right:3px solid #6ce26c !important;}
343
.syntaxhighlighter .gutter .line.highlighted{background-color:#6ce26c !important;color:white !important;}
344
.syntaxhighlighter.printing .line .content{border:none !important;}
345
.syntaxhighlighter.collapsed{overflow:visible !important;}
346
.syntaxhighlighter.collapsed .toolbar{color:blue !important;background:white !important;border:1px solid #6ce26c !important;}
347
.syntaxhighlighter.collapsed .toolbar a{color:blue !important;}
348
.syntaxhighlighter.collapsed .toolbar a:hover{color:red !important;}
349
.syntaxhighlighter .toolbar{color:white !important;background:#6ce26c !important;border:none !important;}
350
.syntaxhighlighter .toolbar a{color:white !important;}
351
.syntaxhighlighter .toolbar a:hover{color:black !important;}
352
.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:black !important;}
353
.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#008200 !important;}
354
.syntaxhighlighter .string,.syntaxhighlighter .string a{color:blue !important;}
355
.syntaxhighlighter .keyword{color:#006699 !important;}
356
.syntaxhighlighter .preprocessor{color:gray !important;}
357
.syntaxhighlighter .variable{color:#aa7700 !important;}
358
.syntaxhighlighter .value{color:#009900 !important;}
359
.syntaxhighlighter .functions{color:#ff1493 !important;}
360
.syntaxhighlighter .constants{color:#0066cc !important;}
361
.syntaxhighlighter .script{font-weight:bold !important;color:#006699 !important;background-color:none !important;}
362
.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:gray !important;}
363
.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
364
.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:red !important;}
365
.syntaxhighlighter .keyword{font-weight:bold !important;}