Sha256: f416cf8fcb0366ba60103b4b60b288be6473e049aba4294c802fc5d0fd06987b

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

#search_results h1 { margin-bottom: 0; }
#search_results p { margin-top: 0; margin-bottom: 25px; }
#search_results ul { list-style-position: inside; padding-left: 0; list-style: none; }
#search_results ul li { padding: 7px 15px; font-size: 1.1em; }
 
#search_frame { z-index: 9999; }
 
form.search {
  position: relative;
  color: #fff;
  margin-top: 3px; padding: 7px; border: 1px solid #99f; width: 315px; background: #05a; 
  -moz-border-radius: 4px; -webkit-border-radius: 4px;
  margin-bottom: 10px;
}
form.search input { margin-left: 5px; width: 250px; border: 1px solid #99f; -moz-border-radius: 3px; font-family: monospace; }
 
#menu { padding-top: 5px; }
#content h1 { margin-top: 0; border-top: 0; }
 
#content.error { font-size: 1.2em; }
#content.error p tt { font-size: 1.2em; }
#content.error .note { padding: 12px; }
 
.signature .permalink { float: right; font-size: 0.9em; }
 
/* autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	width: 500px;
	overflow: hidden;
	z-index: 99999;
}
 
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
 
.ac_results li {
  cursor: pointer;
	margin: 0px;
	padding: 3px;
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	
} 
 
.ac_loading {
	background: white url('/images/loading.gif') right center no-repeat;
}
 
.ac_even {
  background: #fafafa; border: 1px dotted #fafafa; border-left-width: 0; border-right-width: 0;
}
 
.ac_odd {
	background: #f0f0f0; border: 1px dotted #f0f0f0; border-left-width: 0; border-right-width: 0;
}
 
.ac_over {
  background: #ddd; cursor: pointer; border: 1px dotted #fff; border-left-width: 0; border-right-width: 0;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yard-slipstream-0.0.0 templates/default/fulldoc/html/css/yardoc-custom.css