-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolor.css
More file actions
22 lines (22 loc) · 1.13 KB
/
Copy pathcolor.css
File metadata and controls
22 lines (22 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Stylesheet color.css */
.pair { display: inline-block; float: left; border: 2px inset #000; margin: 1px; }
.unit { display: inline; float: left; border: 0px; padding: 5px; font-weight: bold; font-size: 1.1em; font-family: "Bitstream Vera Sans Mono" monospace; width: 5.25em; text-align: center; }
.yourcolor { border: 7px solid; text-align: center; font-weight: normal; }
.comfg { width: 30%; float: left; text-align: center; }
.holder { clear: left; }
.b0 { border-color: #808080; }
.b1 { border: 2px solid; }
.b2 { border: 2px dashed; font-style: italic; }
.b3 { border: 2px dotted #600; font-style: italic; }
.oddline { background-color: #ccc; }
.evenline { background-color: #eee; }
.bad { background-color: #300; color: #f90; }
.clr { clear: both; }
ul { list-style: none; clear: left; height: 3em; margin: 0; }
li { position: relative; float: left; padding-right: 1em; }
td.cgood, td.cmin { font-family: monospace; }
.cgood:after { content: "*" }
.cmin, .cgood { padding: 3px; }
/* .cbad { text-decoration: line-through; background: #000; color: #fff; } */
.cbad { display: none; }
.cnone { display: none; text-decoration: line-through; color: #000; }