Index: branches/RC/themes/default2009/platform/inc/styles.css =================================================================== diff -u -N --- branches/RC/themes/default2009/platform/inc/styles.css (revision 11964) +++ branches/RC/themes/default2009/platform/inc/styles.css (revision 0) @@ -1,642 +0,0 @@ -/* --- Golbal Usage Styles --- */ -html, body { - margin: 0px; - padding: 0px; - height: 100%; - border: none; - font: 9pt Arial; - color: #000000; -} - -.fullwidth { - width: 100%; -} - -table { - margin: 0px; - padding: 0px; - border-collapse: collapse; -} - -td { - font: 11px Arial, serif; - color: #000000; - margin: 0px; - padding: 0px; -} - - -.hidden-element { - display: none; -} - -.horizontal-separator { - background: url(../img/horizontal_dashed_line.gif) bottom repeat-x; -} - -.vertical-separator { - background: url(../img/vertical_dashed_line.gif) top center repeat-y; -} - -img, img A { - border: 0px; -} - -form { - display: inline; -} - -.top-background { - background: url(../img/top_background.gif) right repeat-y; -} - -.top-baner-cell - { - padding: 10px; - text-align:center; - } - -.menu-background { - background: url(../img/menu_background.gif) top repeat-x #1865AC; - width: 100%; -} - -.top-select-padding { - padding: 0px 15px; -} - -.footer-table td { - background: url(../img/footer_blue.gif) top repeat-x; - height: 26px; - color: #F7EEE4; - font-size: 10px; - padding: 0px 10px; -} - -.footer-table a { - color: #F7EEE4; -} - -/* --- Link Styles --- */ -a { - color: #197ACA; -} - -a:hover { - color: #FF9900; -} - -a.more-link { - font-size: 10px; -} - -a.item-action { - font-size: 9px; - color: #666666; -} - -a.item-action:hover { - color: #000000; -} - -.footer-links { - text-align: right; - padding: 5px 10px; -} - -.footer-links A { - color: #333333; - font-size: 10px; -} - -.footer-links A:hover { - color: #666666; -} - -/* --- Side Box Styles --- */ -.side-box-header { - background: url(../img/side_boxes_background.gif) bottom repeat-x #83AFD6; - height: 29px; - padding: 0px 8px 0px 20px; -} - -.side-box-title { - font-size: 12px; - color: #FFFFFF; -} - -.side-box-title A { - font-size: 12px; - color: #FFFFFF; - text-decoration: underline; -} - -.side-box-title A:hover { - font-size: 12px; - color: #FFDC0E; -} - -.side-box-content { - background: url(../img/side_boxes_content.gif) top repeat-x; - padding: 20px 20px; -} - -/* --- Content Box Styles --- */ -.content-box-header { - background: #F0F5FA; - height: 29px; - padding: 0px 20px; -} - -.content-box-title { - font-size: 15px; - font-family: Arial; - color: #000000; - font-weight: bold; -} - -.content-box-content { - background: #FFFFFF; - padding: 20px 20px 0px 20px; -} - -/* --- Form Control Styles --- */ -.input-text, .input-textarea { - background: url(../img/input_text_background.gif) top repeat-x #FFFFFF; - border: 1px solid #7091B9; - font-family: Arial, Helvetica, sans-serif; - font-size: 11px; -} - -.input-textarea { - overflow: auto; -} - -.input-select { - color: #333333; - font-size: 11px; -} - -.button { - background: url(../img/input_button_background.gif) bottom repeat-x #efefef; - border: 1px solid #688BAC; - padding: 0px; - font-size: 11px; - padding: 0px 5px; -} - -.delete-button { - background: url(../img/delete_button_background.gif) bottom repeat-x #FF6D6D; - color: #FFFFFF; - border: 1px solid #CC0000; - padding: 0px; - font-size: 11px; - padding: 0px 5px; -} - -/* --- Form Field Styles --- */ -.field-name { - padding: 5px 15px; - - color: #2E5679; - font-weight: bold; - font-size: 11px; -} - -.field-required { - color: #FF0000; -} - -.field-hint { - color: #000000; - font-size: 10px; -} - -.field-error { - color: #CC0000; - font-size: 10px; -} - -.field-value { - padding: 6px 5px; -} - -.warning-message td { - padding: 5px; - background: #FFE5E6; - font-size: 16px; -} - -.item-categories td { - padding: 1px; -} -/* --- Login Sidebox Styles --- */ -.login-status, .login-status a { - font-size: 10px; - color: #FFFFFF; -} - -.login-status a:hover { - font-size: 10px; -} - -.remember-login { - color: #000000; - font-size: 9px; -} - -/* --- Navigation Bar Styles --- */ -.navigation-bar { - background: url(../img/side_boxes_background.gif) bottom repeat-x #83AFD6; - height: 29px; - padding: 0px 20px; - font-size: 12px; - color: #FFFFFF; -} - -.navigation-bar A { - color: #FFFFFF; -} - -.navigation-bar A:hover { - color: #FFDC0E; -} - -/* --- Top Right Menu Styles --- */ -.menu-top-active-icon, .menu-top-active-text { - background: url(../img/top_menu_select.gif); -} - -td.top-menu-padding { - height: 37px; - white-space: nowrap; -} - -.menu-top-noactive-icon, .menu-top-active-icon { - padding: 0px 5px 0px 13px; -} - -.menu-top-noactive-text, .menu-top-active-text { - padding: 0px 13px 0px 3px; -} - -a.top-menu-link, a.top-menu-link:hover { - font-size: 11px; - text-decoration: none; -} - -a.top-menu-link { - color: #FFFFFF; -} - -a.top-menu-link:hover { - color: #CCCCCC; -} - -/* --- Tab Styles --- */ -.inactive-tab, .active-tab { - padding:5px 10px; - border: 1px solid #94c0de; -} - -.inactive-tab { - background-color: #eff4fa; -} - -.active-tab { - background-color: #FFFFFF; - border-bottom-color: #FFFFFF; -} - -.tab-bottom-line { - background: url(../img/pixel_blue.gif) bottom repeat-x; -} - -.tab-bottom-content { -border-right:1px solid #94c0de; -border-left:1px solid #94c0de; -border-bottom:1px solid #94c0de; -padding:10px; -} - -.tab-left-padding { - padding-left: 40px; -} - -/* --- Category Listing & My Account Styles --- */ -.directory-icon { - width: 22px; - vertical-align: top; - padding: 5px; -} - -.directory-text { - padding: 5px 20px 5px 5px; - vertical-align: top; -} - -/* --- Item Listing Page & Item Details Page Styles --- */ -.item-listing { - background: url(../img/gradient_background.gif) top repeat-x #FFFFFF; -} - -.item-listing-featured { - background: url(../img/gradient_background_gr.gif) top repeat-x #FFFFFF; -} - -.item-listing-lead { - background: url(../img/gradient_background_red.gif) top repeat-x #FFFFFF; -} - -.item-padding { -padding: 10px 10px 10px 10px; -} - - - -.item-statistics { - font-size: 10px; - color: #666666; -} - -.listing-field-name { - font-weight: bold; -} - -.category-statistics { - font-size: 10px; -} - -.category-header td { - padding: 5px 20px 5px 5px; - vertical-align: top; -} - -.sub-section-header, .sub-section-header td { - background-color: #F4F4F4; - font-weight: bold; - padding: 5px 15px; - font-size: 12px; -} - -.listing-row td { - padding: 5px 8px; -} - -/* --- Pagination Bar Styles --- */ -.current-page { - background: #5B97CB; - color: #FFFFFF; - padding: 1px 2px; -} - -a.page-link { - color: #000000; - text-decoration: none; -} - -/* --- Calendar Styles --- */ -.calendar { - font-family: tahoma,verdana,sans-serif; - color: #000; - font-size: 11px; - border: 1px solid #83B2C5; - width: 225px; - position: relative; - z-index: 1; - display: none; - cursor: default; - -} - -.calendar table { - /*font-family: tahoma,verdana,sans-serif;*/ - color: #000; - font-size: 11px; - background-color: #fefefe; - width: auto; - cursor: default; - border-collapse: separate; - -} - -.calendar table td { - padding: 2px; - text-align: center; -} - -.calendar tbody .disabled { - color: #999; -} - -.calendar tbody .emptyrow { - display: none; - -} - -.calendar tbody .today { - font-weight: bold; - background-color: #eeeeee; - border: 1px solid #aaaaaa !important; -} - -.calendar tbody .emptycell { - visibility: hidden; -} - -.calendar tbody .active { - background-color: red; -} - -.calendar thead .title { - font-weight: bold; -} - -.calendar thead .headrow { - -} - -.calendar thead .active { - background-color: #c4c0b8; - padding: 2px 0px 0px 2px; - -} - -.calendar thead .hilite { - background-color: #e4e0d8; -} - -.calendar tfoot .title { - font-weight: normal; -} - -.combo { position: absolute; display: none; width: 4em; top: 0px; left: 0px; cursor: default; border-top: 1px solid #fff; border-right: 1px solid #000; border-bottom: 1px solid #000; border-left: 1px solid #fff; background: #e4e0d8; font-size: smaller; padding: 1px;} -.combo .label { text-align: center; padding: 1px;} -.combo .active { background: #c4c0b8; padding: 0px; border-top: 1px solid #000; border-right: 1px solid #fff; border-bottom: 1px solid #fff; border-left: 1px solid #000;} -.combo .hilite { background: #048; color: #fea;} - -.dpContainer { - display: inline; -} - -.list-no-squares { - padding: 0px; - list-style-type: none; - margin: 0px; -} - -/* --- Listing Element Styles --- */ -.picture-padding { - padding: 20px 5px 20px 20px; - vertical-align: top; - width: 120px; -} - -.text-padding { - padding: 20px 5px; -} - -.file-list-icon - { - padding: 2px 10px 2px 0px; - vertical-align:top; - } - -.file-list-label - { - padding: 2px 7px 2px 0px; - vertical-align:top; - } - -/* --- Item Raring Styles --- */ -.ratingblock, .ratingblock div { - display: -moz-inline-block; -} - -.voted { - color: #999; -} - -.thanks { - color: #36AA3D; -} - -.static { - color: #5D3126; -} - -.inline-rating { - display:-moz-inline-block; - display:-moz-inline-box; - display:inline-block; - vertical-align: middle; -} - -.star-rating, -.star-rating a:hover, -.star-rating a:active, -.star-rating a:focus, -.star-rating .current-rating{ - background: url('../img/starrating.gif') left -1000px repeat-x; -} -.star-rating { - position:relative; - width:125px; - height:25px; - overflow:hidden; - list-style:none; - margin:0; - padding:0; - background-position: left top; -} - -.star-rating li { - display: inline; -} - -.star-rating a, -.star-rating .current-rating { - position:absolute; - top:0; - left:0; - text-indent:-1000em; - height:25px; - line-height:25px; - outline:none; - overflow:hidden; - border: none; -} - -.star-rating a:hover, -.star-rating a:active, -.star-rating a:focus { - background-position: left bottom; -} -.star-rating a.r1-unit { width:20%;z-index:6; } -.star-rating a.r2-unit { width:40%;z-index:5; } -.star-rating a.r3-unit { width:60%;z-index:4; } -.star-rating a.r4-unit { width:80%; z-index:3; } -.star-rating a.r5-unit { width:100%; z-index:2; } -.star-rating .current-rating { z-index:1; background-position: left center; } - -.small-star { - width:50px; - height:10px; -} -.small-star, .small-star a:hover, .small-star a:active, -.small-star a:focus, .small-star .current-rating { - background-image: url(star_small.gif); - line-height: 10px; - height: 10px; -} - -/* --- Unprocessed Styles --- */ -.text-title { - font-size: 12px; - font-weight: bold; - color: #1769b5; -} - -a.text-title { - font-size: 12px; - font-weight: bold; - color: #1769b5; -} - -a.text-title:hover { - color: #005695; -} - -/* ----- Depricated Styles ----- */ -.error { - color: magenta; -} - -.static { - color: #00CC66; -} - -.image_boder { - border: 1px solid #CDCECD; -} - -.table-border { - border: 1px solid #EAEAEA; -} - -.information-background { - background-color: #F6F6FF; -} - -#sitemap ul { - margin:0 0 10px 10px; - padding:0 0 0 10px; -} - -#sitemap ul li { - color: #0060BB; - list-style-image: none; - list-style-position: outside; - list-style-type: disc; - padding: 5px 0 0; -} \ No newline at end of file