|
iTx Technologies offre gratuitement
|
||
[Vue sommaire] [Imprimer] [Vue textuelle]
1 /********************************************************************************* 2 * SugarCRM is a customer relationship management program developed by 3 * SugarCRM, Inc. Copyright (C) 2004 - 2009 SugarCRM Inc. 4 * 5 * This program is free software; you can redistribute it and/or modify it under 6 * the terms of the GNU General Public License version 3 as published by the 7 * Free Software Foundation with the addition of the following permission added 8 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK 9 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY 10 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. 11 * 12 * This program is distributed in the hope that it will be useful, but WITHOUT 13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 * details. 16 * 17 * You should have received a copy of the GNU General Public License along with 18 * this program; if not, see http://www.gnu.org/licenses or write to the Free 19 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 20 * 02110-1301 USA. 21 * 22 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, 23 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. 24 * 25 * The interactive user interfaces in modified source and object code versions 26 * of this program must display Appropriate Legal Notices, as required under 27 * Section 5 of the GNU General Public License version 3. 28 * 29 * In accordance with Section 7(b) of the GNU General Public License version 3, 30 * these Appropriate Legal Notices must retain the display of the "Powered by 31 * SugarCRM" logo. If the display of the logo is not reasonably feasible for 32 * technical reasons, the Appropriate Legal Notices must display the words 33 * "Powered by SugarCRM". 34 ********************************************************************************/ 35 /********************************************************************************* 36 37 * Description: Defines the stylesheet used for the application installation. 38 ********************************************************************************/ 39 40 /* Default style*/ 41 BODY { 42 margin: 0px 0px 0px 0px; 43 background-color : #cccccc ; 44 color : #333333; 45 } 46 img { 47 behavior: url("themes/SugarIE6/js/pngbehavior.htc"); 48 } 49 tr,td,th,table { 50 font-family: Arial, Verdana, Helvetica, sans-serif; 51 font-size: 12px; 52 color: #333333; 53 vertical-align: top; 54 } 55 56 h1 { 57 color: #EA1313; 58 font-family: Arial, Verdana, Helvetica, sans-serif; 59 font-size: 20px; 60 font-weight: bold; 61 margin-bottom: 8px; 62 } 63 64 h2 { 65 color: #137DED; 66 font-family: Arial, Verdana, Helvetica, sans-serif; 67 font-size: 18px; 68 font-weight: bold; 69 margin-bottom: 6px; 70 } 71 72 h3 { 73 color: #333333; 74 font-family: Arial, Verdana, Helvetica, sans-serif; 75 font-size: 16px; 76 font-weight: bold; 77 margin-bottom: 4px; 78 } 79 80 h4 { 81 color: #333333; 82 font-family: Arial, Verdana, Helvetica, sans-serif; 83 font-size: 14px; 84 font-weight: bold; 85 margin-bottom: 2px; 86 } 87 88 h5 { 89 color: #333333; 90 font-family: Arial, Verdana, Helvetica, sans-serif; 91 font-size: 13px; 92 font-weight: bold; 93 margin-bottom: 1px; 94 } 95 96 p {MARGIN-TOP: 0px; MARGIN-BOTTOM: 10px} 97 98 hr { 99 color: #888888; 100 width: 100%; 101 height: 1px; 102 margin: 0px; 103 } 104 105 a:link, a:visited { 106 font-size: 12px; color: #333333; text-decoration: none; 107 font-family: Arial, Verdana, Helvetica, sans-serif; 108 text-decoration: underline; 109 } 110 111 a:hover { 112 color: #EA1313; text-decoration: none; 113 text-decoration: underline; 114 } 115 116 LI {LIST-STYLE-TYPE: square; margin-left: 6px; MARGIN-BOTTOM: 2px;} 117 118 119 120 form { 121 margin: 0px; 122 } 123 124 input,select { 125 border: 1px solid #888888; 126 font-size: 11px; 127 background-color: #ffffff; 128 } 129 130 textarea { 131 border: 1px solid #888888; 132 color: #222222; 133 font-size: 11px; 134 background-color: #ffffff; 135 } 136 137 .checkbox { 138 border:0px; 139 background-color: transparent; 140 } 141 142 .button { 143 border: 1px solid #000000; 144 font-size: 12px; 145 color: #ffffff; 146 background-color: #c60c30; 147 font-weight: bold; 148 } 149 /* custom */ 150 151 .acceptButton { 152 153 border: 1px solid #000000; 154 font-size: 12px; 155 color: #ffffff; 156 background-color: #c60c30; 157 font-weight: bold; 158 } 159 160 table.shell { 161 background-color: #ffffff; 162 width: 700px; 163 height: 230px; 164 margin-bottom: 100px; 165 border: 1px solid #111111; 166 } 167 table.shell td#help { 168 background: #c60c30; 169 border-bottom: 1px solid #000000; 170 text-align: right; 171 padding: 6px 15px; 172 font-weight: bold; 173 } 174 table.shell td a {color: #c60c30;} 175 176 177 table.shell td#help a:link, table.shell td#help a:visited, table.shell td#help a:hover {color: #eee;} 178 179 table.shell td#ready_image { 180 background: #666666; 181 border-bottom: 1px solid #000000; 182 text-align: center; 183 padding: 0; 184 } 185 table.shell td#ready { 186 background: #666666; 187 border-bottom: 1px solid #000000; 188 text-align: center; 189 color: #ffffff; 190 font-size: 24px; 191 padding: 8px; 192 } 193 table.shell th { 194 border-bottom: 1px solid #ccc; 195 background-color: #ffffff; 196 color: #888888; 197 font-size: 16px; 198 font-weight: bold; 199 padding: 15px 15px 10px 15px; 200 text-align: left; 201 } 202 table.shell th h2 { 203 color: #888888; 204 font-size: 16px; 205 font-weight: bold; 206 text-align: left; 207 margin-top: 20px; 208 margin-bottom: 0; 209 } 210 211 table.shell td { 212 padding: 15px; 213 214 } 215 216 table.post_install { 217 background-color: #ffffff; 218 width: 600px; 219 height: 300px; 220 margin-top: 20px; 221 margin-bottom: 100px; 222 border: 1px solid #111111; 223 } 224 225 table.post_install th { 226 border-bottom: 1px solid #888888; 227 background-color: #ffffff; 228 color: #888888; 229 font-size: 16px; 230 font-weight: bold; 231 padding: 6px; 232 text-align: left; 233 } 234 235 table.stdTable td { 236 padding: 5px 0 2px 5px; 237 } 238 table.stdTable th { 239 240 padding: 2px; 241 242 } 243 244 table.StyleDottedHr a:link, a:visited { 245 color: #c60c30; 246 } 247 248 249 table.Welcome td, table.StyleDottedHr td { 250 border-bottom: 1px #cccccc; 251 padding: 5px 0px 5px 0px; 252 } 253 table.Welcome th { 254 color: #c60c30; 255 padding: 5px; 256 font-size: 14px; 257 border-top: 2px solid #c60c30; 258 border-bottom: 1px solid #dddddd;; 259 } 260 261 table.StyleDottedHr th { 262 color: #444444; 263 padding: 5px 0; 264 font-size: 14px; 265 } 266 table.Welcome a:link, a:visited { 267 color: #cc0000; 268 text-decoration: underline; 269 } 270 271 .small { 272 font-size: 10px; 273 } 274 .stop { 275 color: #cc0000; 276 text-align: left; 277 } 278 .stop a:link, a:visited { 279 color: #cc0000; 280 text-decoration: underline; 281 text-align: left; 282 } 283 .go { 284 color: #00cc00; 285 } 286 .required { 287 color: #ff2222; 288 font-weight: bold; 289 } 290 .error{ 291 color: #ff2222; 292 font-weight: bold; 293 font-size: 12px; 294 } 295 296 ul.tablist 297 { 298 padding: 4px 0; 299 margin: 10px 0 0 0; 300 border-bottom: 1px solid #999; 301 font: 12px Arial, Verdana, Helvetica, sans-serif; 302 } 303 304 ul.tablist li 305 { 306 list-style: none; 307 margin: 0; 308 display: inline; 309 } 310 ul.tablist li a 311 { 312 padding: 4px 8px; 313 margin: 0px; 314 border-top: 1px solid #ccc; 315 border-right: 1px solid #ccc; 316 border-bottom: 1px solid #999; 317 text-decoration: none; 318 color: #666666; 319 } 320 321 ul.tablist li a:link, ul.tablist li a:visited { text-decoration: none; 322 color: #444444;} 323 324 ul.tablist li a:hover 325 { 326 border-color: #666; 327 color: #000; 328 } 329 330 ul.tablist li a.current, ul.tablist li a.current:hover 331 { 332 padding: 4px 8px; 333 border-top: 1px solid #999; 334 border-right: 1px solid #999; 335 border-bottom: 1px solid #fff; 336 font-weight: bold; 337 background-color: #ffffff; 338 color: #000000; 339 } 340 a.other{ 341 color: #000000; 342 } 343 344 /* fixes to yui classes */ 345 346 .yui-panel .hd 347 { 348 background-color:#DDDDDD !important; 349 border-left:medium none !important; 350 border-right:medium none !important; 351 border-top:1px solid #FFFFFF; 352 color:#444444 !important; 353 font-size:13px !important; 354 font-weight:bold !important; 355 line-height:normal !important; 356 overflow:hidden; 357 padding:4px 4px 4px 8px !important; 358 } 359 .yui-panel .bd 360 { 361 padding:6px 8px 10px !important; 362 } 363 .yui-panel .bd p 364 { 365 margin:0 !important; 366 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
|
|
|
|