[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-smarty/www/elements/style_sheets/ -> smarty.css (source)

   1  /* Barre des onglets supérieure */
   2  
   3  div#menutabs { 
   4                 overflow: auto;
   5                 margin-bottom:1ex;
   6   }
   7  
   8  div#menutabs ul{ 
   9                list-style-type:none;
  10                border-bottom : 1px solid #DBAE97;
  11  /*              font-weight:bold; */
  12                margin:0;
  13                padding-bottom:3.7ex;
  14          }
  15  
  16  div#menutabs ul li {
  17                   float : left;
  18                   margin : .5ex .3ex 0px;
  19                   padding:0 .5ex;
  20                   height: 3ex;
  21                   cursor : pointer;
  22                   border : 1px solid #DBAE97;
  23                   background-color : #F7F5E8;
  24             }
  25  
  26  div#menutabs ul li.active{ 
  27                             background-color : #FDFDFA;
  28                             border-bottom:1px solid #FDFDFA;
  29                             }
  30  
  31  
  32  div#menutabs ul li:hover { 
  33                          background-color : #FDFDFA;
  34   }
  35  
  36  
  37  /* Fin des onglets */
  38  
  39  thead { background: #6699CC;
  40          font-size:small;
  41          font-weight:bold;
  42          }
  43  
  44  table.bordered th { 
  45                      padding:1.5ex;
  46                      }
  47  
  48  table.bordered { 
  49                   border-style:solid;
  50                   border-width:1px;
  51                   border-collapse:collapse;
  52                   }
  53  
  54  table.bordered td { 
  55                      padding:1ex;
  56                      border-style:solid;
  57                      border-width:1px;                 
  58                      text-align:center;
  59                      }
  60  
  61  table.bordered select { 
  62                          text-align:left;
  63                          width:90%;
  64                          }
  65  
  66  .formbutton { 
  67                min-height : 40px;
  68                padding:0.5ex;
  69                cursor:pointer;
  70                border-style:solid;
  71                border-color:#ABC;
  72                border-width:1px;             
  73                }
  74  
  75  .formbutton img { 
  76                    vertical-align : middle;
  77                    }
  78  
  79  .formbutton:hover { 
  80                      background-color:#CDE;
  81                      border-style:solid;
  82                      border-color:#345;
  83                      border-width:1px;
  84                      }
  85  
  86  div.action { 
  87               background-color:#FFEA7B;
  88               border-style:solid;
  89               border-color:#34116D;
  90               border-width:1px;
  91               padding:1ex;
  92               font-weight:bold;
  93               }
  94  
  95  .colorclick { 
  96                cursor:pointer;
  97                }
  98  
  99  .colorclick:hover { 
 100                      background-color:#99CCFF                    
 101                      }
 102  


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1