
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3890 fd906abe-77d9-0310-91a1-e0d9ade77398
708 lines
11 KiB
CSS
708 lines
11 KiB
CSS
/*
|
|
** Zope3 style sheet for CSS2-capable browsers.
|
|
** For future skin see zope.app.boston.
|
|
*/
|
|
|
|
/*
|
|
* { border: 1px dotted red }
|
|
*/
|
|
|
|
|
|
/* Basic Elements */
|
|
|
|
body {
|
|
font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
|
|
font-size: 13px;
|
|
background: White;
|
|
/* color: Black; */
|
|
color: #242424;
|
|
margin: 0;
|
|
padding: 0;
|
|
/* These work in IE only, changes the look of the scrollbar + textareas */
|
|
scrollbar-base-color: White;
|
|
scrollbar-highlight-color: White;
|
|
scrollbar-track-color: #F8F8F8;
|
|
scrollbar-darkshadow-color: #F8F8F8;
|
|
/* scrollbar-3dlight-color: x369; */
|
|
scrollbar-3dlight-color: #344080;
|
|
scrollbar-shadow-color: #344080;
|
|
scrollbar-arrow-color: Black;
|
|
}
|
|
|
|
input, select {
|
|
font-family: Verdana, Arial, Helvetica, "sans serif";
|
|
font-size: 100%;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
font-size: 100%;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #344080;
|
|
background-color: transparent;
|
|
}
|
|
|
|
a[href]:active {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
img {
|
|
border: none;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
p {
|
|
margin: 0.5em 0em 1em 0em;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
p a:visited {
|
|
color: Purple;
|
|
background-color: transparent;
|
|
}
|
|
|
|
p a:active {
|
|
color: Red;
|
|
background-color: transparent;
|
|
}
|
|
|
|
p img {
|
|
border: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
hr {
|
|
clear: both;
|
|
height: 1px;
|
|
color: #344080;
|
|
background-color: transparent;
|
|
}
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
color: #242424;
|
|
clear: left;
|
|
font: 100% bold Verdana, Lucida, Helvetica, Arial, sans-serif;
|
|
margin: 0;
|
|
padding-top: 0.5em;
|
|
border-bottom: 1px solid #344080;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 160%;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 150%;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 140%;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 120%;
|
|
}
|
|
|
|
h5 {
|
|
font-size: 100%;
|
|
}
|
|
|
|
h6 {
|
|
font-size: 80%;
|
|
}
|
|
|
|
ul {
|
|
line-height: 1.5em;
|
|
/* list-style-image: url("bullet.gif"); */
|
|
margin-left: 2em;
|
|
padding:0;
|
|
}
|
|
|
|
ol {
|
|
line-height: 1.5em;
|
|
margin-left: 2em;
|
|
padding:0;
|
|
}
|
|
|
|
dl {
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
dd {
|
|
line-height: 1.5em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
|
|
fieldset {
|
|
border: 1px solid #A0A0A0;
|
|
/*
|
|
margin: 2em 0em 1em 0em;
|
|
padding: 1em 0em;
|
|
*/
|
|
margin: 0em 0em 2em 0em;
|
|
padding: 0 1em 1em 1em;
|
|
}
|
|
|
|
legend {
|
|
background: White;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
|
|
form {
|
|
border: none;
|
|
margin: 0;
|
|
}
|
|
|
|
textarea {
|
|
color: #242424;
|
|
width: 88%;
|
|
padding: 0.1em;
|
|
}
|
|
|
|
textarea.pretty {
|
|
font: normal 100% Verdana, Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
input {
|
|
font: normal 100% Verdana, Lucida, Helvetica, Arial, sans-serif;
|
|
color: #242424;
|
|
vertical-align: middle;
|
|
margin-bottom: 1px; /* IE bug fix */
|
|
padding: 0.1em;
|
|
}
|
|
|
|
select {
|
|
font: normal 100% Verdana, Lucida, Helvetica, Arial, sans-serif;
|
|
vertical-align: top;
|
|
}
|
|
|
|
abbr, acronym, .explain {
|
|
border-bottom: 1px dotted #242424;
|
|
color: #242424;
|
|
background-color: transparent;
|
|
cursor: help;
|
|
}
|
|
|
|
q {
|
|
font-family: Times, "Times New Roman", serif;
|
|
font-style: italic;
|
|
font-size: 120%;
|
|
}
|
|
|
|
blockquote {
|
|
font-family: Times, "Times New Roman", serif;
|
|
font-style: italic;
|
|
font-size: 120%;
|
|
}
|
|
|
|
code {
|
|
font-size: 120%;
|
|
color: #242424;
|
|
background-color: #CCCCCC;
|
|
}
|
|
|
|
pre {
|
|
font-size: 120%;
|
|
padding: 1em;
|
|
border: 1px solid #A0A0A0;
|
|
color: #242424;
|
|
background-color: #CCCCCC;
|
|
}
|
|
|
|
.netscape4 {
|
|
display: none;
|
|
}
|
|
|
|
/* layout table
|
|
*/
|
|
|
|
#layout {
|
|
width: 100%;
|
|
table-layout: auto;
|
|
font-size: 100%;
|
|
border-collapse: collapse;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
#layout td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
#layout td.global {
|
|
width: 100%;
|
|
}
|
|
|
|
#layout td.navigators {
|
|
width: 200px;
|
|
}
|
|
|
|
#layout td.workspace {
|
|
}
|
|
|
|
|
|
/* Styles for xmltree
|
|
*/
|
|
|
|
#navtreecontents {
|
|
padding-right: 35px;
|
|
}
|
|
|
|
#navtreecontents a {
|
|
cursor: pointer;
|
|
height: 20px;
|
|
}
|
|
|
|
#navtreecontents loading {
|
|
display: block;
|
|
padding-left: 31px;
|
|
height: 18px;
|
|
}
|
|
|
|
#navtreecontents expand {
|
|
background-repeat: no-repeat;
|
|
padding-left: 14px;
|
|
display: inline;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#navtreecontents icon {
|
|
background-repeat: no-repeat;
|
|
padding-left: 20px;
|
|
display: inline;
|
|
cursor: auto;
|
|
}
|
|
|
|
#navtreecontents collection {
|
|
display: block;
|
|
margin-left: 10px;
|
|
/* border: red solid 1pt; */
|
|
height: auto;
|
|
}
|
|
|
|
|
|
/* Structural elements
|
|
*/
|
|
|
|
#top {
|
|
border-bottom: 0.1em solid #b0b0b0;
|
|
padding-left: 8px;
|
|
}
|
|
|
|
#top #userDetails {
|
|
float:right;
|
|
margin-top: 1.2em;
|
|
padding-right: 0.5em;
|
|
}
|
|
|
|
div#action {
|
|
height: 1.35em;
|
|
/*width: 100%;*/
|
|
background-color: #c8c4ff;
|
|
border-left: 1px solid #6478b0;
|
|
border-right: 1px solid #6478b0;
|
|
}
|
|
|
|
div#action ul {
|
|
line-height: 1.5em;
|
|
color: #344080;
|
|
white-space: nowrap;
|
|
float: right;
|
|
margin: 0px;
|
|
margin-right: 20px;
|
|
padding: 0px 0px 0px 0px;
|
|
}
|
|
|
|
div#action li {
|
|
list-style-type: none;
|
|
display: inline;
|
|
}
|
|
|
|
div#action li a {
|
|
color: #344080;
|
|
text-decoration: none;
|
|
border-left: 1px solid #c8c4ff;
|
|
padding: 0px 5px;
|
|
}
|
|
|
|
div#action li a:link {
|
|
color: #344080;
|
|
}
|
|
|
|
/* div#action li a:hover {
|
|
color: #344080;
|
|
background-color: #e0e0ff;
|
|
}*/
|
|
|
|
#breadcrumbs {
|
|
margin: 0;
|
|
padding: 5px 5px 5px 12px;
|
|
}
|
|
|
|
#navigation {
|
|
width: 200px;
|
|
vertical-align: top;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
#navigators {
|
|
padding: 10px 12px 0px 12px;
|
|
}
|
|
|
|
/* slot boxes
|
|
*/
|
|
|
|
div.box {
|
|
background: #CCCCCC;
|
|
border-right: 1px solid #6478b0;
|
|
border-left: 1px solid #6478b0;
|
|
margin-bottom: 10px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.box h4 {
|
|
background: #c8c4ff;
|
|
border-bottom: 1px solid #6478b0;
|
|
border-top: 1px solid #6478b0;
|
|
color: #606060;
|
|
padding: 0px 5px;
|
|
display: block;
|
|
/* height: 18px; */
|
|
}
|
|
|
|
.box div.body {
|
|
background: white;
|
|
border-bottom: 1px solid #6478b0;
|
|
}
|
|
|
|
.box div.body div {
|
|
color: #777777;
|
|
padding: 2px 0px 5px 5px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.box div.treebody {
|
|
background: white;
|
|
border-bottom: 1px solid #6478b0;
|
|
}
|
|
|
|
.box div.treebody table {
|
|
margin: 2px;
|
|
}
|
|
|
|
.box div.body div.tip {
|
|
color: #B30000;
|
|
padding: 2px 0px 5px 5px;
|
|
}
|
|
|
|
.box div.body div.even {
|
|
padding: 4px;
|
|
}
|
|
|
|
.box div.body div.odd {
|
|
padding: 4px;
|
|
background: #EBEBE2;
|
|
}
|
|
|
|
.box div.body a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.box .content {
|
|
padding: 0.5em;
|
|
}
|
|
|
|
.box h1,
|
|
.box h2,
|
|
.box h3,
|
|
.box h4 {
|
|
margin: 0;
|
|
}
|
|
|
|
.row-normal {
|
|
background-color: #ffffff;
|
|
border: none;
|
|
}
|
|
|
|
.row-hilite {
|
|
background-color: #efefef;
|
|
border: none;
|
|
}
|
|
|
|
#content {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#context_information {
|
|
padding-top: 1em;
|
|
width: 15%;
|
|
float: left;
|
|
padding-left: 0.5em;
|
|
}
|
|
|
|
#workspace {
|
|
width: 100%;
|
|
}
|
|
|
|
#helpers {
|
|
}
|
|
|
|
#inspectors {
|
|
}
|
|
|
|
#footer {
|
|
border-bottom: 1px solid #242424;
|
|
float: left;
|
|
clear: both;
|
|
}
|
|
|
|
input.textType {
|
|
width: 88%; /* Same as textarea */
|
|
}
|
|
|
|
input.editcheck {
|
|
float:left;
|
|
position:relative;
|
|
top:1em;
|
|
}
|
|
|
|
div.row {
|
|
padding-top: 1em;
|
|
}
|
|
|
|
/*
|
|
div.label {
|
|
#clear: both;
|
|
padding-top: 10px;
|
|
}
|
|
*/
|
|
|
|
/* div.row div.field doesn't appear to be selecting. div.row div
|
|
is a workaround */
|
|
/* This seems to work in Firefox 1.0 and IE6. */
|
|
|
|
div.row div.field {
|
|
clear: left;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
div.row div.label {
|
|
font-weight: bold;
|
|
/*background: #dddddd;
|
|
border: 1px solid #dddddd; /* Same as .itemViews */
|
|
color: #202020;
|
|
padding: 0.1em 0.5em 0.1em 0.5em; /* Same as .itemViews */
|
|
margin: 0;
|
|
float: left;
|
|
clear: both;
|
|
}
|
|
|
|
div.error {
|
|
background: #ff80a0;
|
|
color: white;
|
|
font-weight: bold;
|
|
padding: 0.1em 0.5em 0.1em 0.5em; /* Same as .itemViews */
|
|
border: 1px solid red; /* Same as .itemViews */
|
|
margin: 0;
|
|
float: left;
|
|
clear: both;
|
|
}
|
|
|
|
div.summary {
|
|
background: #c8c4ff;
|
|
font-weight: bold;
|
|
padding: 0.1em 0.5em 0.1em 0.5em; /* Same as .itemViews */
|
|
border: 1px solid #6478b0; /* Same as .itemViews */
|
|
margin: 0;
|
|
margin-top: 1em;
|
|
}
|
|
|
|
/*
|
|
div.row div.error:before {
|
|
content: "\2190 "; /* Left pointing arrow */
|
|
}
|
|
*/
|
|
|
|
#metadata .label {
|
|
font-size: 80%;
|
|
}
|
|
|
|
.itemViews {
|
|
background: transparent;
|
|
border-collapse: collapse;
|
|
border-bottom: 1px solid #6478b0;
|
|
padding-top: 1px;
|
|
padding-bottom: 0;
|
|
padding-left: 1em;
|
|
margin-top: 0.8em;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.itemViews a {
|
|
background: transparent;
|
|
border: 1px solid #6478b0;
|
|
color: #344080;
|
|
font-weight: normal;
|
|
margin-right: 0.5em;
|
|
padding: 0.1em 0.5em 0 0.5em;
|
|
}
|
|
|
|
.itemViews a.selected {
|
|
background: #c8c4ff;
|
|
border-bottom: #c8c4ff 1px solid;
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
.itemViews a:hover {
|
|
background-color: #c8c4ff;
|
|
}
|
|
|
|
#viewspace {
|
|
border-collapse: collapse;
|
|
border: 1px solid #6478b0;
|
|
margin: 0;
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
table.listingdescription, table.listing {
|
|
/* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
|
|
border-collapse: collapse;
|
|
border-left: 1px solid #CCCCCC;
|
|
border-bottom: 1px solid #CCCCCC;
|
|
margin: 1em 0em 1em 0em;
|
|
/* clear: both; */
|
|
}
|
|
|
|
table.listingdescription {
|
|
width: 100%;
|
|
}
|
|
|
|
table.listingdescription th, table.listing th {
|
|
background: #eee;
|
|
border-top: 1px solid #CCCCCC;
|
|
border-bottom: 1px solid #CCCCCC;
|
|
border-right: 1px solid #CCCCCC;
|
|
color: Black;
|
|
font-weight: normal;
|
|
padding: 0em 1em 0em 1em;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
table.listingdescription td.top, table.listing td.top {
|
|
border-left: 1px solid White;
|
|
border-top: 1px solid White ! important;
|
|
border-right: 1px solid White ! important;
|
|
text-align: right ! important;
|
|
padding: 0em 0em 1em 0em;
|
|
/* insane IE row bug workaround */
|
|
position: relative;
|
|
left: -1px;
|
|
top: -1px;
|
|
}
|
|
|
|
table.listingdescription tr.odd, table.listing tr.odd {
|
|
/*every second line should be shaded */
|
|
background: White;
|
|
}
|
|
|
|
table.listingdescription tr.even, table.listing tr.even {
|
|
background: #F8F8F8;
|
|
}
|
|
|
|
table.listing td {
|
|
border-right: 1px solid #CCCCCC;
|
|
padding: 0em 0.3em;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
table.listing td.center {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
table.listingdescription img, table.listing img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
table.listingdescription td {
|
|
border-right: 1px solid #CCCCCC;
|
|
padding: 5px;
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
/*colorize the matrix table used in grant.html*/
|
|
table.matrix td.default {
|
|
background: green;
|
|
}
|
|
|
|
|
|
table.matrix td.changed {
|
|
background: red;
|
|
}
|
|
|
|
|
|
div.spacer {
|
|
clear: both;
|
|
}
|
|
|
|
|
|
.registrationSummary {
|
|
margin-left: 2em;
|
|
margin-bottom: 1em;
|
|
}
|
|
.registrationSummary .usageSummary {
|
|
font-weight: bold;
|
|
}
|
|
.registrationSummary .modificationLink {
|
|
display: block;
|
|
}
|
|
|
|
|
|
div.message {
|
|
background: #FFCE7B;
|
|
border: 1px solid #FFA500;
|
|
color: #242424;
|
|
font: bold 80% Verdana, Lucida, Helvetica, Arial, sans-serif;
|
|
margin: 2em 0em 1em 0em;
|
|
padding: 0.5em 1em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
div.message a {
|
|
color: #242424;
|
|
}
|
|
|
|
/* Style for page error divs. Use this for displaying errors for a
|
|
page as a whole.
|
|
*/
|
|
div.page_error {
|
|
background: #FFCE7B;
|
|
font: bold 80% Verdana, Lucida, Helvetica, Arial, sans-serif;
|
|
padding: 0.5em 1em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
div.bug {
|
|
background: #FFCE7B;
|
|
border: 1px solid #FFA500;
|
|
color: #242424;
|
|
font: bold 80% Verdana, Lucida, Helvetica, Arial, sans-serif;
|
|
margin: 2em 1em 1em 0em;
|
|
padding: 0.5em 1em;
|
|
vertical-align: middle;
|
|
}
|
|
|