[ Index ]
 

Code source de Joomla 1.0.13

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/installation/ -> install.css (source)

   1  /**
   2  * @version $Id: install.css 5019 2006-09-12 01:44:29Z pasamio $
   3  * @package Joomla
   4  * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
   5  * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
   6  * Joomla! is free software and parts of it may contain or be derived from the
   7  * GNU General Public License or other free or open source software licenses.
   8  * See COPYRIGHT.php for copyright notices and details.
   9  */
  10  body {
  11      margin: 0px;
  12      padding: 0px;
  13      color : #333;
  14      background-color : #FFF;
  15      font-size : 11px;
  16      font-family : Arial, Helvetica, sans-serif;
  17  }
  18  
  19  #wrapper {
  20          border: 0px;
  21          margin: 0px;
  22          margin-left: auto;
  23          margin-right: auto;
  24          padding: 0px;
  25  }
  26  
  27  #header {
  28          background-color: #FFF;
  29          background-position: right top;
  30          border-bottom: 4px solid #C64934;
  31          background: url(header_bg.png);
  32  }
  33  
  34  #joomla {
  35          position: relative;
  36          width: 100%;
  37          background: url(header_version.png) no-repeat;
  38          background-position: top right;
  39          margin: 0px;
  40          padding: 0px;
  41  }
  42  
  43  #stepbar {
  44      background-color: #F1F1F1;
  45      width: 170px !important;
  46      width: 170px;
  47      height: 400px;
  48      font-size: 11px;
  49      float: left;
  50      text-align: left;
  51  }
  52  
  53  #step {
  54      background: url(install_logo.png) no-repeat;
  55      font-size: 30px;
  56      font-weight: bold;
  57      text-align: left;
  58      color: #666666;
  59      padding: 10px 0px 20px 80px;
  60      white-space: nowrap;
  61      position: relative;
  62      float: left;
  63  }
  64  
  65  .step-on {
  66      color: #fff;
  67      background: #c64934;
  68      font-weight: bold;
  69      font-size: 13px;
  70      padding: 10px;
  71      border: 1px solid #cccccc;
  72      margin-bottom: 2px;
  73  }
  74  
  75  .step-off {
  76    font-size: 13px;
  77      color: #999999;
  78      font-weight: bold;
  79      padding: 10px;
  80      border: 1px solid #cccccc;
  81      margin-bottom: 2px;
  82  }
  83  
  84  #right {
  85    float: right;
  86    width: 555px !important;
  87    width: 545px;
  88    border-left: 1px solid #cccccc;
  89    padding-left: 10px;
  90  
  91  }
  92  
  93  #break {
  94      height: 20px;
  95  }
  96  
  97  .licensetext {
  98    text-align: left;
  99  }
 100  
 101  .license {
 102    padding: 0px;
 103    width: 530px;
 104    height: 300px;
 105  }
 106  
 107  .license-form {
 108    float: left;
 109  }
 110  
 111  .install {
 112      margin-left: auto;
 113      margin-right: auto;
 114      margin-top: 3em;
 115      margin-bottom: 3em;
 116      padding: 10px;
 117      border: 1px solid #cccccc;
 118      width: 750px;
 119      background: #F1F1F1;
 120  }
 121      
 122  .install h1 {
 123      font-size: 15px;
 124      font-weight: bold;
 125       color: #c64934;
 126      padding: 10px 10px 4px 0px;
 127       text-align: left;
 128      border-bottom: 1px solid #c64934;
 129      margin-bottom: 10px;
 130  
 131  }
 132  
 133  .install-form {
 134    position: relative;
 135      text-align: left;
 136      float: right;
 137      width: 69%;
 138  }
 139  
 140  .install-text {
 141    position: relative;
 142      text-align: left;
 143      width: 30%;
 144      float: left;
 145  }
 146  
 147  .form-block {
 148      border: 1px solid #cccccc;
 149      background: #E9ECEF;
 150      padding-top: 5px;
 151      padding-left: 5px;
 152      padding-bottom: 5px;
 153      padding-right: 5px;
 154  }
 155  
 156  .left {
 157    position: relative;
 158      text-align: left;
 159      float: left;
 160      width: 50%;
 161  }
 162  
 163  .right {
 164    position: relative;
 165      text-align: left;
 166      float: right;
 167      width: 50%;
 168  }
 169  
 170  .far-right {
 171    position: relative;
 172      text-align: right;
 173      float: right;
 174  }
 175  
 176  .far-left {
 177    position: relative; 
 178      text-align: left;
 179      float: left;
 180  }
 181  
 182  .clr {
 183      clear:both;
 184      }
 185  
 186  .ctr {
 187      text-align: center;
 188  }
 189  
 190  .button {
 191      border : solid 1px #cccccc;
 192      background: #E9ECEF;
 193      color : #666666;
 194      font-weight : bold;
 195      font-size : 11px;
 196      padding: 4px;
 197  }
 198  
 199  table.content {
 200      width: 95%;
 201  }
 202  
 203  table.content td {
 204      color : #333333;
 205      font-size: 11px;
 206      width: 50%;
 207  }
 208  
 209  table.content2 {
 210      width: 90%;
 211  }
 212  
 213  table.content2 td {
 214      color : #333333;
 215      font-size: 11px;
 216  }
 217  
 218  .toggle {
 219      font-weight: bold;
 220  }
 221  
 222  
 223  /*  old stuff */
 224  
 225  
 226  a {
 227      color: #C64934;
 228      text-decoration: none;
 229  }
 230  a:hover {
 231      color : #30569D;
 232      text-decoration : underline;
 233  }
 234  a:active {
 235      color : #FF9900;
 236      text-decoration : underline;
 237  }
 238  
 239  .inputbox {
 240  
 241      color: blue;
 242      font-family: Arial, Helvetica, sans-serif;
 243      z-index: -3;
 244      font-size: 11px;
 245  }
 246  
 247  .small {
 248      color : #333;
 249      font-size : 10px;
 250  }
 251  
 252  .error {
 253      color : #cc0000;
 254      font-size : 12px;
 255      font-weight : bold;
 256      padding-top: 10px;
 257      padding-bottom: 10px;
 258  }
 259  
 260  
 261  select.options, input.options {
 262      font-size: 8pt;
 263      border: 1px solid #999;
 264  }
 265  
 266  form {
 267      margin: 0px 0px 0px 0px;
 268  }
 269  
 270  
 271  .dottedline {
 272      border-bottom: 1px solid #333;
 273  }
 274  
 275  .installheader {
 276      color : #FFF;
 277      font-size : 24px;
 278  }
 279  
 280  textarea {
 281      color : #0000dd;
 282      font-family : Arial;
 283      font-size : 11px;
 284      border: 1px;
 285  }


Généré le : Wed Nov 21 14:43:32 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics