~ubuntu-branches/ubuntu/saucy/keystone/saucy-proposed

« back to all changes in this revision

Viewing changes to keystone/content/common/style/shjs/sh_acid.css

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-08-23 10:18:22 UTC
  • Revision ID: james.westby@ubuntu.com-20110823101822-enve6zceb3lqhuvj
Tags: upstream-1.0~d4~20110823.1078
ImportĀ upstreamĀ versionĀ 1.0~d4~20110823.1078

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
pre.sh_sourceCode {
 
2
  background-color: #eeeeee;
 
3
  color: #000000;
 
4
  font-weight: normal;
 
5
  font-style: normal;
 
6
}
 
7
 
 
8
pre.sh_sourceCode .sh_keyword {
 
9
  color: #bb7977;
 
10
  font-weight: bold;
 
11
  font-style: normal;
 
12
}
 
13
 
 
14
pre.sh_sourceCode .sh_type {
 
15
  color: #8080c0;
 
16
  font-weight: bold;
 
17
  font-style: normal;
 
18
}
 
19
 
 
20
pre.sh_sourceCode .sh_string {
 
21
  color: #a68500;
 
22
  font-weight: normal;
 
23
  font-style: normal;
 
24
}
 
25
 
 
26
pre.sh_sourceCode .sh_regexp {
 
27
  color: #a68500;
 
28
  font-weight: normal;
 
29
  font-style: normal;
 
30
}
 
31
 
 
32
pre.sh_sourceCode .sh_specialchar {
 
33
  color: #ff00ff;
 
34
  font-weight: bold;
 
35
  font-style: normal;
 
36
}
 
37
 
 
38
pre.sh_sourceCode .sh_comment {
 
39
  color: #ff8000;
 
40
  font-weight: normal;
 
41
  font-style: normal;
 
42
}
 
43
 
 
44
pre.sh_sourceCode .sh_number {
 
45
  color: #800080;
 
46
  font-weight: bold;
 
47
  font-style: normal;
 
48
}
 
49
 
 
50
pre.sh_sourceCode .sh_preproc {
 
51
  color: #0080c0;
 
52
  font-weight: bold;
 
53
  font-style: normal;
 
54
}
 
55
 
 
56
pre.sh_sourceCode .sh_symbol {
 
57
  color: #ff0080;
 
58
  font-weight: bold;
 
59
  font-style: normal;
 
60
}
 
61
 
 
62
pre.sh_sourceCode .sh_function {
 
63
  color: #004466;
 
64
  font-weight: normal;
 
65
  font-style: normal;
 
66
}
 
67
 
 
68
pre.sh_sourceCode .sh_cbracket {
 
69
  color: #ff0080;
 
70
  font-weight: bold;
 
71
  font-style: normal;
 
72
}
 
73
 
 
74
pre.sh_sourceCode .sh_url {
 
75
  color: #a68500;
 
76
  font-weight: normal;
 
77
  font-style: normal;
 
78
}
 
79
 
 
80
pre.sh_sourceCode .sh_date {
 
81
  color: #bb7977;
 
82
  font-weight: bold;
 
83
  font-style: normal;
 
84
}
 
85
 
 
86
pre.sh_sourceCode .sh_time {
 
87
  color: #bb7977;
 
88
  font-weight: bold;
 
89
  font-style: normal;
 
90
}
 
91
 
 
92
pre.sh_sourceCode .sh_file {
 
93
  color: #bb7977;
 
94
  font-weight: bold;
 
95
  font-style: normal;
 
96
}
 
97
 
 
98
pre.sh_sourceCode .sh_ip {
 
99
  color: #a68500;
 
100
  font-weight: normal;
 
101
  font-style: normal;
 
102
}
 
103
 
 
104
pre.sh_sourceCode .sh_name {
 
105
  color: #a68500;
 
106
  font-weight: normal;
 
107
  font-style: normal;
 
108
}
 
109
 
 
110
pre.sh_sourceCode .sh_variable {
 
111
  color: #0080c0;
 
112
  font-weight: normal;
 
113
  font-style: normal;
 
114
}
 
115
 
 
116
pre.sh_sourceCode .sh_oldfile {
 
117
  color: #ff00ff;
 
118
  font-weight: bold;
 
119
  font-style: normal;
 
120
}
 
121
 
 
122
pre.sh_sourceCode .sh_newfile {
 
123
  color: #a68500;
 
124
  font-weight: normal;
 
125
  font-style: normal;
 
126
}
 
127
 
 
128
pre.sh_sourceCode .sh_difflines {
 
129
  color: #bb7977;
 
130
  font-weight: bold;
 
131
  font-style: normal;
 
132
}
 
133
 
 
134
pre.sh_sourceCode .sh_selector {
 
135
  color: #0080c0;
 
136
  font-weight: normal;
 
137
  font-style: normal;
 
138
}
 
139
 
 
140
pre.sh_sourceCode .sh_property {
 
141
  color: #bb7977;
 
142
  font-weight: bold;
 
143
  font-style: normal;
 
144
}
 
145
 
 
146
pre.sh_sourceCode .sh_value {
 
147
  color: #a68500;
 
148
  font-weight: normal;
 
149
  font-style: normal;
 
150
}
 
151