Project

General

Profile

Bug #22826 » 14636_install.diff

Administrator Admin, 2010-06-06 18:13

View differences:

typo3/stylesheets/install/install.css (Arbeitskopie)
.standalone h1 {
background: url('../../gfx/installlogo.gif') no-repeat scroll 0 0 transparent;
text-indent:-999em;
text-indent: -999em;
display: block;
height: 34px;
margin: 0 0 1.85em;
......
#container {
margin: 0 auto;
width: 39em;
width: 41em;
font-size: 110%;
line-height: 1.5em;
line-height: 1.7em;
}
.typo3-message {
padding: 0.6em 0.6em 0.6em 2.6em;
background-position: 1.2em 1.8em;
background-repeat: no-repeat;
background-position: 0.5em 0.7em;
border: 1px solid;
color: #000000;
color: #9e7d4a;
padding: 1.5em 1.5em 1em 3.5em;
}
.message-warning {
background-image: url("../../gfx/warning.png");
background-color: #fbffb3;
border-color: #c4b70d;
background-color: #fbf6de;
border-color: #b1905c;
}
.typo3-message ul {
......
}
.typo3-message a {
color: #212424;
color: #9e7d4a;
}
.typo3-message a:hover {
typo3/sysext/install/Resources/Public/Stylesheets/general.css (Arbeitskopie)
}
ul {
list-style:disc;
list-style: disc;
}
ol {
......
width: auto;
}
.t3-install-login fieldset.t3-install-form-submit {
margin-left: 8em;
}
fieldset select,
input.t3-install-form-input-text,
textarea {
background: url('../Images/input-background.gif') repeat-x scroll 0 0 #FFFFFF;
border: 1px solid #7C7C7C;
border: 1px solid #7c7c7c;
color: #000000;
font-size: 1.1em;
line-height: 1.7em;
......
#t3-install-menu {
margin: 0;
padding: 0.5em 0;
padding: 0;
list-style: none;
width: 16em;
font-size: 110%;
......
}
#t3-install-menu li {
padding: 0 0 0 2.8em;
padding: 0.35em 0 0.35em 2.8em;
}
#t3-install-menu li.act {
background-color: #585858;
line-height: 1.5em;
}
#t3-install-menu a {
......
}
#t3-install-menu a:hover {
text-decoration: underline;
color: #111;
}
#t3-install-menu li.act a {
......
#t3-install-box-body {
font-size: 110%;
line-height: 1.5em;
padding: 0.1em 1.8em 1em 1.8em;
line-height: 1.7em;
padding: 0.1em 1.8em 1.8em 1.8em;
color: #606060;
}
.t3-install-login #t3-install-box-body {
padding: 0.1em 0 0 3.6em;
}
#t3-install-box-body h3 {
margin: 0.75em 0 2em;
}
.t3-install-login #t3-install-box-body h3 {
margin: 1em 0;
}
#t3-install-box-body a {
color: #606060 !important;
text-decoration: underline !important;
}
#t3-install-box-body a:hover {
color: #111 !important;
}
.typo3-message {
padding: 0.6em 0.6em 0.6em 2.6em;
background-repeat: no-repeat;
......
#t3-install-copyright a {
color: #797878;
}
}
typo3/sysext/install/Resources/Public/Stylesheets/install_login.css (Arbeitskopie)
#t3-install-outer {
width: 43em;
margin: 1em auto;
margin: 7em auto auto auto;
}
h1,
......
border-top: 0;
color: #606060;
background-color: #eeeeee;
padding: 1em 3.6em 1em;
padding: 1em 3.6em 0;
margin-bottom: 2em;
}
.typo3-message {
......
.message-information {
color: #64859c;
}
}
(4-4/10)