Update of /cvsroot/thyapi/thyapi/thythemes/concisus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thythemes/concisus Added Files: 00thypanel.css 05thytabsmanager.css 10thylabelpanel.css 110thyeditbox.css 111thytextedit.css 112thycheckbox.css 20thyborderpanel.css 30thyrichtextedit.css 40thybutton.css 411thypopupcalendar.css 41thywindow.css 42thydialogwindow.css 50thygridcell.css 55thygridrow.css 60thygrid.css 70thylistbox.css 80thydropdownbox.css 95thyabout.css calendar-idots.css Log Message: Commiting file additions and modification from SVN revision 1841 to 1842... Changes made by vinicius on 2005-08-23 15:49:13 +0200 (Tue, 23 Aug 2005) corresponding to SVN revision 1842 with message: License file included in thyapi --- NEW FILE: 10thylabelpanel.css --- .thyLabelPanel { } .thyLabelPanel_label { position: relative; float: left; white-space: nowrap; } .thyLabelPanel_contents { position: relative; float: left; } .thyLabelPanel_disabled { background-color: #ebebeb ! important; } --- NEW FILE: 60thygrid.css --- .thyGrid { } .thyGrid_label { float: none; } .thyGrid_contents { float: none; width: 100%; background-color: #EEEEEE; overflow: auto; } .thyGrid_row { } .thyGrid_cell { } .thyGrid_cell_header { } .thyGrid_col-1_header { border-right-width: 1px; border-right-style: solid; border-right-color: black; } .thyGrid_col0 { } --- NEW FILE: 05thytabsmanager.css --- .thyTabsManager { position: absolute; } .thyTabsManager_contents { border: 1px solid black; padding-top: 8px; margin-top: 0px; text-align: left; background-color: #D3DCE3; overflow: auto; } .thyTabsManager_tabsPanel { } .thyTabsManager_tabsPanel_ie { } .thyTabsManager_control { position: relative; float: left; padding: 5px; border: 1px solid black; } .thyTabsManager_control_active { border-bottom: 1px solid #D3DCE3; background-color: #D3DCE3; } .thyTabsManager_control_inactive { border-bottom: 1px solid black; background-color: #c3cCd3;; } --- NEW FILE: 411thypopupcalendar.css --- .thyPopupCalendar { } .thyPopupCalendar_contents { } .thyPopupCalendar_button { position: absolute; top: -1px; right: -29px; height: 16px; min-width: 23px; width: 23px; background-image: url('{css_dir}/images/calendar.png'); background-repeat: no-repeat; background-position: center; margin: 0px; padding: 0px; } --- NEW FILE: 50thygridcell.css --- .thyGridCell { background-color: #ffffff; } .thyGridCell_onmouseover { background-color: #eaeaea; } .thyGridCell_selected { background-color: #e0e0e0; } .thyGridCell_selected_onmouseover { background-color: #f5f5f5; } .thyGridCell_header { background-image: url('{css_dir}/images/thygrid-header-bg.png'); } .thyGridCell_header_onmouseover { background-image: url('{css_dir}/images/thygrid-header-over-bg.png'); } .thyGridCell_header_selected { background-image: url('{css_dir}/images/thygrid-header-over-bg.png'); } .thyGridCell_header_selected_onmouseover { background-image: url('{css_dir}/images/thygrid-header-bg.png'); } --- NEW FILE: 110thyeditbox.css --- .thyEditBox_label { } .thyEditBox_contents { text-align: left; background-color: white; text-align: right; border-width: 1px; border-style: solid; border-color: #999999; } .thyEditBox_input { /* padding-left: 5px; */ } --- NEW FILE: 70thylistbox.css --- .thyListBox { } .thyListBox_label { } .thyListBox_contents { border-width: 1px; border-style: solid; border-color: #999999; background-color: white; } .thyListBox_row { } .thyListBox_row-1 { display: none; } .thyListBox_row-1_ie { } .thyListBox_cell { border: 0px; } .thyListBox_col-1_header { display: none; } .thyListBox_col0 { display: none; } .thyListBox_col1 { width: 98%; } .thyListBox_cell_header { display: none; } .thyListBox_col_header { } .thyListBox_col { } --- NEW FILE: 112thycheckbox.css --- .thyCheckBox { } .thyCheckBox_label { float: none; position: absolute; left: 20px; top: 0px; } .thyCheckBox_contents { float: none; position: absolute; top: 0px; left: 0px; cursor: pointer; width: 14px; height: 14px; border-width: 1px; border-style: solid; border-color: #999999; background-image: url('{css_dir}/images/thycheckbox-unchecked.png'); background-repeat: no-repeat; background-position: center; } .thyCheckBox_checked { } .thyCheckBox_contents_checked { background-image: url('{css_dir}/images/thycheckbox-checked.png'); border-color: #00f; } --- NEW FILE: 00thypanel.css --- .thyPanel_disabled { background-color: #ebebeb ! important; } .thyPanel { font-family: sans-serif; font-size: 8pt; } --- NEW FILE: calendar-idots.css --- /* The main calendar widget. DIV containing a table. */ div.calendar { position: relative; } .calendar, .calendar table { border: 1px solid #556; font-size: 11px; color: #000; cursor: default; background: #e8f0f0; /*#D3DCE3;*/ font-family: tahoma,verdana,sans-serif; } /* Header part -- contains navigation buttons and day names. */ .calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ text-align: center; /* They are the navigation buttons */ padding: 2px; /* Make the buttons seem like they're pressing */ } .calendar .nav { background: #778 url(menuarrow.gif) no-repeat 100% 100%; } .calendar thead .title { /* This holds the current "month, year" */ font-weight: bold; /* Pressing it will take you to the current date */ text-align: center; background: #fff; color: #000; padding: 2px; } .calendar thead .headrow { /* Row <TR> containing navigation buttons */ background: #778; /* background: #D3DCE3; */ color: #fff; } .calendar thead .daynames { /* Row <TR> containing the day names */ /*background: #bdf;*/ background: #afcce3; } .calendar thead .name { /* Cells <TD> containing the day names */ border-bottom: 1px solid #556; padding: 2px; text-align: center; color: #000; } .calendar thead .weekend { /* How a weekend day name shows in header */ color: #a66; } .calendar thead .hilite { /* How do the buttons in header appear when hover */ /* background-color: #aaf;*/ background-color: #D3DCE3; color: #000; border: 1px solid #04f; padding: 1px; } .calendar thead .active { /* Active (pressed) buttons in header */ background-color: #77c; padding: 2px 0px 0px 2px; } /* The body part -- contains all the days in month. */ .calendar tbody .day { /* Cells <TD> containing month days dates */ width: 2em; color: #456; text-align: right; padding: 2px 4px 2px 2px; } .calendar tbody .day.othermonth { font-size: 80%; color: #bbb; } .calendar tbody .day.othermonth.oweekend { color: #fbb; } .calendar table .wn { padding: 2px 3px 2px 2px; border-right: 1px solid #000; background: #afcce3; } .calendar tbody .rowhilite td { background: #EfFfFf; } .calendar tbody .rowhilite td.wn { background: #E8F0F0; } .calendar tbody td.hilite { /* Hovered cells <TD> */ background: #def; padding: 1px 3px 1px 1px; border: 1px solid #bbb; } .calendar tbody td.active { /* Active (pressed) cells <TD> */ background: #cde; padding: 2px 2px 0px 2px; } .calendar tbody td.selected { /* Cell showing today date */ font-weight: bold; border: 1px solid #000; padding: 1px 3px 1px 1px; background: #fff; color: #000; } .calendar tbody td.weekend { /* Cells showing weekend days */ color: #a66; } .calendar tbody td.today { /* Cell showing selected date */ font-weight: bold; color: #00f; } .calendar tbody .disabled { color: #999; } .calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ visibility: hidden; } .calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ display: none; } /* The footer part -- status bar and "Close" button */ .calendar tfoot .footrow { /* The <TR> in footer (only one right now) */ text-align: center; background: #556; color: #fff; } .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */ background: #fff; color: #445; border-top: 1px solid #556; padding: 1px; } .calendar tfoot .hilite { /* Hover style for buttons in footer */ background: #aaf; border: 1px solid #04f; color: #000; padding: 1px; } .calendar tfoot .active { /* Active (pressed) style for buttons in footer */ background: #77c; padding: 2px 0px 0px 2px; } /* Combo boxes (menus that display months/years for direct selection) */ .calendar .combo { position: absolute; display: none; top: 0px; left: 0px; width: 4em; cursor: default; border: 1px solid #655; background: #def; color: #000; font-size: 90%; } .calendar .combo .label, .calendar .combo .label-IEfix { text-align: center; padding: 1px; } .calendar .combo .label-IEfix { width: 4em; } .calendar .combo .hilite { background: #acf; } .calendar .combo .active { border-top: 1px solid #46a; border-bottom: 1px solid #46a; background: #eef; font-weight: bold; } .calendar td.time { border-top: 1px solid #000; padding: 1px 0px; text-align: center; background-color: #f4f0e8; } .calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm { padding: 0px 3px 0px 4px; border: 1px solid #889; font-weight: bold; background-color: #fff; } .calendar td.time .ampm { text-align: center; } .calendar td.time .colon { padding: 0px 2px 0px 3px; font-weight: bold; } .calendar td.time span.hilite { border-color: #000; background-color: #667; color: #fff; } .calendar td.time span.active { border-color: #f00; background-color: #000; color: #0f0; } --- NEW FILE: 41thywindow.css --- .thyWindow { position: absolute; } .thyWindow_window { } .thyWindow_contents { position: relative; top: 0px; left: 0px; overflow: auto; } .thyWindow_ondrag { position: absolute; text-align: left; font-style: italic; border: 1px solid black; background-color: #c0c0c0; -moz-opacity: 0.50; -khtml-opacity: 0.50; opacity: 0.50; filter:alpha(opacity=50); } .thyWindow_borders { /* Inherited from thyBorderPanel */ } .thyWindow_hBorders { /* Inherited from thyBorderPanel */ } .thyWindow_vBorders { /* Inherited from thyBorderPanel */ } .thyWindow_topBorder { /* Inherited from thyBorderPanel */ } .thyWindow_leftBorder { /* Inherited from thyBorderPanel */ } .thyWindow_rightBorder { /* Inherited from thyBorderPanel */ } .thyWindow_bottomBorder { /* Inherited from thyBorderPanel */ } .thyWindow_title { color: #ffffff; font-style: none; font-weight: bold; font-size: 10pt; text-align: left; height: 18px; padding-left: 10px; /* border-color: #0000ff; border-style: solid; border-width: 1px;*/ background-image: url('{css_dir}/images/thywindow-title-bg.png'); cursor: pointer; cursor: hand; } .thyWindow_btnClose { width: 16px; height: 16px; right: 5px; top: 1px; position: absolute; background-image: url('{css_dir}/images/x.png'); background-repeat: no-repeat; background-position: center; cursor: pointer; cursor: hand; } --- NEW FILE: 30thyrichtextedit.css --- .thyRichTextEdit { } --- NEW FILE: 20thyborderpanel.css --- .thyBorderPanel { position: absolute; background-color: #f0f0f0; } .thyBorderPanel_contentsHolder { } .thyBorderPanel_contents { /* background-color: #eaeaea; */ } .thyBorderPanel_borders { background-color: #0000ff; } .thyBorderPanel_hBorders { height: 1px; } .thyBorderPanel_vBorders { width: 1px; } .thyBorderPanel_topBorder { } .thyBorderPanel_leftBorder { } .thyBorderPanel_rightBorder { } .thyBorderPanel_bottomBorder { } --- NEW FILE: 40thybutton.css --- .thyButton, .thyButton_onmouseover, .thyButton_pushed, .thyButton_pushed_onmouseover { min-width: 35px; min-height: 13px; padding-left: 7px; padding-right: 4px; padding-top: 2px; padding-bottom: 2px; text-align: center; margin-right: 8px; } .thyButton { /* color: #004e7d;*/ border: 1px outset #0000ff; background-image: url('{css_dir}/images/thybutton-bg.png'); } .thyButton_onmouseover { background-image: url('{css_dir}/images/thybutton-over-bg.png'); } .thyButton_pushed { border: 1px inset #dcdad5; } .thyButton_pushed_onmouseover { } --- NEW FILE: 80thydropdownbox.css --- .thyDropDownBox { overflow: visible; } .thyDropDownBox_label { } .thyDropDownBox_contents { width: auto; height: auto; } .thyDropDownBox_edit, .thyDropDownBox_edit_contents { width: 100%; /*overflow: visible;*/ } .thyDropDownBox_button { position: absolute; top: 1px; right: -21px; margin: 0px; min-width: 14px; width: 14px; height: 14px; padding: 0px; background-image: url('{css_dir}/images/thydropdown-button.png'); background-repeat: no-repeat; background-position: center; } .thyDropDownBox_listBox, .thyDropDownBox_listBox_onmouseover { position: absolute; padding: 0px 5px 0px 5px; background-color: #f0f0ff; border-style: outset; border-color: #999999; border-width: 2px; /* left: 0px;*/ max-height: 200px; /* min-width: 100%;*/ overflow: auto; } .thyDropDownBox_listBox_ie, .thyDropDownBox_listBox_contents_ie { max-width: 300px; width: 300px; } .thyDropDownBox_listBox_label { display: none; } .thyDropDownBox_listBox_contents { border: 0px; background-color: #f0f0ff; overflow: visible; } .thyDropDownBox_listBox_cell_selected { background-image: url('{css_dir}/images/thycheckbox-checked.png'); background-repeat: no-repeat; background-position: left; } .thyDropDownBox_listBox_cell, .thyDropDownBox_listBox_cell_selected_onmouseover { padding-left: 15px; width: 100%; cursor: pointer; cursor: hand; background-color: #f0f0ff; } .thyDropDownBox_listBox_cell_onmouseover, .thyDropDownBox_listBox_cell_selected { background-color: #96aaff; } --- NEW FILE: 95thyabout.css --- .thyAbout_contents { width: 400px; height: 205px; } .thyAbout_ondrag { width: 400px; height: 205px; } .thyAbout_aboutImage { position: absolute; left: 10px; top: 10px; width: 140px; height: 110px; } .thyAbout_aboutText { position: absolute; left: 160px; top: 10px; width: 210px; height: 185px; text-align: center; } --- NEW FILE: 111thytextedit.css --- .thyTextEdit_label { } .thyTextEdit_contents { background-color: white; text-align: right; border: 1px solid #999999; } --- NEW FILE: 42thydialogwindow.css --- .thyDialogWindow { position: absolute; } .thyDialogWindow_ie { width: auto; } .thyDialogWindow_window { } .thyDialogWindow_contents { } .thyDialogWindow_ondrag { /* Inherited from thyWindow */ } .thyDialogWindow_borders { /* Inherited from thyWindow */ } .thyDialogWindow_hBorders { /* Inherited from thyWindow */ } .thyDialogWindow_vBorders { /* Inherited from thyWindow */ } .thyDialogWindow_topBorder { /* Inherited from thyWindow */ } .thyDialogWindow_leftBorder { /* Inherited from thyWindow */ } .thyDialogWindow_rightBorder { /* Inherited from thyWindow */ } .thyDialogWindow_bottomBorder { /* Inherited from thyWindow */ } .thyDialogWindow_title { /* Inherited from thyWindow */ } .thyDialogWindow_btnClose { /* Inherited from thyWindow */ } .thyDialogWindow_button { margin-bottom: 5px; } .thyDialogWindow_buttons { margin-top: 3px; margin-right: 2px; margin-bottom: 10px; } --- NEW FILE: 55thygridrow.css --- |