
/* XXX ERROR -- could not find '++resource++sonet.theme.stylesheets/main.css'*/

/* - SyntaxHighlighter.css - */
/* https://bestat.ecoinformatics.org/portal_css/SyntaxHighlighter.css?original=1 */
/* */
.dp-highlighter {
width: 100%;
overflow: auto;
/* */
}
.dp-highlighter table {
width: 100%;
margin: 0;
padding: 0;
border-collapse: collapse;
}
.dp-highlighter tbody.hide { display: none; }
.dp-highlighter tbody.show { display: table-row-group; _display: block; }
.dp-highlighter td
{
font-family: Monaco, "Courier New", Courier, monospace;
}
/* */
.dp-highlighter .tools-corner {
background-color: #eee;
font-size: 9px;
}
.dp-highlighter .tools {
background-color: #eee;
font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: silver;
}
.dp-highlighter .tools-corner {
background-color: #eee;
}
.dp-highlighter .tools a {
font-size: 9px;
color: gray;
text-decoration: none;
}
.dp-highlighter .tools a:hover {
color: red;
text-decoration: underline;
}
/* */
.dp-highlighter .gutter {
padding-right: 5px;
padding-left: 10px;
width: 5px;
background-color: #eee;
/* */
color: gray;
text-align: right;
vertical-align: top;
}
/* */
.dp-highlighter .line1, .line2 {
padding-left: 10px;
white-space:nowrap;
}
.dp-highlighter .line2 {
background-color: #F7F7F7;
}
/* */
.dp-about {
background-color: #fff;
margin: 0px;
}
.dp-about table {
width: 100%;
height: 100%;
font-size: 11px;
font-family: Tahoma, Verdana, Arial, sans-serif !important;
}
.dp-about td {
padding: 10px;
vertical-align: top;
}
.dp-about .copy {
height: 95%;
}
.dp-about .title {
color: red;
font-weight: bold;
}
.dp-about .para {
margin-bottom: 4px;
}
.dp-about .footer {
background-color: #ECEADB;
text-align: right;
}
.dp-about .close {
font-size: 11px;
font-family: Tahoma, Verdana, Arial, sans-serif !important;
background-color: #ECEADB;
width: 60px;
height: 22px;
}
/* */
.dp-c {}
.dp-c .comment { color: green; }
.dp-c .string { color: blue; }
.dp-c .preprocessor { color: gray; }
.dp-c .keyword { color: blue; }
.dp-c .vars { color: #d00; }
.dp-vb {}
.dp-vb .comment { color: green; }
.dp-vb .string { color: blue; }
.dp-vb .preprocessor { color: gray; }
.dp-vb .keyword { color: blue; }
.dp-sql {}
.dp-sql .comment { color: green; }
.dp-sql .string { color: red; }
.dp-sql .keyword { color: blue; }
.dp-sql .func { color: #ff1493; }
.dp-sql .op { color: #808080; }
.dp-xml {}
.dp-xml .cdata { color: #ff1493; }
.dp-xml .comments { color: green; }
.dp-xml .tag { color: blue; }
.dp-xml .tag-name { color: black; font-weight: bold; }
.dp-xml .attribute { color: red; }
.dp-xml .attribute-value { color: blue; }
.dp-delphi {}
.dp-delphi .comment { color: #008200; font-style: italic; }
.dp-delphi .string { color: blue; }
.dp-delphi .number { color: blue; }
.dp-delphi .directive { color: #008284; }
.dp-delphi .keyword { font-weight: bold; color: navy; }
.dp-delphi .vars { color: #000; }
.dp-py {}
.dp-py .dp-comment { color: green; border: none !important; padding: none !important; margin: none !important;}
.dp-py .string { color: red; }
.dp-py .docstring { color: brown; }
.dp-py .keyword { color: blue; font-weight: bold;}
.dp-py .builtins { color: #ff1493; }
.dp-py .magicmethods { color: #808080; }
.dp-py .exceptions { color: brown; }
.dp-py .types { color: brown; font-style: italic; }
.dp-py .commonlibs { color: #8A2BE2; font-style: italic; }


/* - clouseau.css - */
/* https://bestat.ecoinformatics.org/portal_css/clouseau.css?original=1 */
.fixed-width {
font-family: "Courier New", Courier, monospace;
}
.clouseau-info {
background: white;
color: grey;
}
.clouseau-warning {
background: white;
color: red;
font-weight: bold;
}
.clouseau-error {
background-color: red;
color: white;
font-weight: bold;
}
.clouseau-prompt {
margin: none !important;
border: none !important;
background-color: white !important;
}
#clouseau-top {
font-size: 100%;
}
#message-wrapper {
margin-top: 2em;
}
#clouseau_iframe iframe {
border: none;
margin: 1em;
}
#clouseau-footer td {
vertical-align: top;
}
#autocomplete-start {
}
#autocomplete-rest {
color: green;
text-decoration: underline;
}
#tip-output dt {
border-bottom: 1px solid lightgrey !important;
}
.clouseau-prompt {
color: grey;
padding-right: 2em;
}
.clouseau-line-number {
color: grey;
padding-right: 2em;
}
.output-cell {
height: 0px !important;
}
#input-field {
font-family: Monaco, "Courier New", Courier, monospace;
}
div.dp-highlighter {
display: inline;
height: 0px !important;
padding: 0px !important;
margin: 0px !important;
}
div.dp-highlighter table {
display: block;
margin: 0px !important;
padding: 0px !important;
}
a.truncated-none {
background: transparent url(../../arrowUpAlternative.gif) center left no-repeat;
padding-left: 18px;
color: black;
}
a.truncated-block {
background: transparent url(../../arrowDown.gif) center left no-repeat;
padding-left: 18px;
color: black;
}
#output-table code {
color: grey;
background-color: white;
border-left: 3px solid grey;
padding: 0.5em;
}
