Index: trunk/themes/default2007/platform/elements/pagination.tpl =================================================================== diff -u -N -r8797 -r8811 --- trunk/themes/default2007/platform/elements/pagination.tpl (.../pagination.tpl) (revision 8797) +++ trunk/themes/default2007/platform/elements/pagination.tpl (.../pagination.tpl) (revision 8811) @@ -7,15 +7,15 @@ - + img/s.gif" width="1" height="1" alt="" /> - +
img/s.gif" width="1" height="1" alt="" />
Index: trunk/themes/default2007/platform/inc/styles.css =================================================================== diff -u -N -r8806 -r8811 --- trunk/themes/default2007/platform/inc/styles.css (.../styles.css) (revision 8806) +++ trunk/themes/default2007/platform/inc/styles.css (.../styles.css) (revision 8811) @@ -25,6 +25,10 @@ padding: 0px; } +.hidden-element { + display: none; +} + .horizontal-separator { background: url(../img/horizontal_dashed_line.gif) bottom repeat-x; } @@ -261,112 +265,52 @@ color: #CCCCCC; } -/* --- Unprocessed Styles --- */ +/* --- 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-cell-padding - { - padding:8px; - } +/* --- Item Listing Page & Item Details Page Styles --- */ +.item-listing { + background: url(../img/gradient_background.gif) top repeat-x #FFFFFF; +} -.table-padding-cell TD - { - padding:5px; - vertical-align:top; - } +.item-statistics { + font-size: 10px; + color: #666666; +} -.directory-icon - { - width:22px; - vertical-align:top; - padding:5px; - } +.category-statistics { + font-size: 10px; +} -.directory-text - { - padding:5px 20px 5px 5px; - } +.sub-section-header, .sub-section-header td { + background-color: #F4F4F4; + font-weight: bold; + padding: 5px 15px; + font-size: 12px; +} -.gradient-background - { - background:url(../img/gradient_background.gif) top repeat-x #FFFFFF; - } +/* --- Pagination Bar Styles --- */ +.current-page { + background: #5B97CB; + color: #FFFFFF; + padding: 1px 2px; +} -.subheader - { - background:#f4f4f4; - font-weight:bold; - padding:5px 15px; - font-size:12px; - } - -.subheaders-grey - { - background:#f4f4f4; - font-weight:bold; - padding:5px 15px; - font-size:12px; - } - -.pagenation-select - { - background: #5b97cb; - color:#FFFFFF; - padding:1px 2px; - } - -a.pagenation-noselect - { - color:#000000; - text-decoration:none; - } - -.small-black - { - font-size:10px; - } - -a.text-title - { - font-size:12px; - font-weight:bold; - color:#1769b5; - text-decoration:underline; - } - -a.text-title:hover - { - color: #005695; - text-decoration:underline; - } - -.text-title - { - font-size:12px; - font-weight:bold; - color:#1769b5; - } - -.text-grey - { - font-size:10px; - color:#666666; - } - -.big-text - { - font-family:Arial, Helvetica, sans-serif; - font-size:16px; - font-weight:bold; - } - -.not-dynamic { - color:#00CC66; +a.page-link { + color: #000000; + text-decoration: none; } - -/* ---- Calendar ---- */ - +/* --- Calendar Styles --- */ .calendar { font-family: tahoma,verdana,sans-serif; color: #000; @@ -380,7 +324,6 @@ } - .calendar table { /*font-family: tahoma,verdana,sans-serif;*/ color: #000; @@ -435,8 +378,6 @@ } - - .calendar thead .hilite { background-color: #e4e0d8; } @@ -452,7 +393,6 @@ .dpContainer { display: inline; - } .list-no-squares { @@ -461,21 +401,28 @@ margin: 0px; } -/* ---- /Calendar ---- */ +/* --- Unprocessed Styles --- */ +.text-title { + font-size: 12px; + font-weight: bold; + color: #1769b5; +} -.blue-table-header TD - { - padding:6px; - color:#21619E; - } +a.text-title { + font-size: 12px; + font-weight: bold; + color: #1769b5; +} -.hidden-element { - display: none; +a.text-title:hover { + color: #005695; } - /* ----- Depricated Styles ----- */ - .error { color: magenta; } + +.static { + color: #00CC66; +} \ No newline at end of file Index: trunk/themes/default2007/platform/designs/categories.tpl =================================================================== diff -u -N -r8674 -r8811 --- trunk/themes/default2007/platform/designs/categories.tpl (.../categories.tpl) (revision 8674) +++ trunk/themes/default2007/platform/designs/categories.tpl (.../categories.tpl) (revision 8811) @@ -7,14 +7,14 @@ - - Index: trunk/themes/default2007/platform/elements/content_boxes/sub_categories.tpl =================================================================== diff -u -N -r8746 -r8811 --- trunk/themes/default2007/platform/elements/content_boxes/sub_categories.tpl (.../sub_categories.tpl) (revision 8746) +++ trunk/themes/default2007/platform/elements/content_boxes/sub_categories.tpl (.../sub_categories.tpl) (revision 8811) @@ -8,8 +8,8 @@
+ img/directory_icon.gif" width="22" height="17" alt="" />
+ (: ) - " class="text-title"> (: ) + " class="text-title"> (: ) img/icon_new.gif" alt=""/> Index: trunk/themes/default2007/platform/elements/forms.tpl =================================================================== diff -u -N -r8797 -r8811 --- trunk/themes/default2007/platform/elements/forms.tpl (.../forms.tpl) (revision 8797) +++ trunk/themes/default2007/platform/elements/forms.tpl (.../forms.tpl) (revision 8811) @@ -13,6 +13,13 @@
+ +
img/s.gif" width="3" height="1" alt=""/>
+
+
img/s.gif" width="3" height="1" alt=""/>
+
+
+
-
- :  |  Added Today: 0 + + :  |  Added Today: 0
Index: trunk/themes/default2007/platform/my_account/my_account.tpl =================================================================== diff -u -N -r8804 -r8811 --- trunk/themes/default2007/platform/my_account/my_account.tpl (.../my_account.tpl) (revision 8804) +++ trunk/themes/default2007/platform/my_account/my_account.tpl (.../my_account.tpl) (revision 8811) @@ -20,11 +20,10 @@ - - - - - - - -
+ img/directory_icon.gif" width="22" height="17" alt="" />
- + Zend / PHP Conference 2006
About the conference or it you are interested @@ -36,10 +35,10 @@
+ img/directory_icon.gif" width="22" height="17" alt="" />
+ Zend / PHP Conference 2006
@@ -52,10 +51,10 @@
+ img/directory_icon.gif" width="22" height="17" alt="" />
+ Zend / PHP Conference 2006
@@ -68,10 +67,10 @@
+ img/directory_icon.gif" width="22" height="17" alt="" />
+ Zend / PHP Conference 2006