[ Index ]
 

Code source de WordPress 2.1.2

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

title

Body

[fermer]

/wp-admin/ -> upload.css (source)

   1  body { background: #f9fcfe; }
   2  
   3  .upload-file-data { display: none; }
   4  
   5  #upload-menu {
   6      border-top: 2em solid #247fab;
   7      margin: 0;
   8      padding: 0;
   9      height: 0;
  10      list-style: none;
  11      width: 100%;
  12  }
  13  
  14  body > #upload-menu { border-bottom: 7px solid #fff; }
  15  
  16  #upload-menu li {
  17      margin: 0;
  18      position: relative;
  19      top: -2em;
  20      padding-bottom: 5px;
  21      border: none;
  22      border-top: 3px solid #247fab;
  23  }
  24  
  25  #upload-menu li a.upload-tab-link {
  26      margin-left: 0.75em;
  27      padding: 5px 5px 0;
  28      display: block;
  29      float: left;
  30      height: 100%;
  31      text-decoration: none;
  32      border-bottom: none;
  33      color: #fff;
  34  }
  35  
  36  #upload-menu li.current {
  37      border-right: 2px solid #448abd;
  38      color: #000;
  39  }
  40  
  41  #upload-menu li.current a.upload-tab-link, #upload-menu li a:hover {
  42      background: #f9fcfe;
  43      color: #000;
  44  }
  45  
  46  #upload-menu li #current-tab-nav {
  47      float: left;
  48      padding: 5px 5px 0 0;
  49      margin-left: -5px;
  50  }
  51  
  52  #upload-menu li span .page-numbers {
  53      padding: 0;
  54      border: none;
  55  }
  56  
  57  #upload-menu li span a.page-numbers { color: #00019b; }
  58  #upload-menu li span a.page-numbers:hover { text-decoration: underline; }
  59  
  60  #upload-content {
  61      position: relative;
  62      clear: both;
  63      margin: 0;
  64      padding: 0;
  65      border: none;
  66      width: 100%;
  67      height: 100%;
  68      background: none;
  69  }
  70  
  71  #upload-file {
  72      margin: 0 auto;
  73      top: 0;
  74      left: 0;
  75      width: 95%;
  76      height: 100%;
  77      background: #f9fcfe;
  78  }
  79  
  80  #upload-file th {
  81      width: 8em;
  82  }
  83  
  84  form#upload-file input, form#upload-file textarea, div#upload-content.upload table { width: 100%; }
  85  
  86  form#upload-file .submit input { width: auto; }
  87  
  88  #upload-file-view { padding: 0 0 0 75px; }
  89  
  90  #file-title {
  91      margin: 0 0 .2em 75px;
  92      padding: 0;
  93      display: block;
  94      font-family: Georgia, "Times New Roman", Times, serif;
  95      font-size: 16px;
  96  }
  97  
  98  h2 {
  99      margin: 0 .2em 0 0;
 100      padding: 0;
 101      display: inline;
 102      border: none;
 103      color: #000;
 104      font-size: 1.4em;
 105      line-height: 1.4em;
 106  }
 107  
 108  .wrap h2 {
 109      margin: .4em 0 .5em;
 110      display: block;
 111      border-bottom: .5em solid #e5f3ff;
 112      color: #333;
 113      font: normal 32px/5px serif;
 114      clear: both;
 115  }
 116  
 117  * html .wrap h2 {
 118      margin-top: 1em;
 119  }
 120  
 121  .back {
 122      display: block;
 123      position: absolute;
 124      left: 14px;
 125      top: 10px;
 126  }
 127  
 128  #upload-files {
 129      list-style-type: none;
 130      margin: 0;
 131      padding: 15px 0 0;
 132  }
 133  
 134  #upload-files li { margin: 0 0 15px 15px; }
 135  
 136  #upload-files a, #upload-file-view a, a.file-link {
 137      border: none;
 138      text-decoration: none;
 139  }
 140  
 141  #upload-file-view a img { padding-bottom: .2em; border-bottom: 1px solid #6699CC; }
 142  
 143  #upload-files a.file-link {
 144      display: block;
 145      width: 130px;
 146      height: 128px;
 147      background-color: rgb(209, 226, 239);
 148      text-align: center;
 149      overflow: hidden;
 150  }
 151  
 152  #upload-files a.text {
 153      padding-top: 40px;
 154      height: 88px;
 155      font-size: 16px;
 156  }
 157  
 158  #upload-files a.file-link.image {
 159      font-size: 2px;
 160      letter-spacing: 0;
 161  }
 162  
 163  #upload-files a.file-link img { vertical-align: middle; }
 164  
 165  #the-attachment-links textarea {
 166      font-size: 10px;
 167      overflow: hidden;
 168  }
 169  
 170  form table { float: none; padding: 0 15px; }
 171  
 172  table {
 173      float: left;
 174      margin: 0;
 175      padding: 0;
 176  }
 177  
 178  th { text-align: right; vertical-align: text-top; }
 179  
 180  tr, td, th {
 181      margin-top: 0;
 182      padding-top: 0;
 183  }
 184  
 185  #uploadoptions th {
 186      width: 80px;
 187  }
 188  
 189  #uploadoptions p {
 190      margin: 0;
 191      padding: 0;
 192  }
 193  
 194  #uploadoptions td {
 195      padding-left: 1em;
 196      line-height: 140%;
 197  }
 198  
 199  #uploadoptions table {
 200      width: 300px;
 201  }
 202  
 203  input.readonly { background-color: #ddd; }


Généré le : Fri Mar 30 19:41:27 2007 par Balluche grâce à PHPXref 0.7