aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/AUTHORS
blob: 031de338f904f26d0571e99db476d83e14fb1cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Maintainer:
	Jason A. Donenfeld <Jason@zx2c4.com>

Contributors:
	Jason A. Donenfeld <Jason@zx2c4.com>
	Lukas Fleischer <cgit@cryptocrack.de>
	Johan Herland <johan@herland.net>
	Lars Hjemli <hjemli@gmail.com>
	Ferry Huberts <ferry.huberts@pelagic.nl>
	John Keeping <john@keeping.me.uk>

Previous Maintainer:
	Lars Hjemli <hjemli@gmail.com>
} /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
body {
	font-family: arial;
	font-size: normal;
	background: white;
	padding: 0em;
	margin: 0.5em;
}


h2 {
	font-size: normal;
	font-weight: bold;
	margin-bottom: 0.1em;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.list {
	border: solid 1px black;
	border-collapse: collapse;
	border: solid 1px #aaa;
}
table.list tr {
	background: white;
}
table.list tr:hover {
	background: #eee;
}
table.list th {
	font-weight: bold;
	background: #ddd;
	border-bottom: solid 1px #aaa;
	padding: 0.1em 0.5em 0.1em 0.5em;
	vertical-align: baseline;
}
table.list td {
	border: none;
	padding: 0.1em 0.5em 0.1em 0.5em;
}
img {
	border: none;
}


div#header {
	background-color: #ddd;
	padding: 0.25em 0.25em 0.25em 0.5em;
	font-size: 150%;
	font-weight: bold;
	border: solid 1px #aaa;
	vertical-align: middle;
}
div#header img#logo {
	float: right;
}

div#content {
	margin: 0.5em 0.5em;
}

div#blob {
	border: solid 1px black;
}

div.error {
	color: red;
	font-weight: bold;
	margin: 1em 2em;
}
div.ls-dir a {
	font-weight: bold;
}
th.filesize, td.filesize {
	text-align: right;
}
th.filemode, td.filemode {
	text-align: center;
}

td.blob {
	white-space: pre;
	font-family: courier;
	font-size: 100%;
	background-color: white;
}

table.log td {
	white-space: nowrap;
}

table.commit-info {
	border-collapse: collapse;
	margin-top: 1em;
	
}
table.commit-info th {
	text-align: left;
	font-weight: normal;
	padding: 0.1em 1em 0.1em 0.1em;
}
table.commit-info td {
	font-weight: normal;
	padding: 0.1em 1em 0.1em 0.1em;
}
div.commit-subject {
	font-weight: bold;
	font-size: 110%;
	margin: 1em 0em 1em;
}
div.commit-msg {
	white-space: pre;
	font-family: courier;
	font-size: 100%;
}
.sha1 {
	font-family: courier;
	font-size: 90%;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}