Skip to content

Commit

Permalink
Applied the new Aviva Solutions look-and-feel (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen authored Oct 18, 2016
1 parent 5f79cce commit 8ed6057
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 21 deletions.
8 changes: 4 additions & 4 deletions Src/Cheatsheet/Cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NOTE: Requires Markdown Extra. See http://michelf.ca/projects/php-markdown/extra
<table width="100%">
<tr>
<td class="title">Coding Guidelines for C# 3.0, 4.0 and 5.0 Cheat Sheet</td>
<td rowspan="2" style="text-align:right">![a](images/logo.png)</td>
<td rowspan="2" style="text-align:right">![logo](images/logo.png)</td>
</tr>
<tr>
<td><div class="subTitle">Design & Maintainability</div> (level 1 and 2 only)</td>
Expand Down Expand Up @@ -110,7 +110,7 @@ NOTE: Requires Markdown Extra. See http://michelf.ca/projects/php-markdown/extra
</td>
<td style="text-align:right">
[www.csharpcodingguidelines.com](http://www.csharpcodingguidelines.com)
[www.dennisdoomen.net](http://www.dennisdoomen.net)
[www.continuousimprover.com](www.continuousimprover.com)
[www.avivasolutions.nl](http://www.avivasolutions.nl)
</td>
</tr>
Expand All @@ -119,7 +119,7 @@ NOTE: Requires Markdown Extra. See http://michelf.ca/projects/php-markdown/extra
<table width="100%" style="page-break-before: always;">
<tr>
<td class="title">Coding Guidelines for C# 3.0, 4.0 and 5.0 Cheat Sheet</td>
<td markdown="1" rowspan="2" style="text-align:right">![](images/logo.png)</td>
<td markdown="1" rowspan="2" style="text-align:right">![logo](images/logo.png)</td>
</tr>
<tr>
<td><div class="subTitle">Naming & Layout</div> (level 1 and 2 only)</td>
Expand Down Expand Up @@ -238,7 +238,7 @@ These coding guidelines are an extension to Visual Studio's Code Analysis functi
</td>
<td style="text-align:right">
[www.csharpcodingguidelines.com](http://www.csharpcodingguidelines.com)
[www.dennisdoomen.net](http://www.dennisdoomen.net)
[www.continuousimprover.com](www.continuousimprover.com)
[www.avivasolutions.nl](http://www.avivasolutions.nl)
</td>
</tr>
Expand Down
Binary file modified Src/Cheatsheet/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 10 additions & 7 deletions Src/Cheatsheet/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */
/* Author: Nicolas Hery - http://nicolashery.com */
/* Version: b13fe65ca28d2e568c6ed5d7f06581183df8f2ff */
/* Source: https://github.com/nicolahery/markdownpad-github */

/* RESET
=============================================================================*/
Expand All @@ -16,7 +12,7 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
=============================================================================*/

body {
font-family: arial, freesans, clean, sans-serif;
font-family: calibri, arial, freesans, clean, sans-serif;
font-size: 11pt;
line-height: 1.5;
color: #000;
Expand Down Expand Up @@ -44,7 +40,7 @@ p, blockquote, ul, ol, dl, pre {
=============================================================================*/

h1, h2, h3, h4, h5, h6 {
font-family: calibri, Helvetica, arial, freesans, clean, sans-serif;
font-family: Variable Bold, Calibri, Helvetica, arial, freesans, clean, sans-serif;
margin: 20px 0 10px;
color: rgb(167, 21, 0);
padding: 0;
Expand Down Expand Up @@ -287,6 +283,7 @@ img {

.title
{
font-family: Variable Bold, Calibri;
font-size: 21pt;
text-align: left;
line-height: 1;
Expand All @@ -295,7 +292,8 @@ img {

.subTitle
{
font-size: 19pt;
font-family: Variable Bold, Calibri;
font-size: 19pt;
line-height: 1;
color: rgb(167, 21, 0);
text-align: left;
Expand Down Expand Up @@ -361,3 +359,8 @@ td strong
color: rgb(167, 21, 0);
display: inline-block;
}

img[alt="logo"]
{
width: 30%;
}
2 changes: 1 addition & 1 deletion Src/Guidelines/0000_CoverAndStyles.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NOTE: Requires Markdown Extra. See http://michelf.ca/projects/php-markdown/extra
<link href="style.css" type="text/css" rel="stylesheet"></link>

<div style="text-align:right" markdown="1">
![](images/logo.png)
![logo](images/logo.png)
</div>
<br/>
<div class="title">
Expand Down
Binary file modified Src/Guidelines/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 20 additions & 9 deletions Src/Guidelines/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
=============================================================================*/

body {
font-family: arial, freesans, clean, sans-serif;
font-size: 10pt;
font-family: calibri, Arial;
font-size: 11pt;
line-height: 1.6;
color: #000;
background-color: #fff;
Expand All @@ -44,7 +44,7 @@ p, blockquote, ul, ol, dl, table, pre {
=============================================================================*/

h1, h2, h3, h4, h5, h6 {
font-family: calibri, Helvetica, arial, freesans, clean, sans-serif;
font-family: Variable Bold, Calibri, Arial;
margin: 20px 0 10px;
color: rgb(167, 21, 0);
padding: 0;
Expand All @@ -54,6 +54,9 @@ h1, h2, h3, h4, h5, h6 {

h1 tt, h1 code, h2 tt, h2 code, h3 tt, h3 code, h4 tt, h4 code, h5 tt, h5 code, h6 tt, h6 code {
font-size: inherit;
font-weight: normal;
border: 0;
background: none;
}

h1 {
Expand Down Expand Up @@ -289,15 +292,17 @@ img {

.title
{
font-family: Variable Bold, Arial;
font-size: 29pt;
text-align: center;
text-align: center;
line-height: 1;
font-weight: bold;
}

.subTitle
{
font-size: 29pt;
font-family: Variable Bold, Arial;
font-size: 29pt;
line-height: 1;
color: rgb(167, 21, 0);
text-align: center;
Expand All @@ -306,12 +311,18 @@ img {

.author
{
font-family: Variable Bold, Arial;
text-align: center;
font-size: 16pt;
font-size: 14pt;
font-weight: bold;
}

img[src*="1.png"], img[src*="2.png"], img[src*="3.png"]
img
{
width: 9pt;
}
width: 14px;
}

img[alt="logo"]
{
width: 20%;
}

0 comments on commit 8ed6057

Please sign in to comment.