Skip to content

Instantly share code, notes, and snippets.

@leehambley
Created August 25, 2015 12:36
Show Gist options
  • Save leehambley/83bc06defc596e66ac88 to your computer and use it in GitHub Desktop.
Save leehambley/83bc06defc596e66ac88 to your computer and use it in GitHub Desktop.
VLoxXq
<!-- Cowardly Includes -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://pfefferle.github.io/openwebicons/packages/openwebicons/css/openwebicons-cdn.css">
<!-- End Cowardly Includes -->
<div class="card">
<div class="card__title card__title_success">
<h3><strong class="card-title-environment">Production</strong> Deployment</h3>
</div>
<a href=""><code>03a0c47..a95e448</code></a>
<!-- logical sub-component 1 -->
<ul class="card__commit_list">
<li>Add support for Git shallow clone <a class="commit_list__author_name" href="">Lee</a></li>
<li>Remove <code>vendor/bundle</code> from default <code>:linked_dirs</code> <a class="commit_list__author_name" href="">Nathan</a></li>
<li>Added application name validation. <a class="commit_list__author_name" href="">Lee</a></li>
<li>Ignore <code>ctags</code> file <a class="commit_list__author_name" href="">Paul</a></li>
</ul>
<!-- end logical subcomponent 1 -->
<button class="card__button card__button_run_now">
<i class="fa fa-fw fa-play"></i>
Run Now
</button>
<button class="card__button card__button_schedule">
<i class="fa fa-fw fa-clock-o"></i>
</button>
<div class="card__controls">
<i class="fa fa-fw fa-rss"></i>
<i class="fa fa-fw fa-git"></i>
<i class="fa fa-fw fa-eye"></i>
<i class="icon-webhooks"></i>
</div>
</div>
pre, code {
font-family: 'Anonymous Pro', ;
}
body {
text-align: center;
font-family: 'Open Sans', sans-serif;
padding: 50px;
color: #555555;
}
a, a:hover, a:active {
outline: none;
color: #4A90E2;
text-decoration: none;
}
.card {
position: relative;
text-align: left;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
display: inline-block;
}
.card__title {
margin: -20px -20px 20px -20px;
padding: 18px;
background-color: #73AC4F; /* Green */
color: #fff;
}
.card__title h3 {
padding: 0;
margin: 0;
font-weight: normal;
font-weight: 300;
}
.card__title strong {
font-weight: 600;
}
.card__commit_list {
padding-left: 20px;
}
.card__commit_list code {
background-color: HSLA(240, 2%, 91%, 1);
padding: .2em;
}
.commit_list__author_name::before {
content: '(';
}
.commit_list__author_name::after {
content: ')';
}
.card__controls {
position: absolute;
bottom: 20px;
right: 20px;
color: #9B9B9B;
}
.card__controls .fa {
cursor: pointer;
}
.card__button {
border-radius: 5px;
}
.card__button_run_now {
color: #fff;
border: 1px solid #73AC4F; /* Green */
background-color: #73AC4F; /* Green */
font-size: 12pt;
font-weight: 600;
letter-spacing: .065em;
padding: 10px 20px;
cursor: pointer;
}
.card__button_schedule {
color: #9B9B9B;
border: 1px solid #9B9B9B;
background-color: #fff;
font-size: 12pt;
font-weight: 600;
letter-spacing: .065em;
padding: 10px;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment