| 1 | | /** |
| 2 | | Oreon is developped with GPL Licence 2.0 : |
| 3 | | http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt |
| 4 | | Developped by : Julien Mathis - Romain Le Merlus |
| | 1 | /* |
| | 2 | * Centreon is developped with GPL Licence 2.0 : |
| | 3 | * http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt |
| | 4 | * Developped by : Julien Mathis - Romain Le Merlus |
| | 5 | * |
| | 6 | * The Software is provided to you AS IS and WITH ALL FAULTS. |
| | 7 | * Centreon makes no representation and gives no warranty whatsoever, |
| | 8 | * whether express or implied, and without limitation, with regard to the quality, |
| | 9 | * any particular or intended purpose of the Software found on the Centreon web site. |
| | 10 | * In no event will Centreon be liable for any direct, indirect, punitive, special, |
| | 11 | * incidental or consequential damages however they may arise and even if Centreon has |
| | 12 | * been previously advised of the possibility of such damages. |
| | 13 | * |
| | 14 | * For information : contact@centreon.com |
| | 15 | */ |
| 6 | | Adapted to Pear library by Merethis company, under direction of Cedrick Facon, Romain Le Merlus, Julien Mathis |
| 7 | | |
| 8 | | The Software is provided to you AS IS and WITH ALL FAULTS. |
| 9 | | OREON makes no representation and gives no warranty whatsoever, |
| 10 | | whether express or implied, and without limitation, with regard to the quality, |
| 11 | | safety, contents, performance, merchantability, non-infringement or suitability for |
| 12 | | any particular or intended purpose of the Software found on the OREON web site. |
| 13 | | In no event will OREON be liable for any direct, indirect, punitive, special, |
| 14 | | incidental or consequential damages however they may arise and even if OREON has |
| 15 | | been previously advised of the possibility of such damages. |
| 16 | | |
| 17 | | For information : contact@centreon.com |
| 18 | | */ |
| 19 | | |
| 20 | | body { background-color:#FFFFFF; |
| 21 | | font-family: Verdana; |
| 22 | | font-size: 11px; |
| 23 | | margin: 0; |
| 24 | | text-align: center; |
| 25 | | } |
| | 17 | body {margin: 0;} |
| 29 | | img {border:0;} |
| 30 | | table {empty-cells: show; border-spacing:0px; border-collapse:collapse;} |
| 31 | | input {font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: normal; border-style: none; padding:2px;} |
| 32 | | textarea {font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: normal;} |
| 33 | | checkbox {font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: normal; padding: 2px;} |
| 34 | | select {font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: normal; border-style: none;} |
| 35 | | option {font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: normal;} |
| 36 | | td {padding:1px; color: #525252; font-family: Verdana, Arial, sans-serif; font-size: 9px; white-space: nowrap;} |
| 37 | | tr {} |
| | 21 | /* Link */ |
| 40 | | |
| 41 | | input[type="submit"],input[type="button"],input[type="reset"]{ |
| 42 | | background-position:0px 0px; |
| 43 | | color:#000000; |
| 44 | | font-family:Verdana, Tahoma; |
| 45 | | font-size:11px; |
| | 24 | |
| | 25 | body, .msg, #sublogin, #LoginInvitcpy a, #LoginInvitcpy {text-align:center;} |
| | 26 | |
| | 27 | table {empty-cells:show; border-spacing:0px; border-collapse:collapse;} |
| | 28 | |
| | 29 | body, input, textarea, checkbox, select, option, td, .msg, input[type="submit"], input[type="button"], input[type="reset"] {font-family: Verdana, Arial, sans-serif;font-weight: normal;} |
| | 30 | |
| | 31 | input, textarea, checkbox, select, option {font-size: 10px;} |
| | 32 | input[type="submit"], input[type="button"], input[type="reset"], body {font-size: 11px;} |
| | 33 | td {font-size:9px;} |
| | 34 | .msg {font-size:12px;} |
| | 35 | |
| | 36 | img {border:0;} |
| | 37 | input {border-style: none; padding:2px;} |
| | 38 | checkbox {padding: 2px;} |
| | 39 | select {border-style: none;} |
| | 40 | td {padding:1px; color:#525252;white-space: nowrap;} |
| | 41 | |
| | 42 | |
| | 43 | input[type="submit"], input[type="reset"] {background: url("./Images/bg_input_orange.gif");background-position:0px 0px;color:#000000;} |
| | 44 | input[type="submit"], input[type="button"], input[type="reset"]{ |
| 84 | | #LoginInvitcpy a, #LoginInvitcpy { |
| 85 | | color:gray; |
| 86 | | text-align:center; |
| | 68 | #LoginInvitcpy a, #LoginInvitcpy {color:gray;} |
| | 69 | |
| | 70 | /* Input */ |
| | 71 | |
| | 72 | .inputclassic, .inputclassicPass, #logintab2 {border:1px solid gray;} |
| | 73 | #logintab2 {border-top: 2px solid gray;border-bottom: 2px solid gray;} |
| | 74 | .inputclassic, .inputclassicPass {width:150;} |
| | 75 | .inputclassic {padding:2px 2px 3px 18px;background: #FFFFFF url("../../img/icones/16x16/user1.gif") no-repeat scroll 1px 1px;} |
| | 76 | .msg, body {color:#FFFFFF;} |
| | 77 | .msg {border: 4px solid white; |
| | 78 | padding:3px; |
| | 79 | text-align:center; |
| | 80 | background-color:red; |
| | 81 | margin:5px; |