|
Revision 21, 1.7 kB
(checked in by admin, 18 years ago)
|
|
|
| Rev | Line | |
|---|
| [21] | 1 | #inkadmin, #inkadmin input, #inkadmin select { |
|---|
| 2 | font-size: 10px; |
|---|
| 3 | font-family: 'Arial'; |
|---|
| 4 | } |
|---|
| 5 | |
|---|
| 6 | #inkadmin .content_wrap { |
|---|
| 7 | background: #FFF url('../images/color_gradient.jpg') top center no-repeat; |
|---|
| 8 | padding-top: 15px; |
|---|
| 9 | margin-top: 10px; |
|---|
| 10 | } |
|---|
| 11 | |
|---|
| 12 | #inkadmin .wrap { |
|---|
| 13 | border: none; |
|---|
| 14 | overflow: visible; |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | #inkadmin .wrap p { |
|---|
| 18 | font-weight: bold; |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | #inkadmin input.color { |
|---|
| 22 | border: 0; |
|---|
| 23 | background: #FFF url('../images/colorswatch.png') top left no-repeat; |
|---|
| 24 | width: 90px; |
|---|
| 25 | height: 15px; |
|---|
| 26 | padding: 5px 0 0 10px; |
|---|
| 27 | } |
|---|
| 28 | |
|---|
| 29 | #inkadmin form label { |
|---|
| 30 | font-weight: bold; |
|---|
| 31 | } |
|---|
| 32 | |
|---|
| 33 | .ink_element { |
|---|
| 34 | margin-top: 20px; |
|---|
| 35 | padding: 0 10px 0px 10px; |
|---|
| 36 | border-top: 1px solid #CCC; |
|---|
| 37 | } |
|---|
| 38 | |
|---|
| 39 | .ink_element h3 a { |
|---|
| 40 | font-size: 8px; |
|---|
| 41 | position: absolute; |
|---|
| 42 | margin-top: -2px; |
|---|
| 43 | color: #777; |
|---|
| 44 | } |
|---|
| 45 | |
|---|
| 46 | .ink_element select { |
|---|
| 47 | margin-top: 10px; |
|---|
| 48 | } |
|---|
| 49 | |
|---|
| 50 | #red_bar, #green_bar, #blue_bar { |
|---|
| 51 | width: 200px; |
|---|
| 52 | height: 10px; |
|---|
| 53 | clear: left; |
|---|
| 54 | margin: 0px 0px 9px 5px; |
|---|
| 55 | } |
|---|
| 56 | |
|---|
| 57 | .colorfields, .colorbox { |
|---|
| 58 | float: left; |
|---|
| 59 | color: #111; |
|---|
| 60 | font-size: 9px; |
|---|
| 61 | padding: 10px; |
|---|
| 62 | } |
|---|
| 63 | |
|---|
| 64 | .colorfields { |
|---|
| 65 | clear: left; |
|---|
| 66 | } |
|---|
| 67 | |
|---|
| 68 | .colorbox input { |
|---|
| 69 | display: inline; |
|---|
| 70 | border: 0; |
|---|
| 71 | background: none; |
|---|
| 72 | color: inherit; |
|---|
| 73 | padding: 1px; |
|---|
| 74 | font-size: inherit; |
|---|
| 75 | margin-bottom: 2px; |
|---|
| 76 | font-weight: bold; |
|---|
| 77 | } |
|---|
| 78 | |
|---|
| 79 | .colorbox input:focus { |
|---|
| 80 | color: #CCC; |
|---|
| 81 | background: #222; |
|---|
| 82 | } |
|---|
| 83 | |
|---|
| 84 | #red_bar { |
|---|
| 85 | background: url('../images/colorbar_red.png') top left no-repeat; |
|---|
| 86 | } |
|---|
| 87 | |
|---|
| 88 | #green_bar { |
|---|
| 89 | background: url('../images/colorbar_green.png') top left no-repeat; |
|---|
| 90 | } |
|---|
| 91 | |
|---|
| 92 | #blue_bar { |
|---|
| 93 | background: url('../images/colorbar_blue.png') top left no-repeat; |
|---|
| 94 | } |
|---|
| 95 | |
|---|
| 96 | .slider, #red_bad, #green_bar, #blue_bar { |
|---|
| 97 | cursor: move; |
|---|
| 98 | } |
|---|
| 99 | |
|---|
| 100 | #colorfield { |
|---|
| 101 | background: #000 url('../images/colorfield.png') top left no-repeat; |
|---|
| 102 | width: 59px; |
|---|
| 103 | height: 44px; |
|---|
| 104 | float: left; |
|---|
| 105 | margin-right: 5px; |
|---|
| 106 | } |
|---|