~negronjl/+junk/negronjl-keystone-foreign-key-patch

« back to all changes in this revision

Viewing changes to keystone/content/style/shjs/sh_pablo.css

  • Committer: Ziad Sawalha
  • Date: 2011-08-15 14:44:29 UTC
  • Revision ID: git-v1:6b4bb15714204fdc99433e9c13b9610ef821a1b8
Adding extension handler code

Change-Id: If866ffa5542b7de70d8ac763fc1aa3064e00455f

Show diffs side-by-side

added added

removed removed

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