Sha256: 8c0d10281c3928b4efc59d0c1b468a231d7b98403cb9d57a7b6d2d57423a8871

Contents?: true

Size: 1.84 KB

Versions: 2

Compression:

Stored size: 1.84 KB

Contents

body {
	background-color: #e5e5e5;
	min-width: 1000px;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}

h2 {
  margin-bottom: 0;
  color:#5d6f72;
}

#header {
	/*height: 50px;*/
	background-color: #b5d3d5;
	color: #7d9396;
	border-bottom: 1px solid #233032;
}

#footer {
	font-size: 8pt;
	background-color: #b5d3d5;
	padding: 1px 5%;
	border-top: 1px solid #233032;
}

#content {
	padding: 0 20px 30px;
	margin-right: 5%;
	margin-left: 5%;
}

#nav {
	padding: 0 5%;
	position: relative;
	height: 50px;
}

#nav #tab_block {
	position: absolute;
	bottom: 0;
}

a {
	color: #619793;
}

#nav #tab_block a span {
	background: #92abaf;
	display: inline-block;
	color: #c6effb;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-topleft: 15px;
	font-size: 12px;
	padding: 15px 15px 10px;
}

#nav #tab_block a:hover span {
	color: #fff;
}

#sub_nav {
	padding: 6px 6%;
  background: #92abaf;
}

#sub_nav a.sub_nav_link {
  color: #fff;
  padding: 2px 8px;
  margin: 4px;
	border-radius: 10px;
  -moz-border-radius: 10px;
  background: #5d6f72;
}

#sub_nav a:hover.sub_nav_link {
  color: #c6effb;
}

#nav #tab_block a span.current {
	background: #5d6f72;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

table tr {
	border-collapse: collapse;
	padding: 5px;
}

table tr th {
	background-color: #efefef;
	color: #888;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

table tr td {
	color: #5e5f5f;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

table tr td.id, table tr th.id {
  width: 5%;
}

table tr td.klass, table tr th.klass {
  width: 10%;
}

table tr td.payload, table tr th.payload {
  width: 35%;
}

table tr td.result, table tr th.result {
  width: 50%;
}

.spacer {
  padding-left: 10px;
  padding-right: 10px;
}

#backtrace {
  padding:20px;
}

.t8 {
  font-size: 8pt;
  color: #5e5f5f;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kthxbye-1.3.2 lib/kthxbye/web_interface/public/style.css
kthxbye-1.3.0 lib/kthxbye/web_interface/public/style.css