Sha256: 73a73b939d8c1a5df5f7d51e1035f7df4fc6f2d7be64b6fdf7c773a94e98cf43
Contents?: true
Size: 1.35 KB
Versions: 25
Compression:
Stored size: 1.35 KB
Contents
body { color: black; background-color: white; font-family: monospace; font-size: 10px; margin: 0; } h3 { font-weight: bold; border-bottom: 2px solid black; } h2 { float: left; } ol, ul { list-style-type: none; } ol { padding-left: 10px; } ul { padding-bottom: 5px; border-bottom: solid black 2px; } div#stats { background-color: white; /* #002A5C */ color: black; float: left; border-right: solid 2px black; height: 100%; padding: 5px; padding-right: 15px; overflow-x: auto; } div#jobs { float: left; top: 10px; width: 500px; padding-left: 20px; color: black; } div#groups { color: black; background-color: white; border: solid 1px; overflow-y: auto; overflow-x: auto; height: 150px; } div#groups a { color: black; background-color: white; } .highlight { background-color: black; color: white; } td { padding-right: 10px; } a { text-decoration: underline; color: black; font-weight: bold; } a:hover, ol a:hover { text-decoration: underline; } /* Checkbox Hack */ li { list-style-type: none; } input[type=checkbox] { position: absolute; top: -9999px; left: -9999px; } label { display: inline-block; cursor: pointer; } /* Default State */ span div.job_details { display: none; } /* Toggled State */ input[type=checkbox]:checked ~ span div.job_details { display: block; }
Version data entries
25 entries across 25 versions & 1 rubygems