[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/filemanager/ImageManager/assets/ -> editor.css (source)

   1          body
   2          {
   3              margin: 0; padding: 0;
   4              font: 11px Tahoma,Verdana,sans-serif;
   5          }
   6          select, input, button { font: 11px Tahoma,Verdana,sans-serif; }
   7  
   8          #indicator
   9          {
  10              width: 25px;
  11              height: 20px;
  12              background-color: #eef;            
  13              padding: 15px 20px;
  14              position: absolute;
  15              left: 0; top: 0;
  16          }
  17          * html #indicator
  18          {
  19              padding: 14px 22px;
  20          }
  21          #tools
  22          {
  23              width: 600px;
  24              height: 50px;
  25              background-color: #eef;
  26              padding: 0;
  27              position: absolute;
  28              left: 63px;
  29              border-left: 1px solid white;
  30              border-bottom: 1px solid white;
  31          }
  32          #toolbar
  33          {
  34              width: 53px;
  35              height: 435px;
  36              background-color: #eef;
  37              float: left;
  38              text-align: center;
  39              padding: 5px;
  40              position: absolute;
  41              top: 50px;
  42              border-top: 1px solid white;
  43              border-right: 1px solid white;
  44          }
  45          
  46          #contents
  47          {
  48              width: 600px;
  49              height: 445px;
  50              position: absolute;
  51              left: 64px; top: 51px;
  52          }
  53          
  54          #editor
  55          {
  56              width: 600px;
  57              height: 445px;
  58          }
  59  
  60          #toolbar a 
  61          {
  62              padding: 5px;
  63              width: 40px;
  64              display: block;
  65              border: 1px solid #eef;
  66              text-align: center;
  67              text-decoration: none;
  68              color: #669;
  69              margin: 5px 0;
  70          }
  71          #toolbar a:hover
  72          {
  73              background-color: #F9F9FF;
  74              border-color: #669;
  75          }
  76          
  77          #toolbar a.iconActive
  78          {
  79              border-color: #669;
  80          }
  81  
  82          #toolbar a span
  83          {
  84              display: block;
  85              text-decoration: none;
  86              
  87          }
  88          #toolbar a img
  89          {
  90              border: 0 none;
  91          }
  92          
  93          #tools .textInput
  94          {
  95              width: 3em;
  96              vertical-align: 0px;
  97  
  98          }
  99          * html #tools .textInput
 100          {
 101              vertical-align: middle;
 102          }
 103          #tools .measureStats
 104          {
 105              width: 4.5em;
 106              border: 0 none;
 107              background-color: #eef;
 108              vertical-align: 0px;
 109          }
 110          * html #tools .measureStats
 111          {
 112              vertical-align: middle;
 113          }
 114          #tools label
 115          {
 116              margin: 0 2px 0 5px;
 117          }
 118          #tools input
 119          {
 120              vertical-align: middle;
 121          }
 122          #tools #tool_inputs
 123          {
 124              padding-top: 10px;
 125              float: left;            
 126          }
 127          #tools .div
 128          {
 129              vertical-align: middle;
 130              margin: 0 5px;
 131          }
 132          #tools img
 133          {
 134              border: 0 none;
 135          }
 136          #tools a.buttons
 137          {
 138              margin-top: 10px;
 139              border: 1px solid #eef;
 140              display: block;
 141              float: left;
 142          }
 143          #tools a.buttons:hover
 144          {
 145              background-color: #F9F9FF;
 146              border-color: #669;
 147          }
 148          #slidercasing {
 149      /*border:1px solid #CCCCCC;
 150      background-color:#FFFFFF;*/
 151      width:100px;
 152      height:5px;
 153      position:relative;
 154      z-index:4;
 155      padding:10px;
 156       top: 6px;
 157       margin: 0 -5px 0 -10px;
 158  
 159      
 160  }
 161  
 162  
 163  #slidertrack {
 164      position:relative;
 165      border:1px solid #CCCCCC;
 166      background-color:#FFFFCC;
 167      z-index:5;
 168      height:5px;
 169  }
 170  
 171  
 172  #sliderbar {
 173      position:absolute;
 174      z-index:6;
 175      border:1px solid #CCCCCC;
 176      background-color:#DDDDDD;
 177      width:15px;     
 178      padding:0px;
 179      height:20px; 
 180      cursor: pointer;
 181      top:2px;
 182  }
 183  
 184  * html #slidercasing
 185  {
 186      top:0;
 187  }
 188  
 189  
 190  #bottom
 191  {
 192      position: relative;
 193      top: 490px;
 194  }


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7