This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoArmarios_Web/Source/gallery2/install/install.css

451 lines
9.4 KiB
CSS

/*
* $Id: install.css 15513 2006-12-20 00:24:57Z mindless $
*
* Gallery - a web based photo album viewer and editor
* Copyright (C) 2000-2007 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
body {
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 62.5%;
color: #333;
background-color: #eee;
text-align: center;
z-index: -1;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Gill Sans", Verdana, Arial, sans-serif;
margin: 0;
padding: 0;
}
p {
font-size: 1.1em;
line-height: 1.4em;
margin: 1.0em 0;
}
table {
border-spacing: 0;
}
td {
padding: 0;
}
tt {
font-family: "Courier New", Courier, Monaco, monospaced;
}
a {
text-decoration: none;
}
a:link, a:visited {
font-weight: bold;
color: #ae0000;
}
a:hover {
color: #fd6704;
}
/* layout */
#box {
width: 760px;
border: 1px solid #999;
margin: 0 auto;
}
.boxTable {
width: 760px;
margin: 0 auto;
text-align: left;
background-color: #fff;
border-style: none;
border: 0px;
}
td.header img {
margin: 0 0 5px 14px;
float: left;
clear: none;
}
td#navbar {
font-family: Verdana, "Lucida Grande", Arial, sans-serif;
width: 160px;
vertical-align: top;
margin: auto;
}
td#navbar div {
background-color: #d1e0ee;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px 0 10px 10px;
}
td#navbar td.heading {
font-size: 1.4em;
font-weight: bold;
font-family: "Gill Sans", Verdana, Arial, sans-serif;
border-style: none;
padding: 3px;
}
td#navbar td, #helpbar td {
border-top: 1px solid #ecf2f8;
padding: 8px 2px;
}
#navbar a, #navbar a:visited {
color: #000;
}
#navbar a.current, #navbar a.current:visited {
color: #ae0000;
}
#helpbar {
float: right;
clear: none;
margin: 0 20px;
}
#helpbar tr.help td {
padding-top: 22px;
}
#helpbar .helpBox {
font-weight: bold;
color: #eee;
background-color: #ae0000;
border: 1px solid #ae0000;
margin-right: 6px;
padding: 2px 3px;
}
.main {
vertical-align: top;
padding: 14px 22px 8px 14px;
margin: 0;
width: 620px;
}
.main h1 { font-size: 1.4em; }
.main h2 { font-size: 1.2em; margin: 0 0 0.8em 0; }
.main h3, #bottom h3 { font-size: 1.2em; }
.main td { font-size: small; }
.main table { border-spacing: 4px; }
#bottom {
border-top: 1px solid #ddd;
padding: 8px 20px;
}
#statusTable {
width: 100%;
height: 20px;
margin: 0;
padding: 0;
border-spacing: 0;
border-collapse: collapse;
}
.progressMade { background: #ffeda8 url('images/btnBGor.gif') bottom; border: thin solid #ddd; }
.progressToGo { background-color: #eee; border-left: none; border: thin solid #ddd; }
#progressStatus { text-align: right; margin-bottom: 1.0em; }
#footer {
width: 720px;
font-size: 0.9em;
text-align: left;
margin: 0 auto;
padding: 8px 24px;
}
/* classes */
.bold {
font-weight: bold;
font-size: 1.4em;
}
.error, .warning, .success, h1.success {
font-size: 1.2em;
font-weight: bold;
}
.error { color: red; }
.warning { color: #f63; }
.success { color: green; }
div.error, div.warning, div.success {
color: #000;
margin: 0 0 5px 0;
padding: 5px 10px 5px 45px;
border: 1px solid #999;
}
div.error { background: #fcc url('images/ico_error.gif') 3px 50% no-repeat; }
div.warning { background: #ffc url('images/ico_warning.gif') 3px 50% no-repeat; }
div.success { background: #cfc url('images/ico_success.gif') 3px 50% no-repeat; }
div.success h1, div.error h2, div.warning h2 {
position: relative;
padding: 0;
}
.go {
font-weight: bold;
font-size: 1.2em;
margin: 8px 0 8px -4px;
padding: 4px;
float: left;
clear: none;
}
.btn {
margin: 0 10px 0 0;
float: left;
clear: none;
text-align: center;
}
.btn a, .btn a:visited {
display: block;
margin: 0 9px;
padding: 6px 0;
color: #333;
text-decoration: none;
white-space: nowrap;
text-shadow: #999 0.2em 0.2em 0.2em;
}
.btn a:hover { color: #000; }
/* Order: T B L R TL TR BR BL */
.btn div { background-repeat: repeat-x; background-position: top; }
.btn div div { background-position: bottom; }
.btn div div div { background-repeat: repeat-y; background-position: left; }
.btn div div div div { background-position: right; }
.btn div div div div div { background-repeat: no-repeat; background-position: top left; }
.btn div div div div div div { background-position: top right; }
.btn div div div div div div div { background-position: bottom right; }
.btn div div div div div div div div { background-position: bottom left; }
.btn-continue { background: #72a272 url('images/btnBGgrn.gif') repeat-x top; }
.btn-continue div { background-image: url('images/pixgrn.gif'); }
.btn-continue div div div div div { background-image: url('images/btnTLgrn.gif'); }
.btn-continue div div div div div div { background-image: url('images/btnTRgrn.gif'); }
.btn-continue div div div div div div div { background-image: url('images/btnBRgrn.gif'); }
.btn-continue div div div div div div div div { background-image: url('images/btnBLgrn.gif'); }
.btn-redo { background: #72a2f2 url('images/btnBGbl.gif') repeat-x top; }
.btn-redo div { background-image: url('images/pixbl.gif'); }
.btn-redo div div div div div { background-image: url('images/btnTLbl.gif'); }
.btn-redo div div div div div div { background-image: url('images/btnTRbl.gif'); }
.btn-redo div div div div div div div { background-image: url('images/btnBRbl.gif'); }
.btn-redo div div div div div div div div { background-image: url('images/btnBLbl.gif'); }
.btn-warn { background: #fc6 url('images/btnBGor.gif') repeat-x top; }
.btn-warn div { background-image: url('images/pixor.gif'); }
.btn-warn div div div div div { background-image: url('images/btnTLor.gif'); }
.btn-warn div div div div div div { background-image: url('images/btnTRor.gif'); }
.btn-warn div div div div div div div { background-image: url('images/btnBRor.gif'); }
.btn-warn div div div div div div div div { background-image: url('images/btnBLor.gif'); }
.small {
font-size: 69%;
}
td.label {
font-weight: bold;
text-align: right;
padding-right: 8px;
}
input, select {
color: #000;
background-color: #fff;
}
.navnum {
color: #555;
font-weight: 800;
text-align: center;
vertical-align: top;
padding-right: 6px !important;
}
.navtext {
padding-right: 4px !important;
color: #999;
}
.stack_trace {
background-color: #eee;
border: 1px solid #999;
margin: 15px 15px 0 15px;
padding: 5px;
}
.debug {
background-color: #eee;
border: 1px solid #999;
margin: 15px 15px 0 15px;
padding: 5px;
}
.debug pre {
font-size: 1.1em;
line-height: 1.4em;
margin: 1.0em 0;
}
.example {
background-color: #eee;
border: 1px solid #999;
margin: 15px 0;
padding: 5px;
}
.example pre {
font-size: 1.4em;
line-height: 1.4em;
margin: 0.5em 0;
}
.multisite {
padding: 0.5em 0.5em 0.5em 2.2em;
text-indent: -2.2em;
border: 1px solid #ccc;
margin-bottom: 10px;
}
.multisite + .multisite { margin-bottom: 0; }
.multisite pre, .multisite .error {
text-indent: 0;
}
.modules td {
font-size: 1.1em !important;
line-height: 1.3em;
padding: 3px 2px 1px 3px;
}
.disabled {
color: #999;
font-style: italic;
}
.systemChecks table {
width: 100%;
}
.systemChecks td {
line-height: 1.2em;
}
.systemChecks td.notice, .systemChecks div.warning {
margin-left: 10px;
border: 1px solid #999;
padding: 5px;
line-height: 1.3em;
padding: 5px 5px 5px 45px;
height: 50px;
background: #ffc url('images/ico_warning.gif') 5px 5px no-repeat;
}
.showHideToggle {
padding-left: 0.3em;
padding-right: 0.3em;
border: 1px solid #a6caf0;
background-color: #eee;
}
.manifestBlock {
width: 520px;
color: #000;
background-color: #eee;
padding: 4px;
margin: 4px 8px 0px 8px;
border: 1px solid #999;
}
/*** Autocomplete ***/
.autoCompleteShadow {
position: absolute;
margin: 0.3em;
z-index: 5;
}
.autoCompleteContainer {
position: relative;
right: 4px;
overflow: hidden;
border: 1px solid #404040;
border-top: 0px;
border-bottom: 1px dotted rgb(92, 256, 92);
margin-top: -1px;
}
.autoCompleteContainer .yui-ac-content ul {
position: relative;
padding: 0;
margin: 0px;
list-style: none;
}
.autoCompleteContainer .yui-ac-content li {
padding: 2px 4px;
cursor: default;
white-space: nowrap;
display: list-item;
}
.autoCompleteContainer li.yui-ac-highlight {
background-color: #eee;
}
/* undo the text-indent set for .multisite */
.multisite .autoCompleteContainer li {
text-indent: 0.0em;
}
label.radio {
position: relative;
bottom: 2px;
padding: 2px;
font-weight: bold;
}
ol {
font-size: 1.1em;
line-height: 1.4em;
}
#MainPageStatus_statusBlock table {
border: none;
border-collapse: collapse;
border-spacing: 0px;
padding: 0px;
margin: 0px;
}
#MainPageStatus_progressMade {
width: 0%;
}
#MainPageStatus_progressToGo {
width: 100%;
}