Dist-Zilla-Plugin-CSS-Compressor

 view release on metacpan or  search on metacpan

corpus/DZT/public/css/all.css  view on Meta::CPAN

}

body>nav>ul>li a:hover {
  background-color: #00cc00;
  color: white;
}

body>nav>ul>li>ul>li a {
  display: block;
  padding: 5px;
  color: #00cc00;
  width: 140px;
}

body>nav>ul>li>ul>li:hover>ul {
  display: block;
  border: 2px solid #00cc00;
  position: absolute;
  background-color: white;
  padding: 3px;
  list-style-position: inside;
  list-style-type: none;
  margin-left: 150px;
  margin-top: -30px;
  -moz-box-shadow: 5px 5px 5px #999;
}

hr.projection_first_page, hr.projection_next_page {
  display: none;
}

blockquote {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #b8db29;
  background: -moz-linear-gradient(top, #5a8f00, #b8db29);
  background: -webkit-gradient(linear, left top, left bottom, from(#5a8f00), to(#b8db29));
  background: -o-linear-gradient(top, #5a8f00, #b8db29);
  background: linear-gradient(top, #5a8f00, #b8db29);
  color: white;
  margin: 1em 0 3em;
  padding: 15px;
  position: relative;
  font-size: 1.1em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

blockquote:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50px;
  width: 0;
  height: 0;
  border-width: 30px 30px 0;
  border-style: solid;
  border-color: #b8db29 transparent;
}

blockquote a:link, blockquote a:visited {
  color: #0000cc;
}

blockquote a:hover {
  color: #00ccff;
}

.center {
  text-align: center;
}

nav.bottom {
  width: 1000px;
  border-top: 2px solid #556677;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 1.2em;
  text-align: center;
}

span.cut_link {
}

span.cut_content {
  display: none;
}

div.dircon, div.photoicon {
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

div.photoicon {
  padding-left: 10px;
  padding-right: 10px;
}

div.dircon img, div.photoicon img {
  margin-top: 0;
  margin-bottom: 0;
}

div.photo_inspect_scroll_box {
  height: 500px; 
  overflow: auto;
  margin-left: 25px;
  margin-right: 25px;
}

div.photo_inspect_container {
  position: fixed;
  width: 100%;
  top: 50px;
  z-index: 2;
}



( run in 0.532 second using v1.01-cache-2.11-cpan-39bf76dae61 )