Skip to content

Commit

Permalink
Added table style
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJohnT committed Apr 21, 2020
1 parent a358daf commit adcc644
Show file tree
Hide file tree
Showing 9 changed files with 2,167 additions and 41 deletions.
164 changes: 126 additions & 38 deletions _blog_posts/2020-04-21-ha_journey.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
theme: jekyll-theme-architect
title: Sparks from the Anvil
description: Dr John's adventures in technology
description: Curiosity is the spark behind every idea
collections:
blog_posts:
output: true
3 changes: 1 addition & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
<h1>{{ site.title | default: site.github.repository_name }}</h1>
</a>
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
<a href="{{ site.github.owner_url }}" class="button"><small>Follow me on</small> GitHub</a>
</div>
</div>
</header>

<div id="content-wrapper">
Expand Down
46 changes: 46 additions & 0 deletions _sass/jekyll-theme-architect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,52 @@ td {
border: 1px solid #ebebeb;
}

table.blueTable {
border: 1px solid #9DDCFF;
background-color: #FFFFFF;
width: 100%;
text-align: left;
border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
border: 1px solid #2E7BCF;
padding: 3px 2px;
}
table.blueTable tbody td {
font-size: 13px;
color: #474747;
}
table.blueTable tbody td.yellow {
background: #FFEB9C;
}
table.blueTable tbody td.pink {
background: #FFC7CE;
}
table.blueTable tbody td.green {
background: #C6EFCE;
}
table.blueTable tr:nth-child(even) {
background: #EBEBEB;
}
table.blueTable thead {
background: #2E7BCF;
background: -moz-linear-gradient(top, #629cdb 0%, #4388d3 66%, #2E7BCF 100%);
background: -webkit-linear-gradient(top, #629cdb 0%, #4388d3 66%, #2E7BCF 100%);
background: linear-gradient(to bottom, #629cdb 0%, #4388d3 66%, #2E7BCF 100%);
border-bottom: 2px solid #444444;
}
table.blueTable thead th {
font-size: 15px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
border-left: 2px solid #9DDCFF;
}
table.blueTable thead th:first-child {
border-left: none;
}


form {
padding: 20px;
background: #f2f2f2;
Expand Down
Binary file added assets/images/spark_ideas.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/spark_planet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sparks_from_the_anvil.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,993 changes: 1,993 additions & 0 deletions assets/images/sparks_from_the_anvil.pdn

Large diffs are not rendered by default.

Binary file added assets/images/sparks_from_the_anvil.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit adcc644

Please sign in to comment.