Plugin Directory

Changeset 1156149


Ignore:
Timestamp:
05/08/2015 01:35:58 PM (11 years ago)
Author:
owencutajar
Message:

v3.5.1 - all files

Location:
wp-auctions/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • wp-auctions/trunk/styles/Earth/color.css

    r1009028 r1156149  
    247247.wpa-tables td a { background: #D3CCA3 url(gradient.png) repeat-x left bottom; border: 1px solid #463425; color: #660000; font-weight: bold; padding: 2px 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
    248248.wpa-tables td a:hover { color: #463425; }
     249
     250
     251/* Theme Specific */
     252form#auction_form, form#auction_form div, #wp-container-p p  { margin: 0; }
     253#wp-container-p th, #wp-container-p td, #wp-container-p table { border: 0; }
  • wp-auctions/trunk/styles/Fire/color.css

    r1009028 r1156149  
    246246.wpa-tables td a { background: #FB590C; border: 1px solid #aa0000; color: #660000; font-weight: bold; padding: 2px 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
    247247.wpa-tables td a:hover { color: #fff; }
     248
     249
     250/* Theme Specific */
     251form#auction_form, form#auction_form div, #wp-container-p p  { margin: 0; }
     252#wp-container-p th, #wp-container-p td, #wp-container-p table { border: 0; }
  • wp-auctions/trunk/styles/Graphite/color.css

    r1009029 r1156149  
    252252.wpa-tables td a { background: url(bg.png); border: 1px solid #000; color: #0090ff; font-weight: bold; padding: 2px 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
    253253.wpa-tables td a:hover { color: #fff; }
     254
     255
     256/* Theme Specific */
     257form#auction_form, form#auction_form div, #wp-container-p p  { margin: 0; }
     258#wp-container-p th, #wp-container-p td, #wp-container-p table { border: 0; }
  • wp-auctions/trunk/styles/Heart/color.css

    r1009028 r1156149  
    246246.wpa-tables td a { background: #FFCFCA; border: 1px solid #FFB3AA; color: #d30300; font-weight: bold; padding: 2px 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
    247247.wpa-tables td a:hover { color: #000; }
     248
     249
     250/* Theme Specific */
     251form#auction_form, form#auction_form div, #wp-container-p p  { margin: 0; }
     252#wp-container-p th, #wp-container-p td, #wp-container-p table { border: 0; }
  • wp-auctions/trunk/styles/Water/color.css

    r1009028 r1156149  
    246246.wpa-tables td a { background: #A4CEF0; border: 1px solid #6ba8e6; color: #0066ff; font-weight: bold; padding: 2px 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
    247247.wpa-tables td a:hover { color: #0033cc; }
     248
     249/* Theme Specific */
     250form#auction_form, form#auction_form div, #wp-container-p p  { margin: 0; }
     251#wp-container-p th, #wp-container-p td, #wp-container-p table { border: 0; }
  • wp-auctions/trunk/styles/Wind/color.css

    r1009028 r1156149  
    246246.wpa-tables td a { background: #DDF4FF; border: 1px solid #6ba8e6; color: #0066ff; padding: 2px 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
    247247.wpa-tables td a:hover { color: #0033cc; }
     248
     249/* Theme Specific */
     250form#auction_form, form#auction_form div, #wp-container-p p  { margin: 0; }
     251#wp-container-p th, #wp-container-p td, #wp-container-p table { border: 0; }
  • wp-auctions/trunk/styles/default/color.css

    r1009028 r1156149  
    248248.wpa-tables td a { background: #eee; border: 1px solid #ccc; color: #0099cc; font-weight: bold; padding: 2px 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
    249249.wpa-tables td a:hover { color: #000; }
     250
     251
     252/* Theme Specific */
     253form#auction_form, form#auction_form div, #wp-container-p p  { margin: 0; }
     254#wp-container-p th, #wp-container-p td, #wp-container-p table { border: 0; }
  • wp-auctions/trunk/wp_auctions.php

    r1123473 r1156149  
    44Plugin URI: http://www.wpauctions.com/download/
    55Description: Implements the ability to run auctions on your own blog. Once activated, add the widget to your sidebar or add <code>&lt;?php wp_auctions(); ?&gt;</code> to your sidebar.
    6 Version: 3.5
     6Version: 3.5.1
    77Author: Owen Cutajar & Hyder Jaffari
    88Author URI: http://www.wpauctions.com/profile
     
    1818  v3.4 Free  - OwenC - 22/1/15 - Refreshed with premium features - Added Shipping
    1919  v3.5 Free  - OwenC - 30/03/15 - Added extra image
     20  v3.5.1 Free - HyderJ - 07/05/2015 - Fixed CSS issues
    2021*/
    2122
     
    2627    require_once('../../../wp-config.php');
    2728 
    28 $wpa_version = "3.5";
     29$wpa_version = "3.5.1";
    2930
    3031// Consts
     
    26462647      wp_enqueue_script('wp_auction_AJAX', WPA_PLUGIN_URL . '/wp_auctionsjs.php' );
    26472648
    2648       wp_print_scripts();
     2649// this loads scripts in the header instead of the footer, apparently it loads other scripts too -- wp_print_scripts();
    26492650     
    26502651?>     
Note: See TracChangeset for help on using the changeset viewer.