Projet

Général

Profil

Paste
Télécharger (1,48 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / highlightjs / styles / foundation.css @ 99781f3b

1
/*
2
Description: Foundation 4 docs style for highlight.js
3
Author: Dan Allen <dan.j.allen@gmail.com>
4
Website: http://foundation.zurb.com/docs/
5
Version: 1.0
6
Date: 2013-04-02
7
*/
8

    
9
pre code {
10
  display: block; padding: 0.5em;
11
  background: #eee;
12
}
13

    
14
pre .header,
15
pre .decorator,
16
pre .annotation {
17
  color: #000077;
18
}
19

    
20
pre .horizontal_rule,
21
pre .link_url,
22
pre .emphasis,
23
pre .attribute {
24
  color: #070;
25
}
26

    
27
pre .emphasis {
28
  font-style: italic;
29
}
30

    
31
pre .link_label,
32
pre .strong,
33
pre .value,
34
pre .string,
35
pre .scss .value .string {
36
  color: #d14;
37
}
38

    
39
pre .strong {
40
  font-weight: bold;
41
}
42

    
43
pre .blockquote,
44
pre .comment {
45
  color: #998;
46
  font-style: italic;
47
}
48

    
49
pre .asciidoc .title,
50
pre .function .title {
51
  color: #900;
52
}
53

    
54
pre .class {
55
  color: #458;
56
}
57

    
58
pre .id,
59
pre .pseudo,
60
pre .constant,
61
pre .hexcolor {
62
  color: teal;
63
}
64

    
65
pre .variable {
66
  color: #336699;
67
}
68

    
69
pre .bullet, 
70
pre .javadoc {
71
  color: #997700;
72
}
73

    
74
pre .pi,
75
pre .doctype {
76
  color: #3344bb;
77
}
78

    
79
pre .code,
80
pre .number {
81
  color: #099;
82
}
83

    
84
pre .important {
85
  color: #f00;
86
}
87

    
88
pre .smartquote,
89
pre .label {
90
  color: #970;
91
}
92

    
93
pre .preprocessor,
94
pre .pragma {
95
  color: #579;
96
}
97

    
98
pre .reserved,
99
pre .keyword,
100
pre .scss .value {
101
  color: #000;
102
}
103

    
104
pre .regexp {
105
  background-color: #fff0ff;
106
  color: #880088;
107
}
108

    
109
pre .symbol {
110
  color: #990073;
111
}
112

    
113
pre .symbol .string {
114
  color: #a60;
115
}
116

    
117
pre .tag {
118
  color: #007700;
119
}
120

    
121
pre .at_rule,
122
pre .at_rule .keyword {
123
  color: #088;
124
}
125

    
126
pre .at_rule .preprocessor {
127
  color: #808;
128
}
129

    
130
pre .scss .tag,
131
pre .scss .attribute {
132
  color: #339;
133
}