Changeset 3236860
- Timestamp:
- 02/08/2025 01:42:42 AM (14 months ago)
- Location:
- tcd-classic-editor/trunk
- Files:
-
- 5 edited
-
assets/css/utility.css (modified) (1 diff)
-
languages/ja.mo (modified) (previous)
-
languages/ja.po (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
tcd-classic-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tcd-classic-editor/trunk/assets/css/utility.css
r3235706 r3236860 920 920 } 921 921 } 922 923 /* contact form 7 */ 924 .wpcf7 { 925 width: 100%; 926 border: 1px solid #ddd; 927 background: #fafafa; 928 font-size: 14px; 929 } 930 931 .wpcf7 form { 932 margin: 1.5em 1.5em 0; 933 } 934 935 .wpcf7 p { 936 margin-bottom: 1em; 937 font-size: 16px; 938 } 939 940 .wpcf7 input, 941 .wpcf7 textarea { 942 width: 100%; 943 padding: 8px; 944 border: 1px solid #ccc; 945 line-height: 1.2; 946 } 947 948 .wpcf7 select, 949 .wpcf7 input[type="checkbox"], 950 .wpcf7 input[type="radio"] { 951 width: auto; 952 max-width: 97%; 953 padding: 8px; 954 border: 1px solid #ccc; 955 } 956 957 .wpcf7 select, 958 .wpcf7 .wpcf7-list-item-label { 959 font-size: 14px; 960 line-height: 1.2; 961 } 962 963 .wpcf7 .wpcf7-list-item { 964 display: block; 965 } 966 967 .wpcf7 textarea { 968 height: 300px; 969 } 970 971 .wpcf7 input:focus, 972 .wpcf7 textarea:focus { 973 border: 1px solid #bbb; 974 outline: none; 975 } 976 977 .wpcf7 .wpcf7-submit, 978 .wpcf7 .wpcf7-previous { 979 background-color: #000000; 980 display: block; 981 position: relative; 982 width: 225px; 983 height: 48px; 984 margin: 30px auto 0; 985 border: none !important; 986 outline: none; 987 color: #fff; 988 font-size: 14px; 989 line-height: 1.5; 990 text-align: center; 991 text-decoration: none; 992 cursor: pointer; 993 transition: all 0.3s; 994 } 995 996 .wpcf7 .wpcf7-submit:hover, 997 .wpcf7 .wpcf7-previous:hover { 998 background-color: color-mix(in srgb, #000000 70%, transparent); 999 } 1000 1001 .wpcf7 .wpcf7-submit .wpcf7-not-valid { 1002 background: pink; 1003 } 1004 1005 .wpcf7 .wpcf7-submit .wpcf7-response-output { 1006 -webkit-border-radius: 4px; 1007 -moz-border-radius: 4px; 1008 margin: 10px 0 0; 1009 padding: 8px 35px 8px 14px; 1010 border-radius: 4px; 1011 } 1012 1013 .wpcf7 .wpcf7-submit .wpcf7-validation-errors { 1014 border: 1px solid #eed3d7; 1015 background-color: #f2dede; 1016 color: #b94a48; 1017 } 1018 1019 .wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { 1020 border: 1px solid #bce8f1; 1021 background-color: #d9edf7; 1022 color: #3a87ad; 1023 } 1024 1025 .wpcf7 .wpcf7-previous + br { 1026 display: none; 1027 } 1028 1029 .wpcf7 form .wpcf7-response-output { 1030 margin: 2em 0.5em 2em; 1031 padding: 0; 1032 border: none; 1033 text-align: center; 1034 } 1035 1036 .wpcf7 form.invalid .wpcf7-response-output, 1037 .wpcf7 form.unaccepted .wpcf7-response-output { 1038 color: #dc3232; 1039 font-size: 1em; 1040 } -
tcd-classic-editor/trunk/languages/ja.po
r3235706 r3236860 4 4 "Report-Msgid-Bugs-To: https://core.trac.wordpress.org/\n" 5 5 "POT-Creation-Date: 2025-02-06 06:05+0900\n" 6 "PO-Revision-Date: 2025-02-06 0 6:05+0900\n"6 "PO-Revision-Date: 2025-02-06 08:15+0900\n" 7 7 "Last-Translator: Design Plus <support@wp-dp.com>\n" 8 8 "Language-Team: design plus\n" -
tcd-classic-editor/trunk/readme.txt
r3235706 r3236860 4 4 Requires at least: 6.7 5 5 Tested up to: 6.7 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later … … 47 47 48 48 == Changelog == 49 = 1.1.1 = 50 * Updated: Minor CSS adjustments for improved design. 51 49 52 = 1.1.0 = 50 53 * Official stable release after test version -
tcd-classic-editor/trunk/tcd-classic-editor.php
r3235706 r3236860 4 4 * Plugin URI: 5 5 * Description: This is a classic editor extension plug-in for TCD users. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Author: TCD 8 8 * Author URI: https://tcd-theme.com/
Note: See TracChangeset
for help on using the changeset viewer.