git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
286 lines
4.1 KiB
CSS
286 lines
4.1 KiB
CSS
/**
|
|
* @version $Id: install.css 5019 2006-09-12 01:44:29Z pasamio $
|
|
* @package Joomla
|
|
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
|
|
* Joomla! is free software and parts of it may contain or be derived from the
|
|
* GNU General Public License or other free or open source software licenses.
|
|
* See COPYRIGHT.php for copyright notices and details.
|
|
*/
|
|
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
color : #333;
|
|
background-color : #FFF;
|
|
font-size : 11px;
|
|
font-family : Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
#wrapper {
|
|
border: 0px;
|
|
margin: 0px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 0px;
|
|
}
|
|
|
|
#header {
|
|
background-color: #FFF;
|
|
background-position: right top;
|
|
border-bottom: 4px solid #C64934;
|
|
background: url(header_bg.png);
|
|
}
|
|
|
|
#joomla {
|
|
position: relative;
|
|
width: 100%;
|
|
background: url(header_version.png) no-repeat;
|
|
background-position: top right;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
#stepbar {
|
|
background-color: #F1F1F1;
|
|
width: 170px !important;
|
|
width: 170px;
|
|
height: 400px;
|
|
font-size: 11px;
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
|
|
#step {
|
|
background: url(install_logo.png) no-repeat;
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
color: #666666;
|
|
padding: 10px 0px 20px 80px;
|
|
white-space: nowrap;
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
|
|
.step-on {
|
|
color: #fff;
|
|
background: #c64934;
|
|
font-weight: bold;
|
|
font-size: 13px;
|
|
padding: 10px;
|
|
border: 1px solid #cccccc;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.step-off {
|
|
font-size: 13px;
|
|
color: #999999;
|
|
font-weight: bold;
|
|
padding: 10px;
|
|
border: 1px solid #cccccc;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
#right {
|
|
float: right;
|
|
width: 555px !important;
|
|
width: 545px;
|
|
border-left: 1px solid #cccccc;
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
#break {
|
|
height: 20px;
|
|
}
|
|
|
|
.licensetext {
|
|
text-align: left;
|
|
}
|
|
|
|
.license {
|
|
padding: 0px;
|
|
width: 530px;
|
|
height: 300px;
|
|
}
|
|
|
|
.license-form {
|
|
float: left;
|
|
}
|
|
|
|
.install {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 3em;
|
|
margin-bottom: 3em;
|
|
padding: 10px;
|
|
border: 1px solid #cccccc;
|
|
width: 750px;
|
|
background: #F1F1F1;
|
|
}
|
|
|
|
.install h1 {
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
color: #c64934;
|
|
padding: 10px 10px 4px 0px;
|
|
text-align: left;
|
|
border-bottom: 1px solid #c64934;
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.install-form {
|
|
position: relative;
|
|
text-align: left;
|
|
float: right;
|
|
width: 69%;
|
|
}
|
|
|
|
.install-text {
|
|
position: relative;
|
|
text-align: left;
|
|
width: 30%;
|
|
float: left;
|
|
}
|
|
|
|
.form-block {
|
|
border: 1px solid #cccccc;
|
|
background: #E9ECEF;
|
|
padding-top: 5px;
|
|
padding-left: 5px;
|
|
padding-bottom: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.left {
|
|
position: relative;
|
|
text-align: left;
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
|
|
.right {
|
|
position: relative;
|
|
text-align: left;
|
|
float: right;
|
|
width: 50%;
|
|
}
|
|
|
|
.far-right {
|
|
position: relative;
|
|
text-align: right;
|
|
float: right;
|
|
}
|
|
|
|
.far-left {
|
|
position: relative;
|
|
text-align: left;
|
|
float: left;
|
|
}
|
|
|
|
.clr {
|
|
clear:both;
|
|
}
|
|
|
|
.ctr {
|
|
text-align: center;
|
|
}
|
|
|
|
.button {
|
|
border : solid 1px #cccccc;
|
|
background: #E9ECEF;
|
|
color : #666666;
|
|
font-weight : bold;
|
|
font-size : 11px;
|
|
padding: 4px;
|
|
}
|
|
|
|
table.content {
|
|
width: 95%;
|
|
}
|
|
|
|
table.content td {
|
|
color : #333333;
|
|
font-size: 11px;
|
|
width: 50%;
|
|
}
|
|
|
|
table.content2 {
|
|
width: 90%;
|
|
}
|
|
|
|
table.content2 td {
|
|
color : #333333;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.toggle {
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
/* old stuff */
|
|
|
|
|
|
a {
|
|
color: #C64934;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
color : #30569D;
|
|
text-decoration : underline;
|
|
}
|
|
a:active {
|
|
color : #FF9900;
|
|
text-decoration : underline;
|
|
}
|
|
|
|
.inputbox {
|
|
|
|
color: blue;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
z-index: -3;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.small {
|
|
color : #333;
|
|
font-size : 10px;
|
|
}
|
|
|
|
.error {
|
|
color : #cc0000;
|
|
font-size : 12px;
|
|
font-weight : bold;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
|
|
select.options, input.options {
|
|
font-size: 8pt;
|
|
border: 1px solid #999;
|
|
}
|
|
|
|
form {
|
|
margin: 0px 0px 0px 0px;
|
|
}
|
|
|
|
|
|
.dottedline {
|
|
border-bottom: 1px solid #333;
|
|
}
|
|
|
|
.installheader {
|
|
color : #FFF;
|
|
font-size : 24px;
|
|
}
|
|
|
|
textarea {
|
|
color : #0000dd;
|
|
font-family : Arial;
|
|
font-size : 11px;
|
|
border: 1px;
|
|
}
|