Sha256: d5f94f3adebe577f4de3efb71db4b5ecbaa9d3afc10448d35205d6decd1015f7

Contents?: true

Size: 1.03 KB

Versions: 10

Compression:

Stored size: 1.03 KB

Contents

body {
  font-family:"Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size:13px;
  height:101%;
  overflow-x:hidden;
  margin:0;
}

h1 {
  font-size:1.4em;
  margin:0;
  padding:12px 10px 0;
}

.clear { clear:both; }

#search {
  position:absolute;
  right:5px;
  top:9px;
}

#full_list {
  list-style:none;
  margin-left:0;
  padding:0;
}

#full_list ul { padding:0; }

#full_list li {
  font-size:1.1em;
  list-style:none;
  margin:0;
  padding:5px 5px 5px 12px;
}

#noresults {
  display:none;
  padding:7px 12px;
}

li {
  color:#888;
  cursor:pointer;
}

li.r1 { background: #fafafa; }
li.r2 { background: #f0f0f0; }

li:hover { background:#ddd; }

a:link,a:visited {
  text-decoration:none;
  color:#05a;
}

li.clicked {
  background:#05a;
  color:#ccc;
}

li.clicked a:link,li.clicked a:visited {
  color:#eee;
}

#search input {
  border:1px solid #bbb;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

#full_list.insearch li.found {
  display:list-item;
  padding-left:10px;
}

#full_list.insearch li { display:none; }

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
yard-rest-plugin-0.2.5 templates/rest/fulldoc/html/css/full_list.css
yard-web-plugin-0.1.2 templates/rest/fulldoc/html/css/full_list.css
yard-rest-plugin-0.2.1 templates/rest/fulldoc/html/css/full_list.css
yard-rest-plugin-0.2.0 templates/rest/fulldoc/html/css/full_list.css
yard-rest-plugin-0.1.5 templates/rest/fulldoc/html/css/full_list.css
yard-rest-plugin-0.1.4 templates/rest/fulldoc/html/css/full_list.css
yard-rest-plugin-0.1.3 templates/rest/fulldoc/html/css/full_list.css
yard-rest-plugin-0.1.2 templates/rest/fulldoc/html/css/full_list.css
yard-rest-plugin-0.1.1 templates/rest/fulldoc/html/css/full_list.css
yard-rest-plugin-0.1.0 templates/rest/fulldoc/html/css/full_list.css