Skip to content

Commit 692762d

Browse files
committed
Merge pull request #1 from philwebb/tweaks
A couple of minor tweaks
2 parents 5729ac8 + a2f3327 commit 692762d

File tree

4 files changed

+331
-61
lines changed

4 files changed

+331
-61
lines changed

_layouts/base_layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/projects.css.css" />
1717
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/buttons.css.css" />
1818
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/guide.css.css" />
19+
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/css/highlight.css.css" />
1920

2021
<script type="text/javascript" src="{{site.baseurl}}/js/jquery.js"></script>
2122
<script type="text/javascript" src="{{site.baseurl}}/bootstrap/js/bootstrap.min.js"></script>

css/highlight.css.css

Lines changed: 329 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,329 @@
1+
.highlight .hll {
2+
background-color: #ffffcc;
3+
}
4+
5+
.highlight .c {
6+
color: #999988;
7+
font-style: italic;
8+
}
9+
10+
/* Comment */
11+
.highlight .err {
12+
color: #a61717;
13+
background-color: #e3d2d2;
14+
}
15+
16+
/* Error */
17+
.highlight .k {
18+
color: #000000;
19+
font-weight: bold;
20+
}
21+
22+
/* Keyword */
23+
.highlight .o {
24+
color: #000000;
25+
font-weight: bold;
26+
}
27+
28+
/* Operator */
29+
.highlight .cm {
30+
color: #999988;
31+
font-style: italic;
32+
}
33+
34+
/* Comment.Multiline */
35+
.highlight .cp {
36+
color: #999999;
37+
font-weight: bold;
38+
font-style: italic;
39+
}
40+
41+
/* Comment.Preproc */
42+
.highlight .c1 {
43+
color: #999988;
44+
font-style: italic;
45+
}
46+
47+
/* Comment.Single */
48+
.highlight .cs {
49+
color: #999999;
50+
font-weight: bold;
51+
font-style: italic;
52+
}
53+
54+
/* Comment.Special */
55+
.highlight .gd {
56+
color: #000000;
57+
background-color: #ffdddd;
58+
}
59+
60+
/* Generic.Deleted */
61+
.highlight .ge {
62+
color: #000000;
63+
font-style: italic;
64+
}
65+
66+
/* Generic.Emph */
67+
.highlight .gr {
68+
color: #aa0000;
69+
}
70+
71+
/* Generic.Error */
72+
.highlight .gh {
73+
color: #999999;
74+
}
75+
76+
/* Generic.Heading */
77+
.highlight .gi {
78+
color: #000000;
79+
background-color: #ddffdd;
80+
}
81+
82+
/* Generic.Inserted */
83+
.highlight .go {
84+
color: #888888;
85+
}
86+
87+
/* Generic.Output */
88+
.highlight .gp {
89+
color: #555555;
90+
}
91+
92+
/* Generic.Prompt */
93+
.highlight .gs {
94+
font-weight: bold;
95+
}
96+
97+
/* Generic.Strong */
98+
.highlight .gu {
99+
color: #aaaaaa;
100+
}
101+
102+
/* Generic.Subheading */
103+
.highlight .gt {
104+
color: #aa0000;
105+
}
106+
107+
/* Generic.Traceback */
108+
.highlight .kc {
109+
color: #000000;
110+
font-weight: bold;
111+
}
112+
113+
/* Keyword.Constant */
114+
.highlight .kd {
115+
color: #000000;
116+
font-weight: bold;
117+
}
118+
119+
/* Keyword.Declaration */
120+
.highlight .kn {
121+
color: #000000;
122+
font-weight: bold;
123+
}
124+
125+
/* Keyword.Namespace */
126+
.highlight .kp {
127+
color: #000000;
128+
font-weight: bold;
129+
}
130+
131+
/* Keyword.Pseudo */
132+
.highlight .kr {
133+
color: #000000;
134+
font-weight: bold;
135+
}
136+
137+
/* Keyword.Reserved */
138+
.highlight .kt {
139+
color: #445588;
140+
font-weight: bold;
141+
}
142+
143+
/* Keyword.Type */
144+
.highlight .m {
145+
color: #009999;
146+
}
147+
148+
/* Literal.Number */
149+
.highlight .s {
150+
color: #d01040;
151+
}
152+
153+
/* Literal.String */
154+
.highlight .na {
155+
color: teal;
156+
}
157+
158+
/* Name.Attribute */
159+
.highlight .nb {
160+
color: #0086b3;
161+
}
162+
163+
/* Name.Builtin */
164+
.highlight .nc {
165+
color: #445588;
166+
font-weight: bold;
167+
}
168+
169+
/* Name.Class */
170+
.highlight .no {
171+
color: teal;
172+
}
173+
174+
/* Name.Constant */
175+
.highlight .nd {
176+
color: #3c5d5d;
177+
font-weight: bold;
178+
}
179+
180+
/* Name.Decorator */
181+
.highlight .ni {
182+
color: purple;
183+
}
184+
185+
/* Name.Entity */
186+
.highlight .ne {
187+
color: #990000;
188+
font-weight: bold;
189+
}
190+
191+
/* Name.Exception */
192+
.highlight .nf {
193+
color: #990000;
194+
font-weight: bold;
195+
}
196+
197+
/* Name.Function */
198+
.highlight .nl {
199+
color: #990000;
200+
font-weight: bold;
201+
}
202+
203+
/* Name.Label */
204+
.highlight .nn {
205+
color: #555555;
206+
}
207+
208+
/* Name.Namespace */
209+
.highlight .nt {
210+
color: navy;
211+
}
212+
213+
/* Name.Tag */
214+
.highlight .nv {
215+
color: teal;
216+
}
217+
218+
/* Name.Variable */
219+
.highlight .ow {
220+
color: #000000;
221+
font-weight: bold;
222+
}
223+
224+
/* Operator.Word */
225+
.highlight .w {
226+
color: #bbbbbb;
227+
}
228+
229+
/* Text.Whitespace */
230+
.highlight .mf {
231+
color: #009999;
232+
}
233+
234+
/* Literal.Number.Float */
235+
.highlight .mh {
236+
color: #009999;
237+
}
238+
239+
/* Literal.Number.Hex */
240+
.highlight .mi {
241+
color: #009999;
242+
}
243+
244+
/* Literal.Number.Integer */
245+
.highlight .mo {
246+
color: #009999;
247+
}
248+
249+
/* Literal.Number.Oct */
250+
.highlight .sb {
251+
color: #d01040;
252+
}
253+
254+
/* Literal.String.Backtick */
255+
.highlight .sc {
256+
color: #d01040;
257+
}
258+
259+
/* Literal.String.Char */
260+
.highlight .sd {
261+
color: #d01040;
262+
}
263+
264+
/* Literal.String.Doc */
265+
.highlight .s2 {
266+
color: #d01040;
267+
}
268+
269+
/* Literal.String.Double */
270+
.highlight .se {
271+
color: #d01040;
272+
}
273+
274+
/* Literal.String.Escape */
275+
.highlight .sh {
276+
color: #d01040;
277+
}
278+
279+
/* Literal.String.Heredoc */
280+
.highlight .si {
281+
color: #d01040;
282+
}
283+
284+
/* Literal.String.Interpol */
285+
.highlight .sx {
286+
color: #d01040;
287+
}
288+
289+
/* Literal.String.Other */
290+
.highlight .sr {
291+
color: #009926;
292+
}
293+
294+
/* Literal.String.Regex */
295+
.highlight .s1 {
296+
color: #d01040;
297+
}
298+
299+
/* Literal.String.Single */
300+
.highlight .ss {
301+
color: #990073;
302+
}
303+
304+
/* Literal.String.Symbol */
305+
.highlight .bp {
306+
color: #999999;
307+
}
308+
309+
/* Name.Builtin.Pseudo */
310+
.highlight .vc {
311+
color: teal;
312+
}
313+
314+
/* Name.Variable.Class */
315+
.highlight .vg {
316+
color: teal;
317+
}
318+
319+
/* Name.Variable.Global */
320+
.highlight .vi {
321+
color: teal;
322+
}
323+
324+
/* Name.Variable.Instance */
325+
.highlight .il {
326+
color: #009999;
327+
}
328+
329+
/* Literal.Number.Integer.Long */

css/projects.css.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
height: 150px;
419419
position: absolute;
420420
overflow: hidden;
421-
margin-top: -102px;
421+
margin-top: -100px;
422422
z-index: 9999;
423423
right: 0;
424424
}

0 commit comments

Comments
 (0)