annotation.css (707B)
1 body { 2 margin: 0; 3 padding: 0; 4 background-color: #fff580; 5 border: 1px solid #878244; 6 width: auto; 7 } 8 9 #bar { 10 display: block; 11 padding: 1px 1px 1px 0; 12 background-color: #c0b860; 13 border-bottom: 1px solid #878244; 14 height: 10px; 15 } 16 17 #close, #move, #collapse { 18 position: absolute; 19 display: block; 20 top: 2px; 21 cursor: pointer; 22 width: 10px; 23 height: 10px; 24 } 25 26 #close { 27 left: 1px; 28 } 29 30 #move { 31 right: 14px; 32 } 33 34 #collapse { 35 right: 2px; 36 } 37 38 #grippy { 39 position: absolute; 40 display: block; 41 right: 0; 42 bottom: 0; 43 cursor: se-resize; 44 width: 8px; 45 height: 8px; 46 } 47 48 #text { 49 font-family: Arial, Lucida Grande, FreeSans, sans; 50 font-size: 12px; 51 border: none; 52 margin: 3px 2px 5px 2px; 53 background-color: #fff580; 54 }