mab.css (3588B)
1 /** 2 * 3 * 4 * @FileName: mab.css 5 * @$LastChangedDate: 2004-07-16 17:48:44 +0200 (Fri, 16 Jul 2004) $ 6 * @Author: Fabio Serra AKA Faser - faser@faser.net 7 * @Copyright: Fabio Serra 8 * @Licenze: MPL 1.1 9 * 10 */ 11 12 #find-text { 13 border: 2px solid; 14 margin: 4px 6px 4px 3px; 15 padding-bottom: 2px; 16 padding-top: 2px; 17 } 18 19 #mab-status-bar{ 20 border-top: none; 21 margin: 0; 22 } 23 24 25 textbox[readonly="true"] { 26 background-color: Window; 27 } 28 29 .detail { 30 background-color: Window; 31 color: WindowText; 32 } 33 34 /* 35 .info-head { 36 font-size: larger; 37 } 38 39 .info-title { 40 color: HighlightText; 41 background-color: Highlight; 42 }*/ 43 44 45 46 body.comment { 47 background-color: Window; 48 color: WindowText; 49 font: -moz-document; 50 } 51 52 body.help { 53 font-family: Arial, Helvetica, sans-serif; 54 background-color: White; 55 font-size: 12px; 56 } 57 58 .numeric { 59 text-align: right; 60 } 61 62 .date { 63 text-align: right; 64 } 65 66 .treecol-icon { 67 text-align: center; 68 } 69 70 /*Icon Buttons*/ 71 72 #new-icon { 73 list-style-image: url(../skin/images/filenew.png); 74 } 75 76 #new-icon[disabled="true"] { 77 list-style-image: url(../skin/images/filenew_disabled.png); 78 } 79 80 #open-icon { 81 list-style-image: url(../skin/images/fileopen.png); 82 } 83 84 #open-icon[disabled="true"] { 85 list-style-image: url(../skin/images/fileopen_disabled.png); 86 } 87 88 #abort-icon { 89 list-style-image: url(../skin/images/abort.png); 90 } 91 92 #abort-icon[disabled="true"] { 93 list-style-image: url(../skin/images/abort_disabled.png); 94 } 95 96 #save-icon { 97 list-style-image: url(../skin/images/filesave.png); 98 } 99 100 #save-icon[disabled="true"] { 101 list-style-image: url(../skin/images/filesave_disabled.png); 102 } 103 104 #goAmazon-icon { 105 list-style-image: url(../skin/images/gohome.png); 106 } 107 108 /* 109 #goAmazon-icon[disabled="true"] { 110 list-style-image: url(../skin/images/goamazon_disabled.png); 111 } 112 */ 113 #addCart-icon { 114 list-style-image: url(../skin/images/goamazon.png); 115 } 116 117 #goGoogle-icon { 118 list-style-image: url(../skin/images/gogoogle.png); 119 } 120 121 #goGoogle-icon[disabled="true"] { 122 list-style-image: url(../skin/images/gogoogle_disabled.png); 123 } 124 125 #comment-button { 126 list-style-image: url(../skin/images/comment.png); 127 } 128 129 #comment-button[disabled="true"] { 130 list-style-image: url(../skin/images/comment_disabled.png); 131 } 132 133 #reload-btn { 134 list-style-image: url(../skin/images/reload.png); 135 } 136 137 #search-btn { 138 list-style-image: url(../skin/images/search.png); 139 } 140 141 #search-btn[disabled="true"] { 142 list-style-image: url(../skin/images/search_disabled.png); 143 } 144 145 #next-btn { 146 list-style-image: url(../skin/images/forward.png); 147 } 148 149 #next-btn[disabled="true"] { 150 list-style-image: url(../skin/images/forward_disabled.png); 151 } 152 153 #clear-btn { 154 list-style-image: url(../skin/images/clear.png); 155 } 156 157 #clear-btn[disabled="true"] { 158 list-style-image: url(../skin/images/clear_disabled.png); 159 } 160 161 #delete-btn { 162 list-style-image: url(../skin/images/delete.png); 163 } 164 165 #delete-btn[disabled="true"] { 166 list-style-image: url(../skin/images/delete_disabled.png); 167 } 168 169 /*Custom treecell color*/ 170 treechildren:-moz-tree-cell-text(Orange) { 171 color: #FF4500; 172 } 173 174 treechildren:-moz-tree-cell-text(Blue) { 175 color: Blue; 176 } 177 178 treechildren:-moz-tree-cell-text(Green) { 179 color: Green; 180 } 181 182 treechildren:-moz-tree-cell-text(Maroon) { 183 color: Maroon; 184 } 185 186 treechildren:-moz-tree-cell-text(Olive) { 187 color: Olive; 188 } 189 190 treechildren:-moz-tree-cell-text(Teal) { 191 color: Teal; 192 } 193 194 treechildren:-moz-tree-cell-text(Purple) { 195 color: Purple; 196 } 197 198 treechildren:-moz-tree-cell-text(Expired) { 199 color: Red; 200 font-weight: bold; 201 }