App-jupiter

 view release on metacpan or  search on metacpan

share/default.css  view on Meta::CPAN

    width: 15em;
    padding: 0px 10px 20px 0px;
    margin: 0px 0px 20px 20px;
}

#sidebar h2 {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: .9em;
    color: #222;
    font-weight: bold;
    padding: 3px 0px 2px 4px;
    margin: 15px 0px 5px 10px;
}
@media (prefers-color-scheme: dark) {
    #sidebar h2 { color: #999 }
}

#sidebar p {
    font-size: .8em;
    padding-left: 20px;

share/default.css  view on Meta::CPAN

    font-size: .8em;
    padding-left: 1.0em;
}

#sidebar dl ul {
    padding-left: 1em;
}

#sidebar dt {
    margin-top: 1em;
    font-weight: bold;
    padding-left: 1.0em;
}

#sidebar dd {
    margin-left: 2.5em;
}

#sidebar .message {
    cursor: help;
    border-bottom: 1px dashed salmon;

share/default.css  view on Meta::CPAN

#sidebar dl a {
    text-decoration:none;
}

#sidebar dd {
    margin-top: 5px;
}
#sidebar .button {
    margin: 0 2px;
    color: white;
    font-weight: bold;
    font-size: 80%;
    padding: 2px 3px;
    border-radius: 3px;
    text-transform: uppercase;
}
.opml {
    background-color: orange;
}
.jupiter {
    background-color: salmon;



( run in 0.282 second using v1.01-cache-2.11-cpan-5dc5da66d9d )