Plugin Directory

Changeset 2600344


Ignore:
Timestamp:
09/17/2021 06:26:27 AM (5 years ago)
Author:
mogitech
Message:

photu plugin : release 1.1

Location:
photu
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • photu/tags/1.0/includes/setting.php

    r2574517 r2600344  
    6868  ob_start();
    6969
    70   wp_enqueue_style('xyz', plugins_url('imagekit') . '/includes/main.css');
     70  wp_enqueue_style('xyz', plugins_url('photu') . '/includes/main.css');
    7171?>
    7272<div>
  • photu/trunk/includes/main.css

    r2574517 r2600344  
    647647}
    648648
    649 .imagekit-pagestyles #wpcontent {
     649.photu-pagestyles #wpcontent {
    650650    padding-left: 0
    651651}
    652652
    653 .imagekit-pagestyles a {
     653.photu-pagestyles a {
    654654    text-decoration: none
    655655}
     
    938938}
    939939
    940 .imagekit-pagestyles .dops-notice__action.notice-dismiss {
     940.photu-pagestyles .dops-notice__action.notice-dismiss {
    941941    height: 100%
    942942}
     
    10281028}
    10291029
    1030 .imagekit-about__link-back,
    1031 .imagekit-about__main,
    1032 .imagekit-about__plugin {
     1030.photu-about__link-back,
     1031.photu-about__main,
     1032.photu-about__plugin {
    10331033    background-color: #fff;
    10341034    border: 1px solid #e5e5e5
    10351035}
    10361036
    1037 .imagekit-about__main {
     1037.photu-about__main {
    10381038    font-size: 14px
    10391039}
    10401040
    1041 .imagekit-about__main p {
     1041.photu-about__main p {
    10421042    font-size: 14px
    10431043}
    10441044
    1045 .imagekit-about__link-back {
     1045.photu-about__link-back {
    10461046    padding: 16px 16px 13px;
    10471047    border-bottom: none
    10481048}
    10491049
    1050 .imagekit-about__link-back a {
     1050.photu-about__link-back a {
    10511051    color: #6c7781;
    10521052    font-size: .75rem
    10531053}
    10541054
    1055 .imagekit-about__link-back a:active,
    1056 .imagekit-about__link-back a:hover {
     1055.photu-about__link-back a:active,
     1056.photu-about__link-back a:hover {
    10571057    color: #262a2e
    10581058}
    10591059
    1060 .imagekit-about__link-back a svg {
     1060.photu-about__link-back a svg {
    10611061    fill: #6c7781;
    10621062    height: 24px;
     
    10671067}
    10681068
    1069 .imagekit-about__main {
     1069.photu-about__main {
    10701070    padding: 36px
    10711071}
    10721072
    1073 .imagekit-about__logo {
     1073.photu-about__logo {
    10741074    width: 265px
    10751075}
    10761076
    10771077@media screen and (max-width:400px) {
    1078     .imagekit-about__logo {
     1078    .photu-about__logo {
    10791079        width: 100%
    10801080    }
    10811081}
    10821082
    1083 .imagekit-about__content {
     1083.photu-about__content {
    10841084    display: flex
    10851085}
    10861086
    10871087@media screen and (max-width:782px) {
    1088     .imagekit-about__content {
     1088    .photu-about__content {
    10891089        flex-wrap: wrap
    10901090    }
    10911091}
    10921092
    1093 .imagekit-about__text {
     1093.photu-about__text {
    10941094    order: 1
    10951095}
    10961096
    1097 .imagekit-about__text p {
     1097.photu-about__text p {
    10981098    font-size: 1rem;
    10991099    line-height: 1.6
    11001100}
    11011101
    1102 .imagekit-about__text p:last-child {
     1102.photu-about__text p:last-child {
    11031103    margin-bottom: 0
    11041104}
    11051105
    1106 .imagekit-about__images {
     1106.photu-about__images {
    11071107    text-align: center;
    11081108    margin-left: 48px;
     
    11111111
    11121112@media screen and (max-width:782px) {
    1113     .imagekit-about__images {
     1113    .photu-about__images {
    11141114        margin-left: 0;
    11151115        order: 0;
     
    11191119}
    11201120
    1121 .imagekit-about__plugin {
     1121.photu-about__plugin {
    11221122    margin-bottom: 0
    11231123}
    11241124
    1125 .imagekit-about__plugin .plugin-card-top {
     1125.photu-about__plugin .plugin-card-top {
    11261126    padding: 20px 20px 15px;
    11271127    position: relative
    11281128}
    11291129
    1130 .imagekit-about__plugin .plugin-card-top .name {
     1130.photu-about__plugin .plugin-card-top .name {
    11311131    margin-left: 148px
    11321132}
    11331133
    1134 .imagekit-about__plugin .plugin-card-top .name h3 {
     1134.photu-about__plugin .plugin-card-top .name h3 {
    11351135    margin-top: 0
    11361136}
     
    11441144}
    11451145
    1146 @keyframes imagekit-candy {
     1146@keyframes photu-candy {
    11471147    0% {
    11481148        transform: scale(1)
     
    11591159}
    11601160
    1161 @keyframes imagekit-loading-fade {
     1161@keyframes photu-loading-fade {
    11621162    0% {
    11631163        opacity: .5
     
    11711171}
    11721172
    1173 @keyframes imagekit-rotate {
     1173@keyframes photu-rotate {
    11741174    to {
    11751175        transform: rotate(1turn)
     
    12951295}
    12961296
    1297 .imagekit-pagestyles #screen-meta {
     1297.photu-pagestyles #screen-meta {
    12981298    margin: 0
    12991299}
    13001300
    1301 .imagekit-pagestyles #contextual-help-link-wrap,
    1302 .imagekit-pagestyles #screen-options-link-wrap {
     1301.photu-pagestyles #contextual-help-link-wrap,
     1302.photu-pagestyles #screen-options-link-wrap {
    13031303    border: none
    13041304}
  • photu/trunk/includes/setting.php

    r2592656 r2600344  
    6868  ob_start();
    6969
    70   wp_enqueue_style('xyz', plugins_url('imagekit') . '/includes/main.css');
     70  wp_enqueue_style('xyz', plugins_url('photu') . '/includes/main.css');
    7171?>
    7272<div>
  • photu/trunk/photu.php

    r2592667 r2600344  
    55Author: Mogiio
    66Author URI: https://mogiio.com/photu
    7 Version: 1.0.0
     7Version: 1.1
    88*/
    99
  • photu/trunk/readme.txt

    r2574517 r2600344  
    55Requires at least: 3.3
    66Tested up to: 5.8
    7 Stable tag: 1.0.0
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9191== Changelog ==
    9292
    93 1.0.0
     931.1
    9494Plugin release. New Photu plugin for Photu image delivery Powered by Mogi I/O
    9595
Note: See TracChangeset for help on using the changeset viewer.