Beagle

 view release on metacpan or  search on metacpan

share/public/css/base/main.css  view on Meta::CPAN

    overflow: auto;
}

li.hover > ul li {
    font-size: smaller;
    padding-left: 2%;
}

li.hover ul {
    border-radius: 0.5em !important;
}

.hover > ul > li > a {
    margin-top: 0.25em;
}

div.archives > div.hover.archive {
    width: 0;
}

div.hover > ul {
    list-style-type: none;
    position: absolute;
    margin: 0 !important;
    padding: 0.25em;
    margin-left: -0.25em !important;
    border-radius: 0.25em !important;
    z-index: 9999;
}

div.hover.names, div.hover.set-width {
    position: fixed;
    top: 0.5em;
}

div.hover.names {
    left: 4em;
}

div.hover.set-width {
    left: 0.25em;
}

div.hover.set-width a, div.hover.names a {
    opacity: 0.7;
}

div.hover.set-width > a, div.hover.names > a {
    opacity: 0.3;
}

div.hover.set-width a:hover, div.hover.names a:hover {
    opacity: 1 !important;
}

div.hover ul {
    text-align: center;
}

div.hover ul a.selected {
    font-weight: bold;
}

body {
    margin: auto;
}

div.even, a.even, li.even {
    background-color: #eee;
}

h1, h2, h3, h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}



( run in 0.836 second using v1.01-cache-2.11-cpan-f56aa216473 )