Projet

Général

Profil

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

root / drupal7 / sites / all / libraries / flexslider-2.5.0 / demo / css / demo.css @ 0aee3c58

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
/* Icon Fonts
49
*********************************/
50
/* Font-face Icons */
51
@font-face {
52
        font-family: 'flexslider-icon';
53
        src:url('../fonts/webfonts/flexslider-icon.eot');
54
        src:url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
55
                url('../fonts/webfonts/flexslider-icon.woff') format('woff'),
56
                url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'),
57
                url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
58
        font-weight: normal;
59
        font-style: normal;
60
}
61

    
62
/* General
63
***********************/
64
body {
65
        background: #42a2ce;
66
        font-size: 14px;
67
        font-family: Helvetica, 'Arial', sans-serif;
68
        -webkit-font-smoothing: antialiased;
69
        text-rendering: optimizeLegibility;
70
        height: auto;
71
}
72
a {
73
        color: #fff;
74
        text-decoration: none;
75
}
76

    
77
h3 {
78
        margin: 0 0 8px;
79
        color: #fff;
80
        font: normal 24px Geogrotesque-semibold, Helvetica, Arial, sans-serif;
81
        text-shadow: 0 1px 0 #2F4C63;
82
}
83
p {
84
        font-size: 14px;
85
        line-height: 18px;
86
}
87

    
88
/* --Clearfix */
89
.cf:before,
90
.cf:after {content:""; display:table;}
91
.cf:after {clear:both;}
92
.cf {zoom:1;}
93

    
94
.toggle { margin: 2px 0 0 14px; float: left; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
95
.toggle li { float: left; }
96
.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; 
97

    
98
background: #ffffff; /* Old browsers */
99
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
100
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
101
background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
102
background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
103
background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
104
background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
105

    
106
box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
107
-moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
108
-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
109

    
110
}
111
.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;}
112
.toggle li a:hover { background: #ededed; color: #222; }
113
.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); }
114

    
115
.slider { margin: 50px 0 10px!important;}
116
#carousel li {margin-right: 5px;}
117
#carousel img {display: block; opacity: .5; cursor: pointer;}
118
#carousel img:hover {opacity: 1;}
119
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
120

    
121
.button {
122
  display: inline-block;
123
  margin: 0;
124
  padding: .461em 1.563em .41em;
125
  color: #fff!important;
126
  text-align: center;
127
  text-decoration: none;
128
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
129
  text-transform: uppercase;
130
  line-height: 1;
131
  font-size: .9em;
132
  cursor: pointer;
133
  font-family: "proxima-nova", sans-serif;
134
  border: 1px solid #1a4064;
135
  background: #255a8c;
136
  -webkit-border-radius: 100px;
137
  -moz-border-radius: 100px;
138
  border-radius: 100px;
139
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
140
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
141
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
142
}
143
.button:active  {
144
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
145
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
146
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
147
}
148
.button.green  {
149
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
150
  border: 1px solid #578824;
151
  background: #71b02f;
152
}
153
.button.green:hover  {
154
  background: #79bc32;
155
}
156

    
157
/* Loading
158
***********************/
159
.loading #container {opacity: 0;}
160
.loading:before  { content: 'LOADING'; display: block; margin: 100px 0 0; text-align: center; color: #fff; font-weight: bold; font-size: 60px; opacity: 0.3; }
161
body {width: 100%; float: left; opacity: 1; -webkit-transition: opacity 1s ease;}
162

    
163
/* Layout
164
***********************/
165
#container {padding: 60px 40px 100px;}
166
header {width: 420px; float: left;}
167
#main {margin-left: 420px; margin-top: -25px;overflow: hidden;}
168
aside h3 {float: left;}
169

    
170
/* Header
171
***********************/
172
header .logo  { display: block; margin: 10px 0 30px; }
173
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; }
174
header h2 { margin: 0 0 30px; font: normal 20px Geogrotesque-regular, Helvetica, Arial, sans-serif; text-shadow: 0 1px 1px #555; color: #fff; }
175
header .button { margin: 0 0 50px; padding: 10px 15px 10px 15px; position: relative; }
176
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); }
177
nav li {margin: 0 0 7px; font-size: 15px; }
178
nav li a:hover,
179
nav li.active a  {border-bottom: 1px dotted #fff; border-bottom: 1px dotted rgba(255,255,255,0.3); background: none;}
180
nav li.active a  { cursor: default; }
181

    
182
/* Media Queries
183
***********************/
184
@media screen and (max-width: 960px) {
185
  #container {padding: 35px;}
186
  header {width: 380px;}
187
  #main {margin-left: 380px;}
188
  aside h3  {
189
          float: none;
190
          font-size: 20px;
191
  }
192
  .toggle  {
193
          margin-left: 0;
194
          float: none;
195
  }
196
}
197
@media screen and (max-width: 768px) {
198
  #container {padding: 20px 30px;}
199
  header {width: 100%; float: none; text-align: center;}
200
  header img  {width:120px;}
201
  header h1  { margin: 0 auto 10px; font-size: 32px; }
202
  header h2  { font-size: 16px; }
203
  header .button  { margin-bottom: 28px; }
204

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

    
259
        /* on nav hover */
260
        nav ul:hover {
261
                background: #32679a;
262
        }
263
        nav ul:hover li {
264
                display: block;
265
                margin: 0 0 5px;
266
        }
267
        nav ul:hover .active {
268
                border: 1px solid #1e5486!important;
269
                background: #255a8c;
270
                -webkit-border-radius: 1px;
271
                -moz-border-radius: 1px;
272
                border-radius: 1px;
273
        }
274
        nav ul:hover .active a:after  {
275
                display: none;
276
        }
277
  
278
}
279

    
280
/*
281
 SyntaxHighlighter - http://alexgorbatchev.com/SyntaxHighlighter
282
 
283
 SyntaxHighlighter is donationware. If you are using it, please donate. - http://alexgorbatchev.com/SyntaxHighlighter/donate.html
284
 
285
 @version - 3.0.83 (July 02 2010)
286
 @copyright - Copyright (C) 2004-2010 Alex Gorbatchev.
287
 @license - Dual licensed under the MIT and GPL licenses.
288
*/
289
.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;}
290
.syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important;overflow:auto !important;font-size:1em !important;}
291
.syntaxhighlighter.source{overflow:hidden !important;}
292
.syntaxhighlighter .bold{font-weight:bold !important;}
293
.syntaxhighlighter .italic{font-style:italic !important;}
294
.syntaxhighlighter .line{white-space:pre !important;}
295
.syntaxhighlighter table{width:100% !important;}
296
.syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
297
.syntaxhighlighter table td.code{width:100% !important;}
298
.syntaxhighlighter table td.code .container{position:relative !important;}
299
.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;}
300
.syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !important;}
301
.syntaxhighlighter table td.code .line{padding:0 1em !important;}
302
.syntaxhighlighter.nogutter td.code .container textarea,.syntaxhighlighter.nogutter td.code .line{padding-left:0em !important;}
303
.syntaxhighlighter.show{display:block !important;}
304
.syntaxhighlighter.collapsed table{display:none !important;}
305
.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;}
306
.syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
307
.syntaxhighlighter.collapsed .toolbar span a{padding:0 !important;display:none !important;}
308
.syntaxhighlighter.collapsed .toolbar span a.expandSource{display:inline !important;}
309
.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;}
310
.syntaxhighlighter .toolbar span.title{display:inline !important;}
311
.syntaxhighlighter .toolbar a{display:block !important;text-align:center !important;text-decoration:none !important;padding-top:1px !important;}
312
.syntaxhighlighter .toolbar a.expandSource{display:none !important;}
313
.syntaxhighlighter.ie{font-size:.9em !important;padding:1px 0 1px 0 !important;}
314
.syntaxhighlighter.ie .toolbar{line-height:8px !important;}
315
.syntaxhighlighter.ie .toolbar a{padding-top:0px !important;}
316
.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;}
317
.syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
318
.syntaxhighlighter.printing .line .content{color:black !important;}
319
.syntaxhighlighter.printing .toolbar{display:none !important;}
320
.syntaxhighlighter.printing a{text-decoration:none !important;}
321
.syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:black !important;}
322
.syntaxhighlighter.printing .comments,.syntaxhighlighter.printing .comments a{color:#008200 !important;}
323
.syntaxhighlighter.printing .string,.syntaxhighlighter.printing .string a{color:blue !important;}
324
.syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
325
.syntaxhighlighter.printing .preprocessor{color:gray !important;}
326
.syntaxhighlighter.printing .variable{color:#aa7700 !important;}
327
.syntaxhighlighter.printing .value{color:#009900 !important;}
328
.syntaxhighlighter.printing .functions{color:#ff1493 !important;}
329
.syntaxhighlighter.printing .constants{color:#0066cc !important;}
330
.syntaxhighlighter.printing .script{font-weight:bold !important;}
331
.syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray !important;}
332
.syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
333
.syntaxhighlighter.printing .color3,.syntaxhighlighter.printing .color3 a{color:red !important;}
334
.syntaxhighlighter.printing .break,.syntaxhighlighter.printing .break a{color:black !important;}
335
/* Theming */
336
.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);}
337
.syntaxhighlighter .string, .syntaxhighlighter .string a {color: #ff5454 !important;}
338
.syntaxhighlighter .line.alt1,
339
.syntaxhighlighter .line.alt2 {width: 100% !important; padding: 0 !important; background-color: #fff !important;}
340
.syntaxhighlighter .line.highlighted.alt1,
341
.syntaxhighlighter .line.highlighted.alt2 {background-color: #fff !important;}
342
.syntaxhighlighter table td.code {width: auto !important; padding: 10px 12px!important;}
343
.syntaxhighlighter table td.code .line {width: auto !important; padding: 0 !important;}
344
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {color: #cc7ac6!important;}
345
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {color: #888!important;}
346
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {color: #999!important;}
347
.syntaxhighlighter .keyword {color: #2a93b9!important;}
348
/**/
349
.syntaxhighlighter{background-color:white !important;}
350
.syntaxhighlighter .line.alt1{background-color:white !important;}
351
.syntaxhighlighter .line.alt2{background-color:white !important;}
352
.syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#e0e0e0 !important;}
353
.syntaxhighlighter .line.highlighted.number{color:black !important;}
354
.syntaxhighlighter table caption{color:black !important;}
355
.syntaxhighlighter .gutter{color:#afafaf !important;}
356
.syntaxhighlighter .gutter .line{border-right:3px solid #6ce26c !important;}
357
.syntaxhighlighter .gutter .line.highlighted{background-color:#6ce26c !important;color:white !important;}
358
.syntaxhighlighter.printing .line .content{border:none !important;}
359
.syntaxhighlighter.collapsed{overflow:visible !important;}
360
.syntaxhighlighter.collapsed .toolbar{color:blue !important;background:white !important;border:1px solid #6ce26c !important;}
361
.syntaxhighlighter.collapsed .toolbar a{color:blue !important;}
362
.syntaxhighlighter.collapsed .toolbar a:hover{color:red !important;}
363
.syntaxhighlighter .toolbar{color:white !important;background:#6ce26c !important;border:none !important;}
364
.syntaxhighlighter .toolbar a{color:white !important;}
365
.syntaxhighlighter .toolbar a:hover{color:black !important;}
366
.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:black !important;}
367
.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#008200 !important;}
368
.syntaxhighlighter .string,.syntaxhighlighter .string a{color:blue !important;}
369
.syntaxhighlighter .keyword{color:#006699 !important;}
370
.syntaxhighlighter .preprocessor{color:gray !important;}
371
.syntaxhighlighter .variable{color:#aa7700 !important;}
372
.syntaxhighlighter .value{color:#009900 !important;}
373
.syntaxhighlighter .functions{color:#ff1493 !important;}
374
.syntaxhighlighter .constants{color:#0066cc !important;}
375
.syntaxhighlighter .script{font-weight:bold !important;color:#006699 !important;background-color:none !important;}
376
.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:gray !important;}
377
.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
378
.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:red !important;}
379
.syntaxhighlighter .keyword{font-weight:bold !important;}