/** * Seam(less) Web Application Framework * * Copyright (c) 2006 Hakano, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * Seamless table widget built-in styles */ .seamless_table_cell { border-bottom: 1px dotted #ccc; border-right: 1px dotted #ccc; padding: 1px; font-weight: normal; cursor:pointer; } .seamless_table_row_even { background-color: #fff; } .seamless_table_row_odd { background-color: #EEEEFF; } .seamless_table_cell_selected { background-color: #ffffcc; color: #000; } .seamless_table_status { cursor: wait; filter: alpha( opacity = 70 ); -moz-opacity: 0.7; opacity: 0.7; padding:10px; border:2px solid #888; background-color:#eee; z-index:999; position:absolute; width:130px; height:20px; } .seamless_table_row_disabled { cursor: wait; filter: alpha( opacity = 60 ); -moz-opacity: 0.6; opacity: 0.6; } .seamless_table_header_row { border: 1px solid #ccc; border-bottom: none; } .seamless_table_header { background-color: #eee; } .seamless_table_header th { padding: 1px; border-right: 1px dotted #ccc; } /** * autocomplete widget styles */ div.autocomplete { width: 100px; background: #fff; display: inline; z-index:5000; } div.autocomplete ul { border: 1px solid #888; margin: 0; padding: 0; width: 100%; list-style-type: none; } div.autocomplete ul li { margin: 0; padding: 3px; position: relative; } div.autocomplete ul li.selected { background-color: #ffc; } div.autocomplete ul li>span { position: absolute; right: 5px; top:4px; font-size: x-small; color: #555; text-align: left; } div.autocomplete ul strong.highlight { color: #800; margin: 0; padding: 0; } /** * modal dialog */ #overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #222; filter: alpha( opacity = 60 ); -moz-opacity: 0.6; opacity: 0.6; } #modaldialog_shadow { background: url( ../images/shadowAlpha.png ) no-repeat bottom right !important; background: url( ../images/shadow.gif ) no-repeat bottom right; position: absolute; margin: 0; padding: 0; } #modaldialog { background-color: #fff; z-index: 100; position: absolute; width: 450px; height: 300px; padding: 4px; border: 2px solid #999; } #modaldialog_container { position: relative; } #modaldialog_imagebar { position: absolute; top: 0px; right: 0px; cursor: pointer; } #modaldialog_content { position: absolute; top: 18px; left: 0px; right: 0px; bottom: 0px; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 90%; } #modaldialog_buttonbar { position: absolute; left: 0px; right: 0px; width: 100%; height: 20px; margin-left: auto; margin-right: auto; } .modaldialog_button { border-right: 1px solid #999; border-bottom: 1px solid #999; border-top: 1px solid #ddd; border-left: 1px solid #ddd; background-color: #eee; width: 80px; height: 22px; cursor: pointer; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; text-align: center; } /** * main styles for syntax highlighter */ .dp-highlighter { font-family: "Courier New", Courier, mono; font-size: 12px; background-color:#000; color:#99FF00; width: 99%; overflow: auto; margin: 18px 0px 18px 0px; padding-top:10px; padding-bottom:10px; } .dp-highlighter .bar { padding-left: 45px; } .dp-highlighter.collapsed .bar, .dp-highlighter.nogutter .bar { padding-left: 0px; } .dp-highlighter ol { margin: 0px 0px 1px 45px; /* 1px bottom margin seems to fix occasional Firefox scrolling */ padding: 0px; color: #2B91AF; list-style-image:none; } .dp-highlighter.nogutter ol { list-style-type: none; margin-left: 0px; list-style-image:none; } .dp-highlighter ol li, .dp-highlighter .columns div { padding-left: 10px; line-height: 14px; } .dp-highlighter.nogutter ol li, .dp-highlighter.nogutter .columns div { border: 0; list-style-image:none; } .dp-highlighter .columns { color: gray; overflow: hidden; width: 100%; } .dp-highlighter .columns div { padding-bottom: 5px; } .dp-highlighter ol li.alt { /* background-color: #f8f8f8;*/ } .dp-highlighter ol li span { color: #fff; } /* Adjust some properties when collapsed */ .dp-highlighter.collapsed ol { margin: 0px; } .dp-highlighter.collapsed ol li { display: none; } /* Additional modifications when in print-view */ .dp-highlighter.printing { border: none; } .dp-highlighter.printing .tools { display: none !important; } .dp-highlighter.printing li { display: list-item !important; } /* Styles for the tools */ .dp-highlighter .tools { padding: 3px 8px 3px 10px; border-bottom: 1px solid #2B91AF; font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; } .dp-highlighter.collapsed .tools { border-bottom: 0; } .dp-highlighter .tools a { font-size: 9px; color: gray; text-decoration: none; margin-right: 10px; } .dp-highlighter .tools a:hover { color: red; text-decoration: underline; } /* About dialog styles */ .dp-about { background-color: #fff; margin: 0px; padding: 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 { border-bottom: 1px solid #ACA899; height: 95%; } .dp-about .title { color: red; font-weight: bold; } .dp-about .para { margin: 0 0 4px 0; } .dp-about .footer { background-color: #ECEADB; border-top: 1px solid #fff; text-align: right; } .dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; width: 60px; height: 22px; } /* Language specific styles */ .dp-c { } .dp-c .comment { color: #c00; } .dp-c .string { color: #f0c; } .dp-c .preprocessor { color: gray; } .dp-c .keyword { color: #069; } .dp-c .vars { color: #6cf; } .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 { color:#808080; } .dp-xml .cdata { color: #808080; } .dp-xml .comments { color: #0f0; } .dp-xml .tag { color: #999; } .dp-xml .tag-name { color: #6BCFF7; } .dp-xml .attribute { color: #FFD500; } .dp-xml .attribute-value { color: #99FF00; } .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 .comment { color: green; } .dp-py .string { color: red; } .dp-py .docstring { color: green; } .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; } .dp-rb { } .dp-rb .comment { color: #c00; } .dp-rb .string { color: #f0c; } .dp-rb .symbol { color: #02b902; } .dp-rb .keyword { color: #069; } .dp-rb .variable { color: #6cf; } .dp-css { } .dp-css .comment { color: green; } .dp-css .string { color: red; } .dp-css .keyword { color: blue; } .dp-css .colors { color: darkred; } .dp-css .vars { color: #d00; } .dp-j { } .dp-j .comment { color:#00ff00; } .dp-j .string { color: rgb( 42, 0, 255 ); } .dp-j .keyword { color: rgb( 127, 0, 85 ); } .dp-j .annotation { color: #646464; } .dp-j .number { color: #C00000; } .dp-cpp { } .dp-cpp .comment { color: #e00; } .dp-cpp .string { color: red; } .dp-cpp .preprocessor { color: #CD00CD; font-weight: bold; } .dp-cpp .keyword { color: #5697D9; font-weight: bold; } .dp-cpp .datatypes { color: #2E8B57; font-weight: bold; }