Moved under "trunk" to be able to track releases under "tags"
SVN:code[55]
11
trunk/js/themes/dark/dark.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.dark { background:#111; color:snow; font:10pt Calibri, Arial, sans-serif; }
|
||||
.dark a, a.dark { color:#68D; outline:none; }
|
||||
.dark a:visited, a.dark:visited { color:#D66; }
|
||||
.dark a:hover, a.dark:hover { color:#FFF; }
|
||||
.dark fieldset { border:1px solid #282828; }
|
||||
.dark legend { color:#CCC; font:.8em Verdana, san-serif; }
|
||||
.dark button, button.dark, .dark input, input.dark { padding:2px 4px; font:.9em Consolas, Verdana, san-serif; }
|
||||
.dark textarea, textarea.dark { padding:2px 4px; font:.9em Consolas, Courier New, san-serif; width:20em; height:5em; overflow:auto; }
|
||||
.dark select, select.dark { padding:3px 0 3px 4px; font:.9em Verdana, san-serif; }
|
||||
.dark label { font-weight:bold; }
|
||||
|
||||
192
trunk/js/themes/dark/dark.form.css
Normal file
@@ -0,0 +1,192 @@
|
||||
.dark .ui-form-hide { position:absolute; left:-2000em; }
|
||||
|
||||
|
||||
/*( fieldset )*/
|
||||
.dark .ui-form-fieldset,
|
||||
.dark.ui-form-fieldset {
|
||||
display:block;
|
||||
border:1px solid #333;
|
||||
padding:0;
|
||||
}
|
||||
.dark .ui-form-fieldset,
|
||||
.dark.ui-form-fieldset {
|
||||
margin-top:1.6em;
|
||||
}
|
||||
.dark fieldset.ui-form {
|
||||
margin:0;
|
||||
border:1px solid #111;
|
||||
color:snow;
|
||||
}
|
||||
.dark fieldset.ui-form { background:#181818; }
|
||||
.dark .ui-form-legend,
|
||||
.dark.ui-form-legend {
|
||||
display:block;
|
||||
text-align:left;
|
||||
border:1px solid #333;
|
||||
background:#222;
|
||||
margin:-1.05em 0 0 0;
|
||||
}
|
||||
.dark legend.ui-form {
|
||||
display:block;
|
||||
color:snow;
|
||||
font-weight:bold;
|
||||
background:#222;
|
||||
border-top:1px dotted #282828;
|
||||
border-bottom:1px dotted #282828;
|
||||
margin:-1px 2px;
|
||||
padding:0 2px 2px;
|
||||
}
|
||||
|
||||
|
||||
/*( inputs )*/
|
||||
.dark .ui-form-text,
|
||||
.dark .ui-form-password,
|
||||
.dark.ui-form-text,
|
||||
.dark.ui-form-password {
|
||||
border:1px solid #333;
|
||||
padding:2px 0 3px;
|
||||
}
|
||||
|
||||
.dark .ui-form-textarea,
|
||||
.dark.ui-form-textarea {
|
||||
display:block;
|
||||
border:1px solid #333;
|
||||
padding:0;
|
||||
}
|
||||
.dark .ui-form-textarea .ui-form-inner,
|
||||
.dark.ui-form-textarea .ui-form-inner {
|
||||
display:block;
|
||||
border:1px solid #111;
|
||||
overflow:hidden;
|
||||
}
|
||||
.dark .ui-form-text.focus,
|
||||
.dark .ui-form-password.focus,
|
||||
.dark .ui-form-textarea.focus,
|
||||
.dark.ui-form-text.focus,
|
||||
.dark.ui-form-password.focus,
|
||||
.dark.ui-form-textarea.focus {
|
||||
border:1px solid #444;
|
||||
}
|
||||
|
||||
.dark .ui-form-text input,
|
||||
.dark .ui-form-password input,
|
||||
.dark textarea.ui-form {
|
||||
margin:0;
|
||||
border:1px solid #111;
|
||||
background:#222; color:snow;
|
||||
}
|
||||
.dark textarea.ui-form { border:none; }
|
||||
.dark .ui-form-text input:focus,
|
||||
.dark .ui-form-password input:focus,
|
||||
.dark textarea.ui-form:focus { background:#1D1D1D; }
|
||||
|
||||
|
||||
/*( buttons )*/
|
||||
.dark .ui-form-buttons,
|
||||
.dark.ui-form-buttons {
|
||||
display:block; float:left;
|
||||
height:40px;
|
||||
background:url(dark.form.png) left -40px;
|
||||
border:none;
|
||||
color:#CCC;
|
||||
padding-left:25px;
|
||||
margin:0 4px;
|
||||
}
|
||||
.dark .ui-form-buttons .ui-form-inner,
|
||||
.dark.ui-form-buttons .ui-form-inner {
|
||||
display:block; float:left;
|
||||
height:40px;
|
||||
background:url(dark.form.png) right -40px;
|
||||
margin-right:-5px;
|
||||
padding-right:5px;
|
||||
}
|
||||
.dark .ui-form-buttons .ui-form,
|
||||
.dark.ui-form-buttons .ui-form {
|
||||
background:transparent;
|
||||
border:none;
|
||||
color:#DDD;
|
||||
padding:9px 25px 10px 25px;
|
||||
*padding:9px 15px 10px 15px;
|
||||
margin-left:-25px;
|
||||
}
|
||||
.dark .ui-form-buttons.hover,
|
||||
.dark.ui-form-buttons.hover {
|
||||
background-position:left -80px;
|
||||
}
|
||||
.dark .ui-form-buttons.hover .ui-form-inner,
|
||||
.dark.ui-form-buttons.hover .ui-form-inner {
|
||||
background-position:right -80px;
|
||||
}
|
||||
.dark .ui-form-buttons.hover .ui-form,
|
||||
.dark.ui-form-buttons.hover .ui-form {
|
||||
color:#FFF;
|
||||
}
|
||||
.dark .ui-form-buttons.focus,
|
||||
.dark.ui-form-buttons.focus {
|
||||
background-position:left -80px;
|
||||
}
|
||||
.dark .ui-form-buttons.focus .ui-form-inner,
|
||||
.dark.ui-form-buttons.focus .ui-form-inner {
|
||||
background-position:right -80px;
|
||||
}
|
||||
.dark .ui-form-buttons.focus .ui-form,
|
||||
.dark.ui-form-buttons.focus .ui-form {
|
||||
color:#FFF;
|
||||
}
|
||||
.dark .ui-form-buttons.active,
|
||||
.dark.ui-form-buttons.active {
|
||||
background-position:left -120px;
|
||||
}
|
||||
.dark .ui-form-buttons.active .ui-form-inner,
|
||||
.dark.ui-form-buttons.active .ui-form-inner {
|
||||
background-position:right -120px;
|
||||
}
|
||||
.dark .ui-form-buttons.active .ui-form,
|
||||
.dark.ui-form-buttons.active .ui-form {
|
||||
background-position:right -120px;
|
||||
}
|
||||
|
||||
|
||||
/*( checkbox )*/
|
||||
.dark .ui-form-checkbox {
|
||||
background:url(dark.form.png) -221px 0;
|
||||
padding:2px 0 1px 0;
|
||||
}
|
||||
.dark .ui-form-checkbox .ui-form-content {
|
||||
padding:0 7px 1px 7px;
|
||||
color:#222;
|
||||
cursor:default;
|
||||
}
|
||||
.dark .ui-form-checkbox.hover,
|
||||
.dark .ui-form-checkbox.focus,
|
||||
.dark .ui-form-checkbox.active {
|
||||
background-position: -221px -20px;
|
||||
}
|
||||
.dark .ui-form-checkbox.selected .ui-form-inner {
|
||||
background:url(dark.form.png) -201px -2px;
|
||||
}
|
||||
|
||||
|
||||
/*( radio )*/
|
||||
.dark .ui-form-radio {
|
||||
padding:2px 1px;
|
||||
background:url(dark.form.png) -1px -1px;
|
||||
}
|
||||
.dark .ui-form-radio .ui-form-content {
|
||||
padding:1px 6px 1px 7px;
|
||||
*padding:0 6px 0 7px;
|
||||
color:#222;
|
||||
cursor:default;
|
||||
}
|
||||
.dark .ui-form-radio.hover,
|
||||
.dark .ui-form-radio.focus,
|
||||
.dark .ui-form-radio.active {
|
||||
background-position: -1px -21px;
|
||||
}
|
||||
.dark .ui-form-radio.selected .ui-form-inner {
|
||||
background:url(dark.form.png) -22px -3px;
|
||||
}
|
||||
.dark .ui-form-radio.selected .ui-form-content {
|
||||
color:#CDD6E7;
|
||||
}
|
||||
|
||||
BIN
trunk/js/themes/dark/dark.form.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
9
trunk/js/themes/dark/dark.menu.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.ui-menu-toolbar {background:#222; font:10pt Verdana;}
|
||||
.ui-menu-toolbar-button {border:1px solid #DDD; background:#000;}
|
||||
.ui-menu-toolbar-button:hover {border:1px solid #CCC; background:#333; }
|
||||
.ui-menu-toolbar-button a {color:#fff;}
|
||||
.ui-menu-items {background:#000; border:1px solid #CCC; opacity:0.95; font:10pt Verdana; min-width:80px; *width:80px;}
|
||||
.ui-menu-item a { color:#fff; }
|
||||
.ui-menu-item-parent { }
|
||||
.ui-menu-item-disabled {color: #aaa; background: transparent;}
|
||||
.ui-context-header {color: #fff;}
|
||||
93
trunk/js/themes/dark/dark.modal.css
Normal file
@@ -0,0 +1,93 @@
|
||||
.dark .ui-modal .top.pane,
|
||||
.dark.ui-modal .top.pane {
|
||||
position: relative;
|
||||
cursor:move;
|
||||
}
|
||||
|
||||
.dark .ui-modal .top.pane .ui-modal-title-bar,
|
||||
.dark.ui-modal .top.pane .ui-modal-title-bar {
|
||||
background:#333;
|
||||
color:snow;
|
||||
padding:2px 4px;
|
||||
border-bottom:1px solid #333;
|
||||
font-weight:bold;
|
||||
font-size:1.1em;
|
||||
}
|
||||
|
||||
.dark .ui-modal .top.pane .ui-modal-buttons-right,
|
||||
.dark.ui-modal .top.pane .ui-modal-buttons-right {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.dark .ui-modal .top.pane .ui-modal-button-close,
|
||||
.dark.ui-modal .top.pane .ui-modal-button-close {
|
||||
font:10pt Verdana;
|
||||
font-weight:bold;
|
||||
color:snow;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.dark .ui-modal .middle.pane,
|
||||
.dark.ui-modal .middle.pane {
|
||||
position:relative;
|
||||
height: 100%;
|
||||
background:#222;
|
||||
padding-top:4px;
|
||||
}
|
||||
.dark .ui-modal .middle.pane .center.pane,
|
||||
.dark.ui-modal .middle.pane .center.pane{
|
||||
position:relative;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
margin:0 4px;
|
||||
background:#111;
|
||||
color:snow;
|
||||
}
|
||||
.dark .ui-modal.noOverflow .middle.pane .center.pane,
|
||||
.dark.ui-modal.noOverflow .middle.pane .center.pane{
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.dark .ui-modal .middle.pane .left.pane,
|
||||
.dark.ui-modal .middle.pane .left.pane {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
border-left:1px solid #333;
|
||||
height:100%;
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
.dark .ui-modal .middle.pane .right.pane,
|
||||
.dark.ui-modal .middle.pane .right.pane {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
border-right:1px solid #333;
|
||||
height:100%;
|
||||
width: 2px;
|
||||
cursor:e-resize;
|
||||
}
|
||||
|
||||
.dark .ui-modal .bottom.pane,
|
||||
.dark.ui-modal .bottom.pane {
|
||||
position: relative;
|
||||
height:3px;
|
||||
background:#222;
|
||||
border:1px solid #333;
|
||||
border-top:none;
|
||||
cursor:s-resize;
|
||||
}
|
||||
|
||||
|
||||
.dark .ui-modal .bottom.pane .ui-modal-resize-se,
|
||||
.dark.ui-modal .bottom.pane .ui-modal-resize-se {
|
||||
position: absolute;
|
||||
bottom:-1px;
|
||||
right:-1px;
|
||||
height:4px;
|
||||
width:4px;
|
||||
cursor:se-resize;
|
||||
}
|
||||
|
||||
73
trunk/js/themes/dark/dark.tabs.css
Normal file
@@ -0,0 +1,73 @@
|
||||
@media projection, screen { .ui-tabs-hide { display:none; } }
|
||||
@media print { .ui-tabs-nav { display: none; } }
|
||||
|
||||
.dark .ui-tabs-nav,
|
||||
.dark.ui-tabs-nav {
|
||||
padding-left:6px;
|
||||
border-bottom:1px solid #333;
|
||||
float:left;
|
||||
width:99%;
|
||||
margin:0;
|
||||
}
|
||||
.dark .ui-tabs-nav li,
|
||||
.dark.ui-tabs-nav li {
|
||||
list-style:none;
|
||||
float:left;
|
||||
}
|
||||
.dark .ui-tabs-nav a,
|
||||
.dark.ui-tabs-nav a {
|
||||
display:block;
|
||||
padding:2px 0 1px;
|
||||
text-decoration:none!important;
|
||||
border:1px solid #444;
|
||||
margin:1px 1px 0 0;
|
||||
font:9pt Verdana;
|
||||
color:#FFF;
|
||||
background:#444;
|
||||
}
|
||||
.dark .ui-tabs-nav span,
|
||||
.dark.ui-tabs-nav span {
|
||||
padding:2px 13px 2px;
|
||||
color:#FFF;
|
||||
background:#333;
|
||||
}
|
||||
.dark .ui-tabs-nav a:hover,
|
||||
.dark .ui-tabs-nav a:hover span,
|
||||
.dark.ui-tabs-nav a:hover,
|
||||
.dark.ui-tabs-nav a:hover span {
|
||||
border-color:#181818;
|
||||
color:#FFF;
|
||||
background:#111;
|
||||
}
|
||||
.dark .ui-tabs-nav .ui-tabs-selected a,
|
||||
.dark.ui-tabs-nav .ui-tabs-selected a {
|
||||
background:#222;
|
||||
border-color:#333;
|
||||
}
|
||||
.dark .ui-tabs-nav .ui-tabs-selected a span,
|
||||
.dark.ui-tabs-nav .ui-tabs-selected a span {
|
||||
margin-bottom:0;
|
||||
color:#FFF;
|
||||
background:#181818;
|
||||
border-bottom:1px solid #181818;
|
||||
cursor:default;
|
||||
}
|
||||
.dark .ui-tabs-nav .ui-tabs-disabled a,
|
||||
.dark .ui-tabs-nav .ui-tabs-disabled a span,
|
||||
.dark.ui-tabs-nav .ui-tabs-disabled a,
|
||||
.dark.ui-tabs-nav .ui-tabs-disabled a span {
|
||||
background:#161616;
|
||||
color:#333;
|
||||
border-color:#161616;
|
||||
cursor:default;
|
||||
}
|
||||
.dark .ui-tabs-container {
|
||||
background:#181818;
|
||||
border-bottom:1px solid #222;
|
||||
clear:both;
|
||||
padding:10px 10px 8px 10px;
|
||||
*padding-top:3px;
|
||||
*margin-top:-24px;
|
||||
clear:left;
|
||||
}
|
||||
|
||||
61
trunk/js/themes/dark/dark.tree.css
Normal file
@@ -0,0 +1,61 @@
|
||||
body.dark { font:11pt Calibri; background:#111; color:snow; }
|
||||
|
||||
.dark .ui-tree-nodes * { outline:none; }
|
||||
.dark .ui-tree-nodes {
|
||||
position:relative;
|
||||
list-style: none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin-left:0;
|
||||
padding-left:0.8em;
|
||||
}
|
||||
|
||||
.dark .ui-tree-node {
|
||||
margin:0;
|
||||
padding:0;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.dark .ui-tree-node-text {
|
||||
text-decoration:none;
|
||||
color:snow;
|
||||
padding:0 .3em;
|
||||
}
|
||||
|
||||
.dark .ui-tree-node-selected > .ui-tree-node-text {
|
||||
background: #448;
|
||||
}
|
||||
|
||||
.dark .ui-tree-node-button {
|
||||
border: 1px solid #222;
|
||||
padding-left:1px;
|
||||
color: #666;
|
||||
font:7pt Courier New,monospace;
|
||||
margin-top: 0.5em;
|
||||
position: absolute;
|
||||
left: 0.2em;
|
||||
width: 0.7em;
|
||||
height: 0.8em;
|
||||
line-height: 0.8em;
|
||||
text-decoration: none;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.dark .ui-tree-node-expanded > .ui-tree-node-button {
|
||||
background: #181818;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.dark .ui-tree-node-collapsed > .ui-tree-node-button {
|
||||
background: #222;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.dark .ui-tree-node-moving > .ui-tree-node-button {
|
||||
background: #282828;
|
||||
}
|
||||
|
||||
.dark .ui-tree-node-moving > .ui-tree-node-text {
|
||||
background: #474; color:#FFF;
|
||||
}
|
||||
|
||||
12
trunk/js/themes/flora/flora.accordion.css
Normal file
@@ -0,0 +1,12 @@
|
||||
ul.ui-accordion-container { margin: 0; padding: 0; list-style-type: none; }
|
||||
ul.ui-accordion-container li { position: relative; margin: 0; margin-bottom: 2px; padding: 0; background-image: url(i/accordion-left.png); background-repeat: no-repeat; }
|
||||
ul.ui-accordion-container li a.ui-accordion-link { display: block; padding-left: 5px; margin-right: 3px; height: 28px; background-image: url(i/accordion-middle.png); color: #000; text-decoration: none; line-height: 28px; }
|
||||
ul.ui-accordion-container li div.ui-accordion-right { background-image: url(i/accordion-right.png); position: absolute; top: 0px; right: 0px; height: 28px; width: 3px; }
|
||||
|
||||
ul.ui-accordion-container li:hover { background-image: url(i/accordion-left-over.png); }
|
||||
ul.ui-accordion-container li:hover a.ui-accordion-link { background-image: url(i/accordion-middle-over.png); }
|
||||
ul.ui-accordion-container li:hover div.ui-accordion-right { background-image: url(i/accordion-right-over.png); }
|
||||
|
||||
ul.ui-accordion-container li.active { background-image: url(i/accordion-left-act.png); }
|
||||
ul.ui-accordion-container li.active a.ui-accordion-link { background-image: url(i/accordion-middle-act.png); }
|
||||
ul.ui-accordion-container li.active div.ui-accordion-right { background-image: url(i/accordion-right-act.png); }
|
||||
9
trunk/js/themes/flora/flora.all.css
Normal file
@@ -0,0 +1,9 @@
|
||||
@import "flora.css";
|
||||
@import "flora.shadow.css";
|
||||
@import "flora.resizable.css";
|
||||
@import "flora.slider.css";
|
||||
@import "flora.accordion.css";
|
||||
@import "flora.tabs.css";
|
||||
@import "flora.dialog.css";
|
||||
@import "flora.tablesorter.css";
|
||||
@import "flora.calendar.css";
|
||||
167
trunk/js/themes/flora/flora.calendar.css
Normal file
@@ -0,0 +1,167 @@
|
||||
/* Main Style Sheet for jQuery Calendar */
|
||||
#calendar_div, .calendar_inline {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: #ddd;
|
||||
}
|
||||
#calendar_div {
|
||||
display: none;
|
||||
border: 1px solid #FF9900;
|
||||
z-index: 10; /*must have*/
|
||||
}
|
||||
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
|
||||
width: 185px;
|
||||
}
|
||||
.calendar_inline {
|
||||
float: left;
|
||||
display: block;
|
||||
border: 0;
|
||||
}
|
||||
.calendar_dialog {
|
||||
padding: 5px !important;
|
||||
border: 4px ridge #ddd !important;
|
||||
}
|
||||
button.calendar_trigger {
|
||||
width: 25px;
|
||||
}
|
||||
img.calendar_trigger {
|
||||
margin: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.calendar_prompt {
|
||||
float: left;
|
||||
width: 181px;
|
||||
padding: 2px;
|
||||
background: #ddd;
|
||||
color: #000;
|
||||
}
|
||||
* html .calendar_prompt {
|
||||
width: 185px;
|
||||
}
|
||||
.calendar_control, .calendar_links, .calendar_header, .calendar {
|
||||
clear: both;
|
||||
float: left;
|
||||
color: #fff;
|
||||
}
|
||||
.calendar_control {
|
||||
background: #FF9900;
|
||||
}
|
||||
.calendar_links {
|
||||
background: #E0F4D7;
|
||||
}
|
||||
.calendar_control, .calendar_links {
|
||||
font-weight: bold;
|
||||
font-size: 80%;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.calendar_links label { /* disabled links */
|
||||
padding: 2px 5px;
|
||||
color: #888;
|
||||
}
|
||||
.calendar_clear, .calendar_prev {
|
||||
float: left;
|
||||
}
|
||||
.calendar_current {
|
||||
float: left;
|
||||
width: 35%;
|
||||
text-align: center;
|
||||
}
|
||||
.calendar_close, .calendar_next {
|
||||
float: right;
|
||||
}
|
||||
.calendar_header {
|
||||
background: #83C948;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
.calendar_header select {
|
||||
background: #83C948;
|
||||
color: #000;
|
||||
border: 0px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.calendar {
|
||||
background: #ccc;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
}
|
||||
.calendar a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.calendar .calendar_titleRow {
|
||||
background: #B1DB87;
|
||||
color: #000 !important;
|
||||
}
|
||||
.calendar .calendar_daysRow {
|
||||
background: #FFF;
|
||||
color: #666;
|
||||
}
|
||||
.calendar .calendar_daysCell {
|
||||
color: #000;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
#calendar .calendar_daysCell a{
|
||||
display: block;
|
||||
}
|
||||
.calendar .calendar_weekEndCell {
|
||||
background: #E0F4D7;
|
||||
}
|
||||
.calendar .calendar_daysCellOver {
|
||||
background: #fff;
|
||||
border: 1px solid #777;
|
||||
}
|
||||
.calendar .calendar_unselectable {
|
||||
color: #888;
|
||||
}
|
||||
.calendar_today {
|
||||
background: #ccc !important;
|
||||
}
|
||||
.calendar_currentDay {
|
||||
background: #999 !important;
|
||||
}
|
||||
|
||||
/* ________ CALENDAR LINKS _______
|
||||
|
||||
** Reset link properties and then override them with !important */
|
||||
#calendar_div a, .calendar_inline a {
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: none;
|
||||
color: #000;
|
||||
}
|
||||
.calendar_inline .calendar_links a {
|
||||
padding: 0 5px !important;
|
||||
}
|
||||
.calendar_control a, .calendar_links a {
|
||||
padding: 2px 5px !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
.calendar_titleRow a {
|
||||
color: #000 !important;
|
||||
}
|
||||
.calendar_control a:hover {
|
||||
/*background: #fdd !important;*/
|
||||
color: #333 !important;
|
||||
}
|
||||
.calendar_links a:hover, .calendar_titleRow a:hover {
|
||||
background: #FFF !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
/* ___________ IE6 IFRAME FIX ________ */
|
||||
|
||||
.calendar_cover {
|
||||
display: none; /*sorry for IE5*/
|
||||
display/**/: block; /*sorry for IE5*/
|
||||
position: absolute; /*must have*/
|
||||
z-index: -1; /*must have*/
|
||||
filter: mask(); /*must have*/
|
||||
top: -4px; /*must have*/
|
||||
left: -4px; /*must have*/
|
||||
width: 193px; /*must have to match width and borders*/
|
||||
height: 200px; /*must have to match maximum height*/
|
||||
}
|
||||
2
trunk/js/themes/flora/flora.css
Normal file
@@ -0,0 +1,2 @@
|
||||
.ui-wrapper { border: 1px solid #50A029; }
|
||||
.ui-wrapper input,textarea { border: 0; }
|
||||
86
trunk/js/themes/flora/flora.dialog.css
Normal file
@@ -0,0 +1,86 @@
|
||||
/* This file skins dialog */
|
||||
|
||||
.flora .ui-dialog,
|
||||
.flora.ui-dialog {
|
||||
background-color: #e6f7d4;
|
||||
}
|
||||
|
||||
.flora .ui-dialog .ui-dialog-titlebar,
|
||||
.flora.ui-dialog .ui-dialog-titlebar {
|
||||
border-bottom: 1px solid #d8d2aa;
|
||||
background: #ff9900 url(i/dialog-title.gif) repeat-x;
|
||||
padding: 0px;
|
||||
cursor: move;
|
||||
height: 28px;
|
||||
_height: 29px;
|
||||
}
|
||||
|
||||
.flora .ui-dialog .ui-dialog-titlebar-close,
|
||||
.flora.ui-dialog .ui-dialog-titlebar-close {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: url(i/dialog-titlebar-close.png) no-repeat;
|
||||
position:absolute;
|
||||
top: 6px;
|
||||
right: 7px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.flora .ui-dialog .ui-dialog-titlebar-close-hover,
|
||||
.flora.ui-dialog .ui-dialog-titlebar-close-hover {
|
||||
background: url(i/dialog-titlebar-close-hover.png) no-repeat;
|
||||
}
|
||||
|
||||
.flora .ui-dialog .ui-dialog-title,
|
||||
.flora.ui-dialog .ui-dialog-title {
|
||||
margin-left: 5px;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
top: 7px;
|
||||
left: 4px;
|
||||
}
|
||||
|
||||
.flora .ui-dialog .ui-dialog-content,
|
||||
.flora.ui-dialog .ui-dialog-content {
|
||||
margin: 1.2em;
|
||||
}
|
||||
|
||||
.flora .ui-dialog .ui-dialog-buttonpane,
|
||||
.flora.ui-dialog .ui-dialog-buttonpane {
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
right: 12px;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.flora .ui-dialog .ui-dialog-buttonpane button,
|
||||
.flora.ui-dialog .ui-dialog-buttonpane button {
|
||||
margin: 6px;
|
||||
}
|
||||
|
||||
/* Dialog handle styles */
|
||||
.flora .ui-dialog .ui-resizable-n,
|
||||
.flora.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/dialog-n.gif) repeat scroll center top; }
|
||||
|
||||
.flora .ui-dialog .ui-resizable-s,
|
||||
.flora.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/dialog-s.gif) repeat scroll center top; }
|
||||
|
||||
.flora .ui-dialog .ui-resizable-e,
|
||||
.flora.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-e.gif) repeat scroll right center; }
|
||||
|
||||
.flora .ui-dialog .ui-resizable-w,
|
||||
.flora.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-w.gif) repeat scroll right center; }
|
||||
|
||||
.flora .ui-dialog .ui-resizable-se,
|
||||
.flora.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/dialog-se.gif); }
|
||||
|
||||
.flora .ui-dialog .ui-resizable-sw,
|
||||
.flora.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/dialog-sw.gif); }
|
||||
|
||||
.flora .ui-dialog .ui-resizable-nw,
|
||||
.flora.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: transparent url(i/dialog-nw.gif); }
|
||||
|
||||
.flora .ui-dialog .ui-resizable-ne,
|
||||
.flora.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: transparent url(i/dialog-ne.gif); }
|
||||
8
trunk/js/themes/flora/flora.menu.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.ui-menu-toolbar {z-index:500; list-style:none;}
|
||||
.ui-menu-toolbar-button {float:left; padding:4px 20px; cursor:pointer;}
|
||||
.ui-menu-toolbar-button:hover {}
|
||||
.ui-menu-toolbar-button a {text-decoration:none;}
|
||||
.ui-menu-items {display:none; padding:0; z-index:500; list-style:none; padding:1px 4px; min-width:80px; *width:80px;}
|
||||
.ui-menu-item a { text-decoration:none;}
|
||||
.ui-menu-item-parent { background: url('i/menu-submenu.gif') no-repeat center right; }
|
||||
.ui-menu-item-disabled {}
|
||||
20
trunk/js/themes/flora/flora.resizable.css
Normal file
@@ -0,0 +1,20 @@
|
||||
/* This file skins resizables */
|
||||
|
||||
.ui-resizable { position: relative; }
|
||||
|
||||
/* Global handle styles */
|
||||
.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
|
||||
.ui-resizable .ui-resizable-handle { display: block; }
|
||||
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
|
||||
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
|
||||
|
||||
.ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/resizable-n.gif) repeat scroll center top; }
|
||||
.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/resizable-s.gif) repeat scroll center top; }
|
||||
|
||||
.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(i/resizable-e.gif) repeat scroll right center; }
|
||||
.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(i/resizable-w.gif) repeat scroll right center; }
|
||||
|
||||
.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/resizable-se.gif); }
|
||||
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/resizable-sw.gif); }
|
||||
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(i/resizable-nw.gif); }
|
||||
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(i/resizable-ne.gif); }
|
||||
33
trunk/js/themes/flora/flora.shadow.css
Normal file
@@ -0,0 +1,33 @@
|
||||
/*
|
||||
.ui-shadow {
|
||||
background:transparent url(i/shadow.png) no-repeat scroll right bottom;
|
||||
height: 100px;
|
||||
margin: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ui-shadow-ne {
|
||||
background:transparent url(i/shadow.png) no-repeat scroll right top;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.ui-shadow-sw {
|
||||
background:transparent url(i/shadow.png) no-repeat scroll left bottom;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
left: -6px;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
.ui-shadow { position:relative; }
|
||||
.ui-shadow-color { background:#030; position:absolute; } /* Can be overidden via js */
|
||||
|
||||
8
trunk/js/themes/flora/flora.slider.css
Normal file
@@ -0,0 +1,8 @@
|
||||
/* This file skins sliders */
|
||||
|
||||
.ui-slider-handle { position: absolute; height: 23px; width: 12px; top: 0px; left: 0px; background-image: url(i/slider-handle.gif); }
|
||||
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
|
||||
|
||||
/* Default slider backgrounds */
|
||||
.ui-slider-1 { width: 200px; height: 23px; position: relative; background-image: url(i/slider-bg-1.png); background-repeat: no-repeat; background-position: center center; }
|
||||
.ui-slider-2 { width: 200px; height: 23px; position: relative; background-image: url(i/slider-bg-2.png); background-repeat: no-repeat; background-position: center center; }
|
||||
40
trunk/js/themes/flora/flora.tablesorter.css
Normal file
@@ -0,0 +1,40 @@
|
||||
/* This file skins tableSorter */
|
||||
|
||||
table.tablesorter {
|
||||
font-family:arial;
|
||||
background-color: #CDCDCD;
|
||||
margin:10px 0pt 15px;
|
||||
font-size: 8pt;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
|
||||
background-color: #B1DB87;
|
||||
border: 1px solid #FFF;
|
||||
font-size: 8pt;
|
||||
padding: 4px;
|
||||
}
|
||||
table.tablesorter thead tr .header {
|
||||
background-image: url(i/bg.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right;
|
||||
cursor: pointer;
|
||||
}
|
||||
table.tablesorter tbody td {
|
||||
color: #3D3D3D;
|
||||
padding: 4px;
|
||||
background-color: #FFF;
|
||||
vertical-align: top;
|
||||
}
|
||||
table.tablesorter tbody tr.odd td {
|
||||
background-color:#E0F4D7;
|
||||
}
|
||||
table.tablesorter thead tr .headerSortUp {
|
||||
background-image: url(i/asc.gif);
|
||||
}
|
||||
table.tablesorter thead tr .headerSortDown {
|
||||
background-image: url(i/desc.gif);
|
||||
}
|
||||
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
|
||||
background-color: #83C948;
|
||||
}
|
||||
80
trunk/js/themes/flora/flora.tabs.css
Normal file
@@ -0,0 +1,80 @@
|
||||
@media projection, screen { .ui-tabs-hide { display:none; } }
|
||||
@media print { .ui-tabs-nav { display: none; } }
|
||||
|
||||
.ui-tabs-nav {
|
||||
padding-left:10px;
|
||||
float:left;
|
||||
width:98%;
|
||||
border-bottom:1px solid #FFF;
|
||||
margin:0;
|
||||
}
|
||||
.ui-tabs-nav li {
|
||||
list-style:none;
|
||||
float:left;
|
||||
}
|
||||
.ui-tabs-nav a {
|
||||
background:url(i/tabs.gif) no-repeat left 4px;
|
||||
display:block;
|
||||
height:27px;
|
||||
padding:0 0 0 4px;
|
||||
text-decoration:none!important;
|
||||
margin:1px 5px -2px 0;
|
||||
font:9pt Verdana;
|
||||
outline:none;
|
||||
}
|
||||
.ui-tabs-nav span {
|
||||
background:url(i/tabs.gif) no-repeat right 4px;
|
||||
display:block;
|
||||
height:27px;
|
||||
line-height:29px;
|
||||
padding:0px 13px 0 10px;
|
||||
margin-right:-3px;
|
||||
color:#FFF;
|
||||
}
|
||||
.ui-tabs-nav .ui-tabs-selected a {
|
||||
background-position:left -23px;
|
||||
}
|
||||
.ui-tabs-nav .ui-tabs-selected a span {
|
||||
background-position:right -23px;
|
||||
margin-bottom:0;
|
||||
cursor:default;
|
||||
}
|
||||
.ui-tabs-nav .ui-tabs-disabled a,
|
||||
.ui-tabs-nav .ui-tabs-disabled a span {
|
||||
color:#000;
|
||||
opacity:0.4;
|
||||
filter:alpha(opacity=40);
|
||||
cursor:default;
|
||||
}
|
||||
.ui-tabs-container {
|
||||
background:#FFF;
|
||||
border:1px solid #519E2D;
|
||||
clear:left;
|
||||
padding:10px 10px 8px 10px;
|
||||
*padding-top:3px;
|
||||
*margin-top:-24px;
|
||||
}
|
||||
|
||||
/* hacks to get it working in IE */
|
||||
.ui-tabs-nav li {
|
||||
display: inline !important;
|
||||
position: relative;
|
||||
_top: -3px;
|
||||
}
|
||||
.ui-tabs-nav li a {
|
||||
display: inline !important;
|
||||
float: left;
|
||||
_padding-left: 2px;
|
||||
}
|
||||
.ui-tabs-nav li a span {
|
||||
display: inline !important;
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
_padding-bottom: 0px;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
_top: 0px;
|
||||
_left: 3px;
|
||||
_padding-bottom: 2px;
|
||||
_padding-right: 13px;
|
||||
}
|
||||
BIN
trunk/js/themes/flora/i/Thumbs.db
Normal file
BIN
trunk/js/themes/flora/i/accordion-left-act.png
Normal file
|
After Width: | Height: | Size: 249 B |
BIN
trunk/js/themes/flora/i/accordion-left-over.png
Normal file
|
After Width: | Height: | Size: 174 B |
BIN
trunk/js/themes/flora/i/accordion-left.png
Normal file
|
After Width: | Height: | Size: 174 B |
BIN
trunk/js/themes/flora/i/accordion-middle-act.png
Normal file
|
After Width: | Height: | Size: 148 B |
BIN
trunk/js/themes/flora/i/accordion-middle-over.png
Normal file
|
After Width: | Height: | Size: 122 B |
BIN
trunk/js/themes/flora/i/accordion-middle.png
Normal file
|
After Width: | Height: | Size: 122 B |
BIN
trunk/js/themes/flora/i/accordion-right-act.png
Normal file
|
After Width: | Height: | Size: 245 B |
BIN
trunk/js/themes/flora/i/accordion-right-over.png
Normal file
|
After Width: | Height: | Size: 177 B |
BIN
trunk/js/themes/flora/i/accordion-right.png
Normal file
|
After Width: | Height: | Size: 177 B |
BIN
trunk/js/themes/flora/i/asc.gif
Normal file
|
After Width: | Height: | Size: 54 B |
BIN
trunk/js/themes/flora/i/bg.gif
Normal file
|
After Width: | Height: | Size: 64 B |
BIN
trunk/js/themes/flora/i/desc.gif
Normal file
|
After Width: | Height: | Size: 54 B |
BIN
trunk/js/themes/flora/i/dialog-e.gif
Normal file
|
After Width: | Height: | Size: 440 B |
BIN
trunk/js/themes/flora/i/dialog-n.gif
Normal file
|
After Width: | Height: | Size: 569 B |
BIN
trunk/js/themes/flora/i/dialog-ne.gif
Normal file
|
After Width: | Height: | Size: 353 B |
BIN
trunk/js/themes/flora/i/dialog-nw.gif
Normal file
|
After Width: | Height: | Size: 353 B |
BIN
trunk/js/themes/flora/i/dialog-s.gif
Normal file
|
After Width: | Height: | Size: 434 B |
BIN
trunk/js/themes/flora/i/dialog-se.gif
Normal file
|
After Width: | Height: | Size: 175 B |
BIN
trunk/js/themes/flora/i/dialog-sw.gif
Normal file
|
After Width: | Height: | Size: 175 B |
BIN
trunk/js/themes/flora/i/dialog-title.gif
Normal file
|
After Width: | Height: | Size: 238 B |
BIN
trunk/js/themes/flora/i/dialog-titlebar-close-hover.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
trunk/js/themes/flora/i/dialog-titlebar-close.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
trunk/js/themes/flora/i/dialog-w.gif
Normal file
|
After Width: | Height: | Size: 437 B |
BIN
trunk/js/themes/flora/i/menu-submenu.gif
Normal file
|
After Width: | Height: | Size: 93 B |
BIN
trunk/js/themes/flora/i/resizable-e.gif
Normal file
|
After Width: | Height: | Size: 338 B |
BIN
trunk/js/themes/flora/i/resizable-n.gif
Normal file
|
After Width: | Height: | Size: 341 B |
BIN
trunk/js/themes/flora/i/resizable-ne.gif
Normal file
|
After Width: | Height: | Size: 124 B |
BIN
trunk/js/themes/flora/i/resizable-nw.gif
Normal file
|
After Width: | Height: | Size: 91 B |
BIN
trunk/js/themes/flora/i/resizable-s.gif
Normal file
|
After Width: | Height: | Size: 341 B |
BIN
trunk/js/themes/flora/i/resizable-se.gif
Normal file
|
After Width: | Height: | Size: 120 B |
BIN
trunk/js/themes/flora/i/resizable-sw.gif
Normal file
|
After Width: | Height: | Size: 175 B |
BIN
trunk/js/themes/flora/i/resizable-w.gif
Normal file
|
After Width: | Height: | Size: 339 B |
BIN
trunk/js/themes/flora/i/shadow.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
trunk/js/themes/flora/i/slider-bg-1.png
Normal file
|
After Width: | Height: | Size: 204 B |
BIN
trunk/js/themes/flora/i/slider-bg-2.png
Normal file
|
After Width: | Height: | Size: 326 B |
BIN
trunk/js/themes/flora/i/slider-handle.gif
Normal file
|
After Width: | Height: | Size: 176 B |
BIN
trunk/js/themes/flora/i/tabs.gif
Normal file
|
After Width: | Height: | Size: 377 B |
11
trunk/js/themes/light/light.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.light { background:#FFF; color:#111; font:10pt Verdana, Arial, sans-serif; }
|
||||
.light a, a.light { color:#46C; outline:none; }
|
||||
.light a:visited, a.light:visited { color:#C44; }
|
||||
.light a:hover, a.light:hover { color:#000; }
|
||||
.light fieldset { border:1px solid #CCC; }
|
||||
.light legend { color:#555; font:.8em Verdana, san-serif; }
|
||||
.light button, button.light, .light input, input.light { padding:2px 4px; font:.9em Consolas, Verdana, san-serif; }
|
||||
.light textarea, textarea.light { padding:2px 4px; font:.9em Consolas, Courier New, san-serif; width:20em; height:5em; overflow:auto; }
|
||||
.light select, select.light { padding:3px 0 3px 4px; font:.9em Verdana, san-serif; }
|
||||
.light label { font-weight:bold; }
|
||||
|
||||
45
trunk/js/themes/light/light.form.css
Normal file
@@ -0,0 +1,45 @@
|
||||
.light .ui-form-textarea,
|
||||
.light.ui-form-textarea,
|
||||
.light .ui-form-fieldset,
|
||||
.light.ui-form-fieldset {
|
||||
display:block;
|
||||
border:1px solid #CCC;
|
||||
padding:0;
|
||||
}
|
||||
.light .ui-form-fieldset,
|
||||
.light.ui-form-fieldset {
|
||||
margin-top:1.6em;
|
||||
}
|
||||
.light textarea.ui-form,
|
||||
.light fieldset.ui-form {
|
||||
margin:0;
|
||||
border:1px solid #FFF;
|
||||
}
|
||||
.light textarea.ui-form { background:#F3F3F3; }
|
||||
.light fieldset.ui-form { background:#F6F6F6; }
|
||||
.light .ui-form-textarea.focus,
|
||||
.light.ui-form-textarea.focus {
|
||||
border:1px solid #AAA;
|
||||
}
|
||||
.light textarea.ui-form:focus {
|
||||
background:#F5F5F5;
|
||||
}
|
||||
.light .ui-form-legend,
|
||||
.light.ui-form-legend {
|
||||
display:block;
|
||||
text-align:left;
|
||||
border:1px solid #CCC;
|
||||
background:#F4F4F4;
|
||||
margin:-1.05em 0 0 0;
|
||||
}
|
||||
.light legend.ui-form {
|
||||
display:block;
|
||||
font-weight:bold;
|
||||
background:#F4F4F4;
|
||||
border-top:1px dotted #EEE;
|
||||
border-bottom:1px dotted #EEE;
|
||||
margin:-1px 2px;
|
||||
padding:0 2px 2px;
|
||||
}
|
||||
|
||||
|
||||
8
trunk/js/themes/light/light.menu.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.ui-menu-toolbar {background:#222; font:10pt Verdana;}
|
||||
.ui-menu-toolbar-button {border:1px solid #DDD; background:#FFF;}
|
||||
.ui-menu-toolbar-button:hover {border:1px solid #CCC; background:#EEE; }
|
||||
.ui-menu-toolbar-button a {color:#000;}
|
||||
.ui-menu-items {background:#FFF; border:1px solid #CCC; opacity:0.95; font:10pt Verdana; min-width:80px; *width:80px;}
|
||||
.ui-menu-item a { color:#000; }
|
||||
.ui-menu-item-parent { }
|
||||
.ui-menu-item-disabled {color: #aaa; background: transparent;}
|
||||
91
trunk/js/themes/light/light.modal.css
Normal file
@@ -0,0 +1,91 @@
|
||||
.light .ui-modal .top.pane,
|
||||
.light.ui-modal .top.pane {
|
||||
position: relative;
|
||||
cursor:move;
|
||||
}
|
||||
|
||||
.light .ui-modal .top.pane .ui-modal-title-bar,
|
||||
.light.ui-modal .top.pane .ui-modal-title-bar {
|
||||
background:#333;
|
||||
color:snow;
|
||||
padding:2px 4px;
|
||||
border-bottom:1px solid #000;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.light .ui-modal .top.pane .ui-modal-buttons-right,
|
||||
.light.ui-modal .top.pane .ui-modal-buttons-right {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.light .ui-modal .top.pane .ui-modal-button-close,
|
||||
.light.ui-modal .top.pane .ui-modal-button-close {
|
||||
font:10pt Verdana;
|
||||
font-weight:bold;
|
||||
color:snow;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.light .ui-modal .middle.pane,
|
||||
.light.ui-modal .middle.pane {
|
||||
position:relative;
|
||||
height: 100%;
|
||||
background:#F3F3F3;
|
||||
padding-top:4px;
|
||||
}
|
||||
.light .ui-modal .middle.pane .center.pane,
|
||||
.light.ui-modal .middle.pane .center.pane{
|
||||
position:relative;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
margin:0 4px;
|
||||
background:#FFF;
|
||||
}
|
||||
.light .ui-modal.noOverflow .middle.pane .center.pane,
|
||||
.light.ui-modal.noOverflow .middle.pane .center.pane{
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.light .ui-modal .middle.pane .left.pane,
|
||||
.light.ui-modal .middle.pane .left.pane {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
border-left:1px solid #DDD;
|
||||
height:100%;
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
.light .ui-modal .middle.pane .right.pane,
|
||||
.light.ui-modal .middle.pane .right.pane {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
border-right:1px solid #DDD;
|
||||
height:100%;
|
||||
width: 2px;
|
||||
cursor:e-resize;
|
||||
}
|
||||
|
||||
.light .ui-modal .bottom.pane,
|
||||
.light.ui-modal .bottom.pane {
|
||||
position: relative;
|
||||
height:3px;
|
||||
background:#F3F3F3;
|
||||
border:1px solid #DDD;
|
||||
border-top:none;
|
||||
cursor:s-resize;
|
||||
}
|
||||
|
||||
|
||||
.light .ui-modal .bottom.pane .ui-modal-resize-se,
|
||||
.light.ui-modal .bottom.pane .ui-modal-resize-se {
|
||||
position: absolute;
|
||||
bottom:-1px;
|
||||
right:-1px;
|
||||
height:4px;
|
||||
width:4px;
|
||||
cursor:se-resize;
|
||||
}
|
||||
|
||||
71
trunk/js/themes/light/light.tabs.css
Normal file
@@ -0,0 +1,71 @@
|
||||
@media projection, screen { .ui-tabs-hide { display:none; } }
|
||||
@media print { .ui-tabs-nav { display: none; } }
|
||||
|
||||
.light .ui-tabs-nav,
|
||||
.light.ui-tabs-nav {
|
||||
padding-left:6px;
|
||||
border-bottom:1px solid #444;
|
||||
float:left;
|
||||
width:99%;
|
||||
margin:0;
|
||||
}
|
||||
.light .ui-tabs-nav li,
|
||||
.light.ui-tabs-nav li {
|
||||
list-style:none;
|
||||
float:left;
|
||||
}
|
||||
.light .ui-tabs-nav a,
|
||||
.light.ui-tabs-nav a {
|
||||
display:block;
|
||||
padding:2px 0 1px;
|
||||
text-decoration:none!important;
|
||||
border:1px solid #444;
|
||||
margin:1px 1px 0 0;
|
||||
font:9pt Verdana;
|
||||
color:#FFF;
|
||||
background:#444;
|
||||
}
|
||||
.light .ui-tabs-nav span,
|
||||
.light.ui-tabs-nav span {
|
||||
padding:2px 13px 2px;
|
||||
color:#FFF;
|
||||
background:#444;
|
||||
}
|
||||
.light .ui-tabs-nav a:hover,
|
||||
.light .ui-tabs-nav a:hover span,
|
||||
.light.ui-tabs-nav a:hover,
|
||||
.light.ui-tabs-nav a:hover span {
|
||||
border-color:#222;
|
||||
color:#FFF;
|
||||
background:#222;
|
||||
}
|
||||
.light .ui-tabs-nav .ui-tabs-selected a,
|
||||
.light.ui-tabs-nav .ui-tabs-selected a {
|
||||
background:#AAA;
|
||||
border-color:#666;
|
||||
}
|
||||
.light .ui-tabs-nav .ui-tabs-selected a span,
|
||||
.light.ui-tabs-nav .ui-tabs-selected a span {
|
||||
margin-bottom:0;
|
||||
color:#000;
|
||||
background:snow;
|
||||
border-bottom:1px solid #FFF;
|
||||
cursor:default;
|
||||
}
|
||||
.light .ui-tabs-nav .ui-tabs-disabled a,
|
||||
.light .ui-tabs-nav .ui-tabs-disabled a span,
|
||||
.light.ui-tabs-nav .ui-tabs-disabled a,
|
||||
.light.ui-tabs-nav .ui-tabs-disabled a span {
|
||||
background:#EEE;
|
||||
color:#BBB;
|
||||
border-color:#DDD;
|
||||
cursor:default;
|
||||
}
|
||||
.light .ui-tabs-container {
|
||||
clear:both;
|
||||
padding:10px 10px 8px 10px;
|
||||
removedpadding-top:3px;
|
||||
removedmargin-top:-24px;
|
||||
clear:left;
|
||||
}
|
||||
|
||||
61
trunk/js/themes/light/light.tree.css
Normal file
@@ -0,0 +1,61 @@
|
||||
body.light { font:10pt Verdana; background:#FFF; color:#111; }
|
||||
|
||||
.light .ui-tree-nodes * { outline:none; }
|
||||
.light .ui-tree-nodes {
|
||||
position:relative;
|
||||
list-style: none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin-left:0;
|
||||
padding-left:0.8em;
|
||||
}
|
||||
|
||||
.light .ui-tree-node {
|
||||
margin:0;
|
||||
padding:0;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.light .ui-tree-node-text {
|
||||
text-decoration:none;
|
||||
color:#222;
|
||||
padding:0 .3em;
|
||||
}
|
||||
|
||||
.light .ui-tree-node-selected > .ui-tree-node-text {
|
||||
background: #EEE;
|
||||
}
|
||||
|
||||
.light .ui-tree-node-button {
|
||||
border: 1px solid #CCC;
|
||||
padding-left:1px;
|
||||
color: #666;
|
||||
font:7pt Courier New,monospace;
|
||||
margin-top: 0.4em;
|
||||
position: absolute;
|
||||
left: 0.2em;
|
||||
width: 0.7em;
|
||||
height: 0.8em;
|
||||
line-height: 0.8em;
|
||||
text-decoration: none;
|
||||
display:none;
|
||||
}
|
||||
|
||||
.light .ui-tree-node-expanded > .ui-tree-node-button {
|
||||
background: #EEE;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.light .ui-tree-node-collapsed > .ui-tree-node-button {
|
||||
background: #DDD;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.light .ui-tree-node-moving > .ui-tree-node-button {
|
||||
background: #DDD;
|
||||
}
|
||||
|
||||
.light .ui-tree-node-moving > .ui-tree-node-text {
|
||||
background: #DDD;
|
||||
}
|
||||
|
||||