Sha256: 0050ad33f618d38b4852983fe6af41307a3f0a43153d8da9496c5c1059c26995

Contents?: true

Size: 1.22 KB

Versions: 2

Compression:

Stored size: 1.22 KB

Contents

body {
	font-family: monospace;
	
	--box-size: 2rem;
}

body header {
	font-size: 200%;
}

ul li {
	display: flex;
}

.heatmap {
	margin: 0.5em;
	
	background-image: url(background.png);
}

table.summary {
	width: 100%;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
}

.heatmap ul {
	list-style: none;
	
	padding: 0;
	margin: 0;
}

.heatmap li {
	height: var(--box-size);
	line-height: var(--box-size);
}

.heatmap .paths li.dates {
	background-color: #ccc;
}

.heatmap li.dates .box, .heatmap .box.temperature, .heatmap .paths {
	box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.2);
}

.heatmap .date {
	background-color: #999;
	font-weight: bold;
}

.heatmap .box {
	text-align: center;
	display: inline-block;
	
	vertical-align: top;
	
	width: var(--box-size);
	height: var(--box-size);
	
	flex-shrink: 0;
}

.heatmap .hover .box, .heatmap ul.paths li.hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.heatmap .paths {
	float: left;
	background-image: url(background.png);
}

.heatmap .paths li {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.heatmap .data {
	cursor: pointer;
}

.heatmap .data {
	white-space: nowrap;
	
	overflow-y: auto;
	overflow-x: visible;
}

.heatmap .data li {
	position: relative;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
git-heatmap-0.2.0 lib/git/heatmap/templates/series/main.css
git-heatmap-0.1.0 lib/git/heatmap/templates/series/main.css