Files
archived-web-pecl/public_html/css/style.css
2019-02-12 02:50:24 +01:00

502 lines
7.9 KiB
CSS

/* ========= Main Content Holders ========= */
body {
margin: 0px;
padding: 0px;
background-color: white;
color: black;
font-family: verdana,arial,helvetica,sans-serif;
font-size: 90%;
}
table.head,
table.middle,
table.foot {
font-size: 100%; /* make IE look normal */
width: 100%;
border: 0px;
}
td.content {
width: 100%;
vertical-align: top;
padding: 1em 0.5em 0.3em 0.5em;
}
/* ========= Header ========= */
td.head-logo {
background-color: #330099;
width: 120px;
text-align: left;
}
td.head-menu {
background-color: #330099;
height: 1px;
padding-right: 0.5em;
padding-bottom: 0.5em;
text-align: right;
vertical-align: bottom;
color: #000000;
font-weight: bold;
font-size: 75%;
}
td.head-search {
color: #FFFFFF;
background-color: #000066;
border-top: 1px solid #003300;
border-bottom: 1px solid #003300;
padding-right: 0.5em;
text-align: right;
}
p.head-search {
font-size: 80%;
margin-top: 0.1em;
margin-bottom: 0.1em;
}
p.head-search input,
p.head-search select {
font-size: 100%;
}
.menuWhite {
color: #FFFFFF;
font-weight: normal;
}
a:link.menuWhite,
a:hover.menuWhite,
a:visited.menuWhite {
text-decoration: none;
color: #FFFFFF;
}
a:link.menuBlack,
a:hover.menuBlack,
a:visited.menuBlack {
text-decoration: none;
color: #FFFFFF;
}
/* ========= Sidebars ========= */
td.sidebar_left {
width: 149px;
background-color: #F0F0F0;
vertical-align: top;
font-size: 90%;
border-right: 1px dashed #ccc;
padding: 1em 0.3em 0.3em 0.3em;
}
td.sidebar_right {
width: 149px;
background-color: #F0F0F0;
vertical-align: top;
font-size: 90%;
border-left: 1px dashed #ccc;
padding: 1em 0.3em 0.3em 0.3em;
}
table.sidebar-releases {
font-size: 100%; /* make IE look normal */
}
ul.side_pages {
margin-top: 0.1em;
margin-bottom: 1.5em;
margin-left: 1em;
padding-left: 1em;
list-style: url(/img/box-0.gif) square;
}
li.side_page {
text-indent: -0.4em;
white-space: nowrap;
}
/* ========= Footer ========= */
td.foot-bar {
color: #000000;
background-color: #330099;
border-top: 1px solid #003300;
border-bottom: 1px solid #003300;
text-align: right;
vertical-align: bottom;
padding-right: 0.3em;
font-weight: bold;
font-size: 75%;
}
td.foot-copy {
background-color: #CCCCCC;
vertical-align: top;
padding: 0.3em;
}
td.foot-source {
background-color: #CCCCCC;
vertical-align: top;
text-align: right;
padding: 0.3em;
}
/* ========= Forms ========= */
table.form-holder {
background-color: #FFFFFF;
width: auto;
}
caption.form-caption {
font-weight: bold;
color: #FFFFFF;
background-color: #330099;
padding: 0.3em;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
margin-top: 0.5em;
}
/* Labels on the left side of form and table rows */
th.form-label_left {
padding: 3px;
text-align: left;
vertical-align: top;
font-weight: bold;
color: #FFFFFF;
background-color: #330099;
width: 25%;
}
/* Labels on the top of form and table columns */
th.form-label_top,
th.form-label_top_center {
padding: 3px;
text-align: center;
font-weight: bold;
color: #FFFFFF;
background-color: #330099;
}
td.form-input {
padding: 3px;
text-align: left;
vertical-align: top;
background-color: #e8e8e8;
}
td.form-input_center {
padding: 3px;
text-align: center;
vertical-align: middle;
background-color: #e8e8e8;
}
td.form-input input,
td.form-input_center input {
font-size: 90%;
}
p.cell_note {
margin-top: 0.3em;
margin-bottom: 0.2em;
font-weight: normal;
font-size: 95%;
}
input {
font-family: verdana,arial,helvetica,sans-serif;
}
textarea {
font-family: "andale mono", "monotype.com", "courier new", monospace;
}
input.small, select.small {
font-size: 75%;
}
textarea.small {
font-size: 75%;
}
form {
margin-bottom : 0;
}
/* === User Submission Responses === */
div.errors,
div.warnings,
div.explain,
div.success {
margin: 4px;
padding: 6px;
clear: both;
font-size: 1.1em;
font-weight: bold;
}
div.errors {
border: 1px dashed #660000;
background: #fee;
color: #660000;
}
div.warnings {
border: 1px dashed #ff8c00;
background: #ffa;
color: #ff8c00;
}
div.explain {
border: 1px dashed #000066;
color: #000066;
}
div.success {
border: 1px dashed #006600;
background-color: #CCFF99;
color: #006600;
}
div.errors ul,
div.warnings ul,
div.explain ul,
div.success ul {
margin-top: 0em;
margin-bottom: 0em;
}
/* ========= Other ========= */
a:link, a:visited {
color: #000066;
display: inline-block;
}
a:hover {
color: #000033;
display: inline-block;
}
a:active {
color: #cc00cc;
display: inline-block;
}
th.others {
color: #000066;
text-align: left;
}
td.ulcell {
vertical-align: top;
}
em {
font-weight: bold;
font-style: italic;
}
hr {
border: 0px;
height: 1px;
background-color: #ccc;
}
code, pre, tt {
font-family: "andale mono", "monotype.com", "courier new", courier, monospace;
font-size: 0.9em;
}
pre.php {
border-color: black;
border-style: dashed;
border-width: 1px;
background-color: #eeeeee;
padding: 5px;
}
h1 {
font-size: 140%;
font-weight: bold;
color: #000066;
margin-top: 0em;
}
h2 {
font-size: 125%;
font-weight: bold;
color: #000066;
border-bottom: 1px solid #a2a2a2;
padding-bottom: 5px;
}
h3 {
font-size: 110%;
font-weight: bold;
color: #000066;
}
h4 {
font-size: 100%;
font-weight: bold;
color: #006600;
}
small {
font-size: 85%;
}
a.small {
font-size: 75%;
text-decoration: none;
}
.tip {
border: 1px solid #00c;
color: #006;
background: #eef;
padding: 8px;
}
.listing li {
line-height: 200%;
}
ul.spaced li {
margin-bottom: 0.75em;
}
.indent {
margin-left: 20px;
}
.indent {
margin-left: 20px;
}
.accesskey {
text-decoration: underline;
}
ul {
margin-top: 0em;
}
.error {
font-size: 120%;
color: #660000;
background-color: #fee;
padding: 5px;
}
.eInfo_label {
font-weight: bold;
font-size: 80%;
}
th.pkgListHeader {
background-color: #cccccc;
}
td.tableHeader {
background-color: #cccccc;
border-bottom: 1px solid black;
font-weight: bold;
}
td.moreInfo {
background-color: #f0f0f0;
border: 1px dashed #c0c0c0;
position: relative;
}
.closeButton {
border: 2px white outset;
background-color: #c0c0c0;
}
.moreInfoHeader {
background-color: #dddddd;
border-bottom: 1px dashed #c0c0c0;
}
.moreInfoText {
font-size: 80%;
font-weight: bold;
font-family: Verdana;
padding-left: 5px;
}
.treeMenuContainer {
height: 400px;
width: 220px;
overflow: auto;
border: 1px #aaaaaa solid;
background-color: #eeeeee;
}
.treeMenuOff {
padding: 1px;
width: 202x;
cursor: pointer;
cursor: hand;
}
.treeMenuOn {
border: 1px solid #000080;
background-color: #adadd1;
width: 202px;
cursor: pointer;
cursor: hand;
}
form.pecl-form {
background: #e8e8e8;
padding: 10px;
}
form.pecl-form div {
margin-bottom: 15px;
clear: both;
}
form.pecl-form label {
font-weight: bold;
text-align: right;
float: left;
width: 300px;
margin-right: 15px;
padding-top: 5px;
}
form.pecl-form div.info {
display: inline-block;
padding-top: 5px;
margin: 0;
}
a.item,
a.item:visited,
a.item:link {
background-image: url(../img/pecl_item.gif);
background-repeat: no-repeat;
background-position: left center;
font-weight: bold;
display: inline-block;
padding: 5px 5px 5px 25px;
text-decoration: underline;
margin-bottom: 5px;
}
a.item:hover {
text-decoration: none;
}