Changeset 2600344
- Timestamp:
- 09/17/2021 06:26:27 AM (5 years ago)
- Location:
- photu
- Files:
-
- 5 edited
- 1 copied
-
tags/1.0/includes/setting.php (modified) (1 diff)
-
tags/2.0 (copied) (copied from photu/trunk)
-
trunk/includes/main.css (modified) (10 diffs)
-
trunk/includes/setting.php (modified) (1 diff)
-
trunk/photu.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
photu/tags/1.0/includes/setting.php
r2574517 r2600344 68 68 ob_start(); 69 69 70 wp_enqueue_style('xyz', plugins_url(' imagekit') . '/includes/main.css');70 wp_enqueue_style('xyz', plugins_url('photu') . '/includes/main.css'); 71 71 ?> 72 72 <div> -
photu/trunk/includes/main.css
r2574517 r2600344 647 647 } 648 648 649 . imagekit-pagestyles #wpcontent {649 .photu-pagestyles #wpcontent { 650 650 padding-left: 0 651 651 } 652 652 653 . imagekit-pagestyles a {653 .photu-pagestyles a { 654 654 text-decoration: none 655 655 } … … 938 938 } 939 939 940 . imagekit-pagestyles .dops-notice__action.notice-dismiss {940 .photu-pagestyles .dops-notice__action.notice-dismiss { 941 941 height: 100% 942 942 } … … 1028 1028 } 1029 1029 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 { 1033 1033 background-color: #fff; 1034 1034 border: 1px solid #e5e5e5 1035 1035 } 1036 1036 1037 . imagekit-about__main {1037 .photu-about__main { 1038 1038 font-size: 14px 1039 1039 } 1040 1040 1041 . imagekit-about__main p {1041 .photu-about__main p { 1042 1042 font-size: 14px 1043 1043 } 1044 1044 1045 . imagekit-about__link-back {1045 .photu-about__link-back { 1046 1046 padding: 16px 16px 13px; 1047 1047 border-bottom: none 1048 1048 } 1049 1049 1050 . imagekit-about__link-back a {1050 .photu-about__link-back a { 1051 1051 color: #6c7781; 1052 1052 font-size: .75rem 1053 1053 } 1054 1054 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 { 1057 1057 color: #262a2e 1058 1058 } 1059 1059 1060 . imagekit-about__link-back a svg {1060 .photu-about__link-back a svg { 1061 1061 fill: #6c7781; 1062 1062 height: 24px; … … 1067 1067 } 1068 1068 1069 . imagekit-about__main {1069 .photu-about__main { 1070 1070 padding: 36px 1071 1071 } 1072 1072 1073 . imagekit-about__logo {1073 .photu-about__logo { 1074 1074 width: 265px 1075 1075 } 1076 1076 1077 1077 @media screen and (max-width:400px) { 1078 . imagekit-about__logo {1078 .photu-about__logo { 1079 1079 width: 100% 1080 1080 } 1081 1081 } 1082 1082 1083 . imagekit-about__content {1083 .photu-about__content { 1084 1084 display: flex 1085 1085 } 1086 1086 1087 1087 @media screen and (max-width:782px) { 1088 . imagekit-about__content {1088 .photu-about__content { 1089 1089 flex-wrap: wrap 1090 1090 } 1091 1091 } 1092 1092 1093 . imagekit-about__text {1093 .photu-about__text { 1094 1094 order: 1 1095 1095 } 1096 1096 1097 . imagekit-about__text p {1097 .photu-about__text p { 1098 1098 font-size: 1rem; 1099 1099 line-height: 1.6 1100 1100 } 1101 1101 1102 . imagekit-about__text p:last-child {1102 .photu-about__text p:last-child { 1103 1103 margin-bottom: 0 1104 1104 } 1105 1105 1106 . imagekit-about__images {1106 .photu-about__images { 1107 1107 text-align: center; 1108 1108 margin-left: 48px; … … 1111 1111 1112 1112 @media screen and (max-width:782px) { 1113 . imagekit-about__images {1113 .photu-about__images { 1114 1114 margin-left: 0; 1115 1115 order: 0; … … 1119 1119 } 1120 1120 1121 . imagekit-about__plugin {1121 .photu-about__plugin { 1122 1122 margin-bottom: 0 1123 1123 } 1124 1124 1125 . imagekit-about__plugin .plugin-card-top {1125 .photu-about__plugin .plugin-card-top { 1126 1126 padding: 20px 20px 15px; 1127 1127 position: relative 1128 1128 } 1129 1129 1130 . imagekit-about__plugin .plugin-card-top .name {1130 .photu-about__plugin .plugin-card-top .name { 1131 1131 margin-left: 148px 1132 1132 } 1133 1133 1134 . imagekit-about__plugin .plugin-card-top .name h3 {1134 .photu-about__plugin .plugin-card-top .name h3 { 1135 1135 margin-top: 0 1136 1136 } … … 1144 1144 } 1145 1145 1146 @keyframes imagekit-candy {1146 @keyframes photu-candy { 1147 1147 0% { 1148 1148 transform: scale(1) … … 1159 1159 } 1160 1160 1161 @keyframes imagekit-loading-fade {1161 @keyframes photu-loading-fade { 1162 1162 0% { 1163 1163 opacity: .5 … … 1171 1171 } 1172 1172 1173 @keyframes imagekit-rotate {1173 @keyframes photu-rotate { 1174 1174 to { 1175 1175 transform: rotate(1turn) … … 1295 1295 } 1296 1296 1297 . imagekit-pagestyles #screen-meta {1297 .photu-pagestyles #screen-meta { 1298 1298 margin: 0 1299 1299 } 1300 1300 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 { 1303 1303 border: none 1304 1304 } -
photu/trunk/includes/setting.php
r2592656 r2600344 68 68 ob_start(); 69 69 70 wp_enqueue_style('xyz', plugins_url(' imagekit') . '/includes/main.css');70 wp_enqueue_style('xyz', plugins_url('photu') . '/includes/main.css'); 71 71 ?> 72 72 <div> -
photu/trunk/photu.php
r2592667 r2600344 5 5 Author: Mogiio 6 6 Author URI: https://mogiio.com/photu 7 Version: 1. 0.07 Version: 1.1 8 8 */ 9 9 -
photu/trunk/readme.txt
r2574517 r2600344 5 5 Requires at least: 3.3 6 6 Tested up to: 5.8 7 Stable tag: 1. 0.07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 91 91 == Changelog == 92 92 93 1. 0.093 1.1 94 94 Plugin release. New Photu plugin for Photu image delivery Powered by Mogi I/O 95 95
Note: See TracChangeset
for help on using the changeset viewer.