Projet

Général

Profil

Paste
Télécharger (854 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / highlightjs / styles / mono-blue.css @ 9d13637e

1
/*
2
  Five-color theme from a single blue hue.
3
*/
4
pre code {
5
  display: block; padding: 0.5em;
6
  background: #EAEEF3; color: #00193A;
7
}
8

    
9
pre .keyword,
10
pre .title,
11
pre .important,
12
pre .request,
13
pre .header,
14
pre .javadoctag {
15
  font-weight: bold;
16
}
17

    
18
pre .comment,
19
pre .chunk,
20
pre .template_comment {
21
  color: #738191;
22
}
23

    
24
pre .string,
25
pre .title,
26
pre .parent,
27
pre .built_in,
28
pre .literal,
29
pre .filename,
30
pre .value,
31
pre .addition,
32
pre .tag,
33
pre .argument,
34
pre .link_label,
35
pre .blockquote,
36
pre .header {
37
  color: #0048AB;
38
}
39

    
40
pre .decorator,
41
pre .prompt,
42
pre .yardoctag,
43
pre .subst,
44
pre .symbol,
45
pre .doctype,
46
pre .regexp,
47
pre .preprocessor,
48
pre .pragma,
49
pre .pi,
50
pre .attribute,
51
pre .attr_selector,
52
pre .javadoc,
53
pre .xmlDocTag,
54
pre .deletion,
55
pre .shebang,
56
pre .string .variable,
57
pre .link_url,
58
pre .bullet,
59
pre .sqbracket,
60
pre .phony {
61
  color: #4C81C9;
62
}