Plugin Directory

Changeset 1286604


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

insert credit in footer :)

Location:
my-custom-css
Files:
4 edited

Legend:

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

    r1286562 r1286604  
    11/* Scroll ToTop */
     2
    23.scrollup,.scrollup:hover,.scrollup:visited,.scrollup:focus {
     4
    35    color: #fff;
     6
    47    box-shadow: none;
    5 }
     8
     9}
     10
    611.scrollup {
     12
    713    background-color: rgba(0, 0, 0, 0.3);
     14
    815    border-radius: 50% !important;
     16
    917    width: 40px;
     18
    1019    line-height: 40px;
     20
    1121    text-align: center;
     22
    1223    text-decoration: none;
     24
    1325    position: fixed;
     26
    1427    right: 25px;
     28
    1529    bottom: 20px;
     30
    1631    display: none;
     32
    1733    z-index: 10000;
    18 }
     34
     35}
     36
    1937.wrap h2 {
     38
    2039    margin-bottom: 10px;
    21 }
     40
     41}
     42
    2243#textsizer {
    23     float: left;
     44
     45    float: left;
     46
    2447    margin-bottom: 10px;
    25 }
     48
     49}
     50
    2651#textsizer p {
    27     float: left;
     52
     53    float: left;
     54
    2855    margin: 0 5px 0 0 !important;
    29 }
     56
     57}
     58
    3059ul.textresizer {
     60
    3161    list-style: none;
     62
    3263    display: inline;
     64
    3365    margin: 0;
     66
    3467    padding: 0;
    35 }
     68
     69}
     70
    3671ul.textresizer li {
     72
    3773    display: inline;
     74
    3875    margin: 0;
     76
    3977    margin-right: 5px;
     78
    4079    padding: 0;
    41 }
     80
     81}
     82
    4283ul.textresizer a {
     84
    4385    border: solid 1px #999;
     86
    4487    padding: 2px 3px;
     88
    4589    font-weight: 700;
     90
    4691    text-decoration: none;
     92
    4793    border-radius: 3px !important;
    48 }
     94
     95}
     96
    4997ul.textresizer a:hover {
     98
    5099    background: #e5e5e5;
     100
    51101    border: solid 1px #ccc;
    52 }
     102
     103}
     104
    53105ul.textresizer .small-text {
     106
    54107    font-size: 12px;
    55 }
     108
     109}
     110
    56111ul.textresizer .medium-text {
     112
    57113    font-size: 14px;
    58 }
     114
     115}
     116
    59117ul.textresizer .large-text {
     118
    60119    font-size: 16px;
    61 }
     120
     121}
     122
    62123ul.textresizer .larger-text {
     124
    63125    font-size: 18px;
    64 }
     126
     127}
     128
    65129ul.textresizer .giga-text {
     130
    66131    font-size: 18px;
    67 }
     132
     133}
     134
    68135ul.textresizer a.textresizer-active {
     136
    69137    border: solid 1px #2B562B;
     138
    70139    background: #FFCA6F;
     140
    71141    color: #000;
    72 }
     142
     143}
     144
    73145.button-primary {
     146
    74147    height: 50px !important;
     148
    75149    width: 130px !important;
     150
    76151    position: fixed;
     152
    77153    right: 25px;
     154
    78155    top: 45px;
     156
    79157    z-index: 50;
     158
    80159    font-size: 30px !important;
     160
    81161    border-radius: 10% !important;
    82 }
     162
     163}
     164
    83165.ace_search.right {
     166
    84167    font-size: 9px !important;
     168
    85169    position: fixed;
     170
    86171    right: 19px;
     172
    87173    top: 120px;
    88 }
     174
     175}
     176
    89177.ace_search_options {
    90     float: left;
     178
     179    float: left;
     180
    91181    line-height: 20px;
     182
    92183    font-size: 12px !important;
    93 }
     184
     185}
     186
    94187.ace_search_options::after {
     188
    95189    color: #000;
     190
    96191    content: " (CTRL|CMD+F = Replace Form!)";
     192
    97193    font-style: italic;
    98 }
     194
     195}
     196
    99197#my_custom_css {
     198
    100199    border: 1px solid #DFDFDF;
     200
    101201    border-radius: 3px;
     202
    102203    width: 100%;
     204
    103205    height: 400px;
     206
    104207    position: relative;
     208
    105209    top: -5px;
     210
    106211    font-size: 14px;
     212
    107213    line-height: 150% !important;
    108 }
     214
     215}
     216
    109217#thememenu {
    110     float: left;
     218
     219    float: left;
     220
    111221    margin-left: 10px;
     222
    112223    margin-top: -5px;
    113 }
     224
     225}
     226
    114227/* Fix wordpress footer */
     228
    115229#wpfooter {
     230
    116231    position: relative;
    117 }
     232
     233}
     234
    118235#footer-upgrade {
    119     float: left;
     236
     237    float: left;
     238
    120239    padding-left: 5px;
     240
    121241    font-style: italic;
    122 }
     242
     243}
     244
     245#mccss_credit {
     246
     247    float: right;
     248    font-style: italic;
     249
     250}
     251
     252#mccss_credit a {
     253
     254    text-decoration: none;
     255
     256}
  • my-custom-css/tags/2.6/my-custom-css.php

    r1286574 r1286604  
    440440        <input type="submit" name="save" class="button-primary" value="' .  __('Save','my-custom-css') . '" />
    441441    </form>
    442     <p><!-- Smooth Scroll by DarkWolf --><a href="#" class="scrollup">&#9650;</a><!-- Smooth Scroll by DarkWolf --></p>
     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   
    443447</div>';
    444448
  • my-custom-css/trunk/editor/ace_custom.css

    r1286435 r1286604  
    11/* Scroll ToTop */
     2
    23.scrollup,.scrollup:hover,.scrollup:visited,.scrollup:focus {
     4
    35    color: #fff;
     6
    47    box-shadow: none;
    5 }
     8
     9}
     10
    611.scrollup {
     12
    713    background-color: rgba(0, 0, 0, 0.3);
     14
    815    border-radius: 50% !important;
     16
    917    width: 40px;
     18
    1019    line-height: 40px;
     20
    1121    text-align: center;
     22
    1223    text-decoration: none;
     24
    1325    position: fixed;
     26
    1427    right: 25px;
     28
    1529    bottom: 20px;
     30
    1631    display: none;
     32
    1733    z-index: 10000;
    18 }
     34
     35}
     36
    1937.wrap h2 {
     38
    2039    margin-bottom: 10px;
    21 }
     40
     41}
     42
    2243#textsizer {
    23     float: left;
     44
     45    float: left;
     46
    2447    margin-bottom: 10px;
    25 }
     48
     49}
     50
    2651#textsizer p {
    27     float: left;
     52
     53    float: left;
     54
    2855    margin: 0 5px 0 0 !important;
    29 }
     56
     57}
     58
    3059ul.textresizer {
     60
    3161    list-style: none;
     62
    3263    display: inline;
     64
    3365    margin: 0;
     66
    3467    padding: 0;
    35 }
     68
     69}
     70
    3671ul.textresizer li {
     72
    3773    display: inline;
     74
    3875    margin: 0;
     76
    3977    margin-right: 5px;
     78
    4079    padding: 0;
    41 }
     80
     81}
     82
    4283ul.textresizer a {
     84
    4385    border: solid 1px #999;
     86
    4487    padding: 2px 3px;
     88
    4589    font-weight: 700;
     90
    4691    text-decoration: none;
     92
    4793    border-radius: 3px !important;
    48 }
     94
     95}
     96
    4997ul.textresizer a:hover {
     98
    5099    background: #e5e5e5;
     100
    51101    border: solid 1px #ccc;
    52 }
     102
     103}
     104
    53105ul.textresizer .small-text {
     106
    54107    font-size: 12px;
    55 }
     108
     109}
     110
    56111ul.textresizer .medium-text {
     112
    57113    font-size: 14px;
    58 }
     114
     115}
     116
    59117ul.textresizer .large-text {
     118
    60119    font-size: 16px;
    61 }
     120
     121}
     122
    62123ul.textresizer .larger-text {
     124
    63125    font-size: 18px;
    64 }
     126
     127}
     128
    65129ul.textresizer .giga-text {
     130
    66131    font-size: 18px;
    67 }
     132
     133}
     134
    68135ul.textresizer a.textresizer-active {
     136
    69137    border: solid 1px #2B562B;
     138
    70139    background: #FFCA6F;
     140
    71141    color: #000;
    72 }
     142
     143}
     144
    73145.button-primary {
     146
    74147    height: 50px !important;
     148
    75149    width: 130px !important;
     150
    76151    position: fixed;
     152
    77153    right: 25px;
     154
    78155    top: 45px;
     156
    79157    z-index: 50;
     158
    80159    font-size: 30px !important;
     160
    81161    border-radius: 10% !important;
    82 }
     162
     163}
     164
    83165.ace_search.right {
     166
    84167    font-size: 9px !important;
     168
    85169    position: fixed;
     170
    86171    right: 19px;
     172
    87173    top: 120px;
    88 }
     174
     175}
     176
    89177.ace_search_options {
    90     float: left;
     178
     179    float: left;
     180
    91181    line-height: 20px;
     182
    92183    font-size: 12px !important;
    93 }
     184
     185}
     186
    94187.ace_search_options::after {
     188
    95189    color: #000;
     190
    96191    content: " (CTRL|CMD+F = Replace Form!)";
     192
    97193    font-style: italic;
    98 }
     194
     195}
     196
    99197#my_custom_css {
     198
    100199    border: 1px solid #DFDFDF;
     200
    101201    border-radius: 3px;
     202
    102203    width: 100%;
     204
    103205    height: 400px;
     206
    104207    position: relative;
     208
    105209    top: -5px;
     210
    106211    font-size: 14px;
     212
    107213    line-height: 150% !important;
    108 }
     214
     215}
     216
    109217#thememenu {
    110     float: left;
     218
     219    float: left;
     220
    111221    margin-left: 10px;
     222
    112223    margin-top: -5px;
    113 }
     224
     225}
     226
    114227/* Fix wordpress footer */
     228
    115229#wpfooter {
     230
    116231    position: relative;
    117 }
     232
     233}
     234
    118235#footer-upgrade {
    119     float: left;
     236
     237    float: left;
     238
    120239    padding-left: 5px;
     240
    121241    font-style: italic;
    122 }
     242
     243}
     244
     245#mccss_credit {
     246
     247    float: right;
     248    font-style: italic;
     249
     250}
     251
     252#mccss_credit a {
     253
     254    text-decoration: none;
     255
     256}
  • my-custom-css/trunk/my-custom-css.php

    r1286574 r1286604  
    440440        <input type="submit" name="save" class="button-primary" value="' .  __('Save','my-custom-css') . '" />
    441441    </form>
    442     <p><!-- Smooth Scroll by DarkWolf --><a href="#" class="scrollup">&#9650;</a><!-- Smooth Scroll by DarkWolf --></p>
     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   
    443447</div>';
    444448
Note: See TracChangeset for help on using the changeset viewer.