App-jupiter

 view release on metacpan or  search on metacpan

share/default.css  view on Meta::CPAN

    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;
}

#sidebar a.message:hover {
    cursor: help;
    background-color: #ffD0D0;
    color:#000;
    border: 1px dashed red !important;
    text-decoration: none !important;
}
#sidebar dl a {
    text-decoration:none;
}

#sidebar dd {

share/default.css  view on Meta::CPAN

    }
    #sidebar ul {
	list-style: none;
	display: none;
    }
    #sidebar h2 label:before {
	content: "☰ ";
	font-size: 1.2em;
    }
    #sidebar h2 label:hover {
	cursor: pointer;
    }
    #toggle:checked ~ #toggled {
	display: block;
    }
    #sidebar li {
	float: left;
	width: 100%;
	white-space: nowrap;
    }
    /* hide INFO */

share/default.css  view on Meta::CPAN

	display: none;
    }
    #sidebar h2, #sidebar dl, #sidebar form {
	display: none;
    }
    /* show MEMBERS */
    #sidebar h2:first-of-type {
	display: block;
	background-color: #ddd;
	margin: 0.5em;
	cursor: pointer;
    }
    @media (prefers-color-scheme: dark) {
	#sidebar h2:first-of-type {
	    background-color:#222;
	}
    }
}



( run in 0.224 second using v1.01-cache-2.11-cpan-4d50c553e7e )