رفتن به مطلب

animekade

عضو سایت
  • تعداد ارسال‌ها

    4
  • تاریخ عضویت

  • آخرین بازدید

نوشته‌ها ارسال شده توسط animekade

  1. کد css که استفاده کردم

    .button {

    background: none repeat scroll 0% 0% rgb(2, 144, 218);

    background-color: rgb(2, 144, 218);

    background-image: none;

    background-repeat: repeat;

    background-attachment: scroll;

    background-position: 0% 0%;

    background-clip: border-box;

    background-origin: padding-box;

    background-size: auto auto;

    }

    .button, .buttonv {

    display: block;

    font-size: 16px;

    margin: 10px 0px;

    margin-top: 10px;

    margin-right-value: 0px;

    margin-bottom: 10px;

    margin-left-value: 0px;

    margin-left-ltr-source: physical;

    margin-left-rtl-source: physical;

    margin-right-ltr-source: physical;

    margin-right-rtl-source: physical;

    text-align: center;

    border-right: 0px none;

    border-right-width-value: 0px;

    border-right-style-value: none;

    border-right-color-value: -moz-use-text-color;

    border-right-width-ltr-source: physical;

    border-right-width-rtl-source: physical;

    border-right-style-ltr-source: physical;

    border-right-style-rtl-source: physical;

    border-right-color-ltr-source: physical;

    border-right-color-rtl-source: physical;

    border-left: 0px none;

    border-left-width-value: 0px;

    border-left-style-value: none;

    border-left-color-value: -moz-use-text-color;

    border-left-width-ltr-source: physical;

    border-left-width-rtl-source: physical;

    border-left-style-ltr-source: physical;

    border-left-style-rtl-source: physical;

    border-left-color-ltr-source: physical;

    border-left-color-rtl-source: physical;

    -moz-border-top-colors: none;

    -moz-border-right-colors: none;

    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    border-image: none;

    border-image-source: none;

    border-image-slice: 100% 100% 100% 100%;

    border-image-width: 1 1 1 1;

    border-image-outset: 0 0 0 0;

    border-image-repeat: stretch stretch;

    padding: 10px;

    padding-top: 10px;

    padding-right-value: 10px;

    padding-bottom: 10px;

    padding-left-value: 10px;

    padding-left-ltr-source: physical;

    padding-left-rtl-source: physical;

    padding-right-ltr-source: physical;

    padding-right-rtl-source: physical;

    border-width: 1px 0px 2px;

    border-top-width: 1px;

    border-right-width-value: 0px;

    border-bottom-width: 2px;

    border-left-width-value: 0px;

    border-left-width-ltr-source: physical;

    border-left-width-rtl-source: physical;

    border-right-width-ltr-source: physical;

    border-right-width-rtl-source: physical;

    border-style: solid none;

    border-top-style: solid;

    border-right-style-value: none;

    border-bottom-style: solid;

    border-left-style-value: none;

    border-left-style-ltr-source: physical;

    border-left-style-rtl-source: physical;

    border-right-style-ltr-source: physical;

    border-right-style-rtl-source: physical;

    border-color: rgba(255, 255, 255, 0.2) -moz-use-text-color rgba(0, 0, 0, 0.2);

    border-top-color: rgba(255, 255, 255, 0.2);

    border-right-color-value: -moz-use-text-color;

    border-bottom-color: rgba(0, 0, 0, 0.2);

    border-left-color-value: -moz-use-text-color;

    border-left-color-ltr-source: physical;

    border-left-color-rtl-source: physical;

    border-right-color-ltr-source: physical;

    border-right-color-rtl-source: physical;

    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);

    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);

    color: rgb(255, 255, 255) !important;

    border-radius: 2px;

    border-top-left-radius: 2px;

    border-top-right-radius: 2px;

    border-bottom-right-radius: 2px;

    border-bottom-left-radius: 2px;

    background-position: left center;

    -moz-user-select: none;

    }

    و کدی که برای فراخوانی دادم

    <ul>

    <?php $mid_var = get_post_meta($post->ID, 'dl',true);

    if(isset($mid_var) && !empty($mid_var)) : ?>

    <li class="button"><a class="button Blue" target="_blank" rel="nofollow" href="<?php echo get_post_meta($post->ID, 'dl',true); ?>"> DOWNLOAD MP3</a></li> <?php endif; ?>

    <ul/>

    میشه بگید ایرادش کجاست که مثل نمونه اصلیش درنیومده ؟؟

×
×
  • اضافه کردن...