Plugin Directory

Changeset 1286664


Ignore:
Timestamp:
11/15/2015 04:57:21 PM (10 years ago)
Author:
DarkWolf
Message:

Small fix in footer credit! Not important (no new release).

Location:
my-custom-css
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • my-custom-css/tags/2.6/editor/ace_custom.css

    r1286604 r1286664  
    11/* Scroll ToTop */
    2 
    32.scrollup,.scrollup:hover,.scrollup:visited,.scrollup:focus {
    4 
    53    color: #fff;
    6 
    74    box-shadow: none;
    8 
    95}
    10 
    116.scrollup {
    12 
    137    background-color: rgba(0, 0, 0, 0.3);
    14 
    158    border-radius: 50% !important;
    16 
    179    width: 40px;
    18 
    1910    line-height: 40px;
    20 
    2111    text-align: center;
    22 
    2312    text-decoration: none;
    24 
    2513    position: fixed;
    26 
    2714    right: 25px;
    28 
    2915    bottom: 20px;
    30 
    3116    display: none;
    32 
    3317    z-index: 10000;
    34 
    3518}
    36 
    3719.wrap h2 {
    38 
    3920    margin-bottom: 10px;
    40 
    4121}
    42 
    4322#textsizer {
    44 
    4523    float: left;
    46 
    4724    margin-bottom: 10px;
    48 
    4925}
    50 
    5126#textsizer p {
    52 
    5327    float: left;
    54 
    5528    margin: 0 5px 0 0 !important;
    56 
    5729}
    58 
    5930ul.textresizer {
    60 
    6131    list-style: none;
    62 
    6332    display: inline;
    64 
    6533    margin: 0;
    66 
    6734    padding: 0;
    68 
    6935}
    70 
    7136ul.textresizer li {
    72 
    7337    display: inline;
    74 
    7538    margin: 0;
    76 
    7739    margin-right: 5px;
    78 
    7940    padding: 0;
    80 
    8141}
    82 
    8342ul.textresizer a {
    84 
    8543    border: solid 1px #999;
    86 
    8744    padding: 2px 3px;
    88 
    8945    font-weight: 700;
    90 
    9146    text-decoration: none;
    92 
    9347    border-radius: 3px !important;
    94 
    9548}
    96 
    9749ul.textresizer a:hover {
    98 
    9950    background: #e5e5e5;
    100 
    10151    border: solid 1px #ccc;
    102 
    10352}
    104 
    10553ul.textresizer .small-text {
    106 
    10754    font-size: 12px;
    108 
    10955}
    110 
    11156ul.textresizer .medium-text {
    112 
    11357    font-size: 14px;
    114 
    11558}
    116 
    11759ul.textresizer .large-text {
    118 
    11960    font-size: 16px;
    120 
    12161}
    122 
    12362ul.textresizer .larger-text {
    124 
    12563    font-size: 18px;
    126 
    12764}
    128 
    12965ul.textresizer .giga-text {
    130 
    13166    font-size: 18px;
    132 
    13367}
    134 
    13568ul.textresizer a.textresizer-active {
    136 
    13769    border: solid 1px #2B562B;
    138 
    13970    background: #FFCA6F;
    140 
    14171    color: #000;
    142 
    14372}
    144 
    14573.button-primary {
    146 
    14774    height: 50px !important;
    148 
    14975    width: 130px !important;
    150 
    15176    position: fixed;
    152 
    15377    right: 25px;
    154 
    15578    top: 45px;
    156 
    15779    z-index: 50;
    158 
    15980    font-size: 30px !important;
    160 
    16181    border-radius: 10% !important;
    162 
    16382}
    164 
    16583.ace_search.right {
    166 
    16784    font-size: 9px !important;
    168 
    16985    position: fixed;
    170 
    17186    right: 19px;
    172 
    17387    top: 120px;
    174 
    17588}
    176 
    17789.ace_search_options {
    178 
    17990    float: left;
    180 
    18191    line-height: 20px;
    182 
    18392    font-size: 12px !important;
    184 
    18593}
    186 
    18794.ace_search_options::after {
    188 
    18995    color: #000;
    190 
    19196    content: " (CTRL|CMD+F = Replace Form!)";
    192 
    19397    font-style: italic;
    194 
    19598}
    196 
    19799#my_custom_css {
    198 
    199100    border: 1px solid #DFDFDF;
    200 
    201101    border-radius: 3px;
    202 
    203102    width: 100%;
    204 
    205103    height: 400px;
    206 
    207104    position: relative;
    208 
    209105    top: -5px;
    210 
    211106    font-size: 14px;
    212 
    213107    line-height: 150% !important;
    214 
    215108}
    216 
    217109#thememenu {
    218 
    219110    float: left;
    220 
    221111    margin-left: 10px;
    222 
    223112    margin-top: -5px;
    224 
    225113}
    226 
    227114/* Fix wordpress footer */
    228 
    229115#wpfooter {
    230 
    231116    position: relative;
    232 
    233117}
    234 
    235118#footer-upgrade {
    236 
    237119    float: left;
    238 
    239120    padding-left: 5px;
    240 
    241121    font-style: italic;
    242 
    243122}
    244 
    245123#mccss_credit {
    246 
    247124    float: right;
    248125    font-style: italic;
    249 
    250126}
    251 
    252127#mccss_credit a {
    253 
    254128    text-decoration: none;
    255 
    256129}
  • my-custom-css/tags/2.6/my-custom-css.php

    r1286604 r1286664  
    440440        <input type="submit" name="save" class="button-primary" value="' .  __('Save','my-custom-css') . '" />
    441441    </form>
    442     <p>
    443         <!-- Smooth Scroll by DarkWolf --><a href="#" class="scrollup">&#9650;</a><!-- Smooth Scroll by DarkWolf -->
    444         <div id="mccss_credit">My Custom CSS - by <a href="https://laltroweb.it/" title="Salvatore Noschese - L\'AltroWeb">Salvatore Noschese - L\'AltroWeb</a> | <a href="https://www.paypal.me/SalvatoreN" title="Buy Me a Beer ;)">Donate :)</a></div>
    445     </p>
    446    
    447 </div>';
    448 
     442    <div id="mccss_credit">
     443        <a href="https://wordpress.org/plugins/my-custom-css/" title="My Custom CSS">My Custom CSS v'.$plugin_version.'</a> | Author: <a href="https://laltroweb.it/" title="Salvatore Noschese - (L\'AltroWeb)">Salvatore Noschese</a> - Support my work: <a href="https://www.paypal.me/SalvatoreN" title="Even 1$ can help... :)">Donate :)</a>
     444    </div>';
    449445// If no backup exist, disable button!
    450446$glob = glob(mystylecss_basedir()."/my_custom_css/bkk/*.css");
     
    457453echo '
    458454    <form method="post" action="'.admin_url( 'admin.php' ).'?action=my_custom_css?show_backup" target="_blank">
    459         <input type="submit" name="viewbackup" class="button-secondary" style="float: left;" '.$submit_backup.' />
     455        <input type="submit" name="viewbackup" class="button-secondary" '.$submit_backup.' />
    460456    </form>';
    461457}
    462458echo '
     459    <!-- Smooth Scroll by DarkWolf -->
     460        <a href="#" class="scrollup">&#9650;</a>
     461    <!-- Smooth Scroll by DarkWolf -->
    463462</div>';
    464463
    465464    // Ok, save css!!!     
    466465    makecss();
    467 
    468466}
    469467
  • my-custom-css/trunk/editor/ace_custom.css

    r1286604 r1286664  
    11/* Scroll ToTop */
    2 
    32.scrollup,.scrollup:hover,.scrollup:visited,.scrollup:focus {
    4 
    53    color: #fff;
    6 
    74    box-shadow: none;
    8 
    95}
    10 
    116.scrollup {
    12 
    137    background-color: rgba(0, 0, 0, 0.3);
    14 
    158    border-radius: 50% !important;
    16 
    179    width: 40px;
    18 
    1910    line-height: 40px;
    20 
    2111    text-align: center;
    22 
    2312    text-decoration: none;
    24 
    2513    position: fixed;
    26 
    2714    right: 25px;
    28 
    2915    bottom: 20px;
    30 
    3116    display: none;
    32 
    3317    z-index: 10000;
    34 
    3518}
    36 
    3719.wrap h2 {
    38 
    3920    margin-bottom: 10px;
    40 
    4121}
    42 
    4322#textsizer {
    44 
    4523    float: left;
    46 
    4724    margin-bottom: 10px;
    48 
    4925}
    50 
    5126#textsizer p {
    52 
    5327    float: left;
    54 
    5528    margin: 0 5px 0 0 !important;
    56 
    5729}
    58 
    5930ul.textresizer {
    60 
    6131    list-style: none;
    62 
    6332    display: inline;
    64 
    6533    margin: 0;
    66 
    6734    padding: 0;
    68 
    6935}
    70 
    7136ul.textresizer li {
    72 
    7337    display: inline;
    74 
    7538    margin: 0;
    76 
    7739    margin-right: 5px;
    78 
    7940    padding: 0;
    80 
    8141}
    82 
    8342ul.textresizer a {
    84 
    8543    border: solid 1px #999;
    86 
    8744    padding: 2px 3px;
    88 
    8945    font-weight: 700;
    90 
    9146    text-decoration: none;
    92 
    9347    border-radius: 3px !important;
    94 
    9548}
    96 
    9749ul.textresizer a:hover {
    98 
    9950    background: #e5e5e5;
    100 
    10151    border: solid 1px #ccc;
    102 
    10352}
    104 
    10553ul.textresizer .small-text {
    106 
    10754    font-size: 12px;
    108 
    10955}
    110 
    11156ul.textresizer .medium-text {
    112 
    11357    font-size: 14px;
    114 
    11558}
    116 
    11759ul.textresizer .large-text {
    118 
    11960    font-size: 16px;
    120 
    12161}
    122 
    12362ul.textresizer .larger-text {
    124 
    12563    font-size: 18px;
    126 
    12764}
    128 
    12965ul.textresizer .giga-text {
    130 
    13166    font-size: 18px;
    132 
    13367}
    134 
    13568ul.textresizer a.textresizer-active {
    136 
    13769    border: solid 1px #2B562B;
    138 
    13970    background: #FFCA6F;
    140 
    14171    color: #000;
    142 
    14372}
    144 
    14573.button-primary {
    146 
    14774    height: 50px !important;
    148 
    14975    width: 130px !important;
    150 
    15176    position: fixed;
    152 
    15377    right: 25px;
    154 
    15578    top: 45px;
    156 
    15779    z-index: 50;
    158 
    15980    font-size: 30px !important;
    160 
    16181    border-radius: 10% !important;
    162 
    16382}
    164 
    16583.ace_search.right {
    166 
    16784    font-size: 9px !important;
    168 
    16985    position: fixed;
    170 
    17186    right: 19px;
    172 
    17387    top: 120px;
    174 
    17588}
    176 
    17789.ace_search_options {
    178 
    17990    float: left;
    180 
    18191    line-height: 20px;
    182 
    18392    font-size: 12px !important;
    184 
    18593}
    186 
    18794.ace_search_options::after {
    188 
    18995    color: #000;
    190 
    19196    content: " (CTRL|CMD+F = Replace Form!)";
    192 
    19397    font-style: italic;
    194 
    19598}
    196 
    19799#my_custom_css {
    198 
    199100    border: 1px solid #DFDFDF;
    200 
    201101    border-radius: 3px;
    202 
    203102    width: 100%;
    204 
    205103    height: 400px;
    206 
    207104    position: relative;
    208 
    209105    top: -5px;
    210 
    211106    font-size: 14px;
    212 
    213107    line-height: 150% !important;
    214 
    215108}
    216 
    217109#thememenu {
    218 
    219110    float: left;
    220 
    221111    margin-left: 10px;
    222 
    223112    margin-top: -5px;
    224 
    225113}
    226 
    227114/* Fix wordpress footer */
    228 
    229115#wpfooter {
    230 
    231116    position: relative;
    232 
    233117}
    234 
    235118#footer-upgrade {
    236 
    237119    float: left;
    238 
    239120    padding-left: 5px;
    240 
    241121    font-style: italic;
    242 
    243122}
    244 
    245123#mccss_credit {
    246 
    247124    float: right;
    248125    font-style: italic;
    249 
    250126}
    251 
    252127#mccss_credit a {
    253 
    254128    text-decoration: none;
    255 
    256129}
  • my-custom-css/trunk/my-custom-css.php

    r1286604 r1286664  
    440440        <input type="submit" name="save" class="button-primary" value="' .  __('Save','my-custom-css') . '" />
    441441    </form>
    442     <p>
    443         <!-- Smooth Scroll by DarkWolf --><a href="#" class="scrollup">&#9650;</a><!-- Smooth Scroll by DarkWolf -->
    444         <div id="mccss_credit">My Custom CSS - by <a href="https://laltroweb.it/" title="Salvatore Noschese - L\'AltroWeb">Salvatore Noschese - L\'AltroWeb</a> | <a href="https://www.paypal.me/SalvatoreN" title="Buy Me a Beer ;)">Donate :)</a></div>
    445     </p>
    446    
    447 </div>';
    448 
     442    <div id="mccss_credit">
     443        <a href="https://wordpress.org/plugins/my-custom-css/" title="My Custom CSS">My Custom CSS v'.$plugin_version.'</a> | Author: <a href="https://laltroweb.it/" title="Salvatore Noschese - (L\'AltroWeb)">Salvatore Noschese</a> - Support my work: <a href="https://www.paypal.me/SalvatoreN" title="Even 1$ can help... :)">Donate :)</a>
     444    </div>';
    449445// If no backup exist, disable button!
    450446$glob = glob(mystylecss_basedir()."/my_custom_css/bkk/*.css");
     
    457453echo '
    458454    <form method="post" action="'.admin_url( 'admin.php' ).'?action=my_custom_css?show_backup" target="_blank">
    459         <input type="submit" name="viewbackup" class="button-secondary" style="float: left;" '.$submit_backup.' />
     455        <input type="submit" name="viewbackup" class="button-secondary" '.$submit_backup.' />
    460456    </form>';
    461457}
    462458echo '
     459    <!-- Smooth Scroll by DarkWolf -->
     460        <a href="#" class="scrollup">&#9650;</a>
     461    <!-- Smooth Scroll by DarkWolf -->
    463462</div>';
    464463
    465464    // Ok, save css!!!     
    466465    makecss();
    467 
    468466}
    469467
Note: See TracChangeset for help on using the changeset viewer.