Changeset 6246

Show
Ignore:
Timestamp:
08/21/08 18:49:41 (3 months ago)
Author:
jmathis
Message:

purge CSS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/Themes/Centreon-2/login.css

    r6048 r6246  
    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 */ 
    516 
    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 } 
     17body {margin: 0;} 
    2618 
    2719/* General */  
    2820 
    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 */ 
    3822a                       {text-decoration: none;} 
    3923a:hover         {text-decoration: underline;} 
    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 
     25body, .msg, #sublogin, #LoginInvitcpy a,  #LoginInvitcpy {text-align:center;} 
     26 
     27table {empty-cells:show; border-spacing:0px; border-collapse:collapse;} 
     28 
     29body, 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 
     31input, textarea, checkbox, select, option       {font-size: 10px;} 
     32input[type="submit"], input[type="button"], input[type="reset"], body   {font-size: 11px;} 
     33td                                                                                      {font-size:9px;} 
     34.msg                                                                            {font-size:12px;} 
     35 
     36img             {border:0;} 
     37input           {border-style: none; padding:2px;} 
     38checkbox        {padding: 2px;} 
     39select          {border-style: none;} 
     40td                      {padding:1px; color:#525252;white-space: nowrap;} 
     41 
     42 
     43input[type="submit"], input[type="reset"] {background: url("./Images/bg_input_orange.gif");background-position:0px 0px;color:#000000;} 
     44input[type="submit"], input[type="button"], input[type="reset"]{ 
    4645    width:86px; 
    4746    height:22px; 
     
    5958} 
    6059 
    61 #logintab1      {width:253px;} 
    62  
    63 #logintab2      { 
    64         width:100%; 
    65         border:1px solid gray; 
    66     border-top: 2px solid gray; 
    67     border-bottom: 2px solid gray; 
    68 } 
    69  
    70 #logintab2 td{ 
    71         border:1px; 
    72         padding:5px; 
    73         background-color:#eaeaee; 
    74 } 
    75  
    76 #sublogin{ 
    77         width:200px; 
    78         text-align:center; 
    79 } 
     60#logintab1              {width:253px;} 
     61#logintab2              {width:100%;} 
     62#logintab2 td   {border:1px;padding:5px;background-color:#eaeaee;} 
     63#sublogin               {width:200px;} 
    8064 
    8165.LoginInvitVersion      {text-align:left;} 
    8266.LoginInvitDate         {text-align:right;} 
    8367 
    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; 
    8782} 
    88   
    89 .inputclassic{ 
    90     border: 1px solid gray; 
    91     width:150; 
    92     padding:2px 2px 3px 18px; 
    93     background: #FFFFFF url("../../img/icones/16x16/user1.gif") no-repeat scroll 1px 1px; 
    94 } 
    95  
    96 .inputclassicPass{ 
    97     border: 1px solid gray; 
    98     width:150; 
    99 } 
    100  
    101  
    102 input[type="submit"],input[type="reset"]{ 
    103     background: url("./Images/bg_input_orange.gif") ; 
    104 } 
    105  
    106 .msg    { 
    107         font-family: Verdana, Arial, sans-serif;  
    108         font-size: 12px;  
    109         font-weight: normal;  
    110         border: 4px solid white;  
    111         padding:3px;  
    112         text-align: center;  
    113         background-color:red;  
    114         color:white;  
    115         margin:5px; 
    116 }