Skip to content

Commit 54b3c93

Browse files
author
koenmetsu
committed
Reset layout to original formatting
1 parent 4c0b9fc commit 54b3c93

File tree

1 file changed

+64
-226
lines changed
  • src/FunnelWeb.Web/Themes/JakeGinnivan/Content/Styles

1 file changed

+64
-226
lines changed

src/FunnelWeb.Web/Themes/JakeGinnivan/Content/Styles/Colours.css

Lines changed: 64 additions & 226 deletions
Original file line numberDiff line numberDiff line change
@@ -32,43 +32,37 @@ a:hover
3232
/* Tags Base Colours */
3333
.tags a
3434
{
35-
color: #000000;
35+
color:#000000;
3636
background-color: #adadad;
3737
}
3838
.tags a:before
3939
{
40-
border-color: transparent #adadad transparent transparent;
40+
border-color:transparent #adadad transparent transparent;
4141
}
4242
.tags a:after
4343
{
44-
background: #fff;
45-
}
46-
a.tag:hover
47-
{
48-
background-color: #555;
49-
}
50-
a.tag:hover:before
51-
{
52-
border-color: transparent #555 transparent transparent;
44+
background:#fff;
5345
}
46+
a.tag:hover { background-color: #555; }
47+
a.tag:hover:before { border-color:transparent #555 transparent transparent; }
5448

5549
h1, h2, h3, h4, h5, h6
5650
{
57-
color: #1B9FE1;
51+
color: #1B9FE1;
5852
}
5953

6054
.header
6155
{
6256
color: #ffffff;
63-
background-color: #000000;
64-
background-image: url('/get/MeSmall.jpg');
65-
background-repeat: no-repeat;
66-
background-position: right top;
57+
background-color:#000000;
58+
background-image:url('/get/MeSmall.jpg');
59+
background-repeat:no-repeat;
60+
background-position:right top;
6761
}
6862

6963
.nav
7064
{
71-
background-color: #000000;
65+
background-color:#000000;
7266
}
7367

7468
/* Search Box */
@@ -81,7 +75,7 @@ div.nav div.search
8175
div.nav div.search input
8276
{
8377
color: #CFCFCF;
84-
background-color: #000000;
78+
background-color:#000000;
8579
}
8680

8781
/* Content Page */
@@ -138,7 +132,7 @@ div.nav div.search input
138132
color: #000000;
139133
}
140134

141-
.post-line .comments
135+
.post-line .comments
142136
{
143137
background: #000000;
144138
color: #fff;
@@ -150,8 +144,7 @@ div.nav div.search input
150144
color: #ffffff;
151145
}
152146

153-
.post-line .comments .comment-count a
154-
{
147+
.post-line .comments .comment-count a {
155148
font-size: 15px;
156149
font-weight: 900;
157150
vertical-align: 1px;
@@ -199,7 +192,7 @@ pre
199192
color: #ffffff;
200193
}
201194

202-
.entry-tools a
195+
.entry-tools a
203196
{
204197
color: #fff;
205198
}
@@ -223,229 +216,74 @@ pre
223216
background: #1B9FE1;
224217
}
225218

226-
a.keyword-open-source:hover
227-
{
228-
color: #ffffff;
229-
background-color: #1B9FE1;
230-
}
231-
a.keyword-open-source:hover:before
232-
{
233-
border-color: transparent #1B9FE1 transparent transparent;
234-
}
219+
a.keyword-open-source:hover{ color:#ffffff; background-color: #1B9FE1; }
220+
a.keyword-open-source:hover:before{border-color:transparent #1B9FE1 transparent transparent;}
235221

236222
.keyword-open-source .entry-date
237223
{
238-
background-color: #1B9FE1;
224+
background-color: #1B9FE1;
239225
}
240226

241227
/*.net*/
242-
.keyword--net .summary-container
243-
{
244-
border-left: 5px solid #E51400;
245-
}
246-
.keyword--net .comments .comment-count
247-
{
248-
background: #E51400;
249-
}
250-
a.keyword--net:hover
251-
{
252-
color: #ffffff;
253-
background-color: #E51400;
254-
}
255-
a.keyword--net:hover:before
256-
{
257-
border-color: transparent #E51400 transparent transparent;
258-
}
259-
.keyword--net .entry-date
260-
{
261-
background-color: #E51400;
262-
}
228+
.keyword--net .summary-container { border-left: 5px solid #E51400; }
229+
.keyword--net .comments .comment-count { background: #E51400; }
230+
a.keyword--net:hover { color:#ffffff; background-color: #E51400; }
231+
a.keyword--net:hover:before{border-color:transparent #E51400 transparent transparent;}
232+
.keyword--net .entry-date { background-color: #E51400; }
263233

264234
/*c#*/
265-
.keyword-c- .summary-container
266-
{
267-
border-left: 5px solid #A05000;
268-
}
269-
.keyword-c- .comments .comment-count
270-
{
271-
background: #A05000;
272-
}
273-
a.keyword-c-:hover
274-
{
275-
color: #ffffff;
276-
background-color: #A05000;
277-
}
278-
a.keyword-c-:hover:before
279-
{
280-
border-color: transparent #A05000 transparent transparent;
281-
}
282-
.keyword-c- .entry-date
283-
{
284-
background-color: #A05000;
285-
}
235+
.keyword-c- .summary-container { border-left: 5px solid #A05000; }
236+
.keyword-c- .comments .comment-count { background: #A05000; }
237+
a.keyword-c-:hover { color:#ffffff; background-color: #A05000; }
238+
a.keyword-c-:hover:before{border-color:transparent #A05000 transparent transparent;}
239+
.keyword-c- .entry-date { background-color: #A05000; }
286240

287241
/*powershell*/
288-
.keyword-powershell .summary-container
289-
{
290-
border-left: 5px solid #E671B8;
291-
}
292-
.keyword-powershell .comments .comment-count
293-
{
294-
background: #E671B8;
295-
}
296-
a.keyword-powershell:hover
297-
{
298-
color: #ffffff;
299-
background-color: #E671B8;
300-
}
301-
a.keyword-powershell:hover:before
302-
{
303-
border-color: transparent #E671B8 transparent transparent;
304-
}
305-
.keyword-powershell .entry-date
306-
{
307-
background-color: #E671B8;
308-
}
242+
.keyword-powershell .summary-container { border-left: 5px solid #E671B8; }
243+
.keyword-powershell .comments .comment-count { background: #E671B8; }
244+
a.keyword-powershell:hover { color:#ffffff; background-color: #E671B8; }
245+
a.keyword-powershell:hover:before{border-color:transparent #E671B8 transparent transparent;}
246+
.keyword-powershell .entry-date { background-color: #E671B8; }
309247

310248
/*patterns and practices*/
311-
.keyword-patterns-and-practices .summary-container
312-
{
313-
border-left: 5px solid #8CBF26;
314-
}
315-
.keyword-patterns-and-practices .comments .comment-count
316-
{
317-
background: #8CBF26;
318-
}
319-
a.keyword-patterns-and-practices:hover
320-
{
321-
color: #ffffff;
322-
background-color: #8CBF26;
323-
}
324-
a.keyword-patterns-and-practices:hover:before
325-
{
326-
border-color: transparent #8CBF26 transparent transparent;
327-
}
328-
.keyword-patterns-and-practices .entry-date
329-
{
330-
background-color: #8CBF26;
331-
}
249+
.keyword-patterns-and-practices .summary-container { border-left: 5px solid #8CBF26; }
250+
.keyword-patterns-and-practices .comments .comment-count { background: #8CBF26; }
251+
a.keyword-patterns-and-practices:hover { color:#ffffff; background-color: #8CBF26; }
252+
a.keyword-patterns-and-practices:hover:before{border-color:transparent #8CBF26 transparent transparent;}
253+
.keyword-patterns-and-practices .entry-date { background-color: #8CBF26; }
332254

333255
/*wpf*/
334-
.keyword-wpf .summary-container
335-
{
336-
border-left: 5px solid #F09609;
337-
}
338-
.keyword-wpf .comments .comment-count
339-
{
340-
background: #F09609;
341-
}
342-
a.keyword-wpf:hover
343-
{
344-
color: #ffffff;
345-
background-color: #F09609;
346-
}
347-
a.keyword-wpf:hover:before
348-
{
349-
border-color: transparent #F09609 transparent transparent;
350-
}
351-
.keyword-wpf .entry-date
352-
{
353-
background-color: #F09609;
354-
}
256+
.keyword-wpf .summary-container { border-left: 5px solid #F09609; }
257+
.keyword-wpf .comments .comment-count { background: #F09609; }
258+
a.keyword-wpf:hover { color:#ffffff; background-color: #F09609; }
259+
a.keyword-wpf:hover:before{border-color:transparent #F09609 transparent transparent;}
260+
.keyword-wpf .entry-date { background-color: #F09609; }
355261

356262
/*wp7*/
357-
.keyword-wp7 .summary-container
358-
{
359-
border-left: 5px solid #00ABA9;
360-
}
361-
.keyword-wp7 .comments .comment-count
362-
{
363-
background: #00ABA9;
364-
}
365-
a.keyword-wp7:hover
366-
{
367-
color: #ffffff;
368-
background-color: #00ABA9;
369-
}
370-
a.keyword-wp7:hover:before
371-
{
372-
border-color: transparent #00ABA9 transparent transparent;
373-
}
374-
.keyword-wp7 .entry-date
375-
{
376-
background-color: #00ABA9;
377-
}
263+
.keyword-wp7 .summary-container { border-left: 5px solid #00ABA9; }
264+
.keyword-wp7 .comments .comment-count { background: #00ABA9; }
265+
a.keyword-wp7:hover { color:#ffffff; background-color: #00ABA9; }
266+
a.keyword-wp7:hover:before{border-color:transparent #00ABA9 transparent transparent;}
267+
.keyword-wp7 .entry-date { background-color: #00ABA9; }
378268

379269
/*vsto*/
380-
.keyword-vsto .summary-container
381-
{
382-
border-left: 5px solid #339933;
383-
}
384-
.keyword-vsto .comments .comment-count
385-
{
386-
background: #339933;
387-
}
388-
a.keyword-vsto:hover
389-
{
390-
color: #ffffff;
391-
background-color: #339933;
392-
}
393-
a.keyword-vsto:hover:before
394-
{
395-
border-color: transparent #339933 transparent transparent;
396-
}
397-
.keyword-vsto .entry-date
398-
{
399-
background-color: #339933;
400-
}
270+
.keyword-vsto .summary-container { border-left: 5px solid #339933; }
271+
.keyword-vsto .comments .comment-count { background: #339933; }
272+
a.keyword-vsto:hover { color:#ffffff; background-color: #339933; }
273+
a.keyword-vsto:hover:before{border-color:transparent #339933 transparent transparent;}
274+
.keyword-vsto .entry-date { background-color: #339933; }
401275

402276
/*presenting*/
403-
.keyword-presenting .summary-container
404-
{
405-
border-left: 5px solid #A200FF;
406-
}
407-
.keyword-presenting .comments .comment-count
408-
{
409-
background: #A200FF;
410-
}
411-
a.keyword-presenting:hover
412-
{
413-
color: #ffffff;
414-
background-color: #A200FF;
415-
}
416-
a.keyword-presenting:hover:before
417-
{
418-
border-color: transparent #A200FF transparent transparent;
419-
}
420-
.keyword-presenting .entry-date
421-
{
422-
background-color: #A200FF;
423-
}
277+
.keyword-presenting .summary-container { border-left: 5px solid #A200FF; }
278+
.keyword-presenting .comments .comment-count { background: #A200FF; }
279+
a.keyword-presenting:hover { color:#ffffff; background-color: #A200FF; }
280+
a.keyword-presenting:hover:before{border-color:transparent #A200FF transparent transparent;}
281+
.keyword-presenting .entry-date { background-color: #A200FF; }
424282

425283
/*open-source*/
426-
.keyword-open-source .summary-container
427-
{
428-
border-left: 5px solid #1B9FE1;
429-
}
430-
.keyword-open-source .comments .comment-count
431-
{
432-
background: #1B9FE1;
433-
}
434-
a.keyword-open-source:hover
435-
{
436-
color: #ffffff;
437-
background-color: #1B9FE1;
438-
}
439-
a.keyword-open-source:hover
440-
{
441-
color: #ffffff;
442-
background-color: #1B9FE1;
443-
}
444-
a.keyword-open-source:hover:before
445-
{
446-
border-color: transparent #1B9FE1 transparent transparent;
447-
}
448-
.keyword-open-source .entry-date
449-
{
450-
background-color: #1B9FE1;
451-
}
284+
.keyword-open-source .summary-container { border-left: 5px solid #1B9FE1; }
285+
.keyword-open-source .comments .comment-count { background: #1B9FE1; }
286+
a.keyword-open-source:hover { color:#ffffff; background-color: #1B9FE1; }
287+
a.keyword-open-source:hover{ color:#ffffff; background-color: #1B9FE1; }
288+
a.keyword-open-source:hover:before{border-color:transparent #1B9FE1 transparent transparent;}
289+
.keyword-open-source .entry-date { background-color: #1B9FE1; }

0 commit comments

Comments
 (0)