Plugin Directory

Changeset 3236860


Ignore:
Timestamp:
02/08/2025 01:42:42 AM (14 months ago)
Author:
DesignPlus
Message:

Release version 1.1.1

Location:
tcd-classic-editor/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • tcd-classic-editor/trunk/assets/css/utility.css

    r3235706 r3236860  
    920920  }
    921921}
     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  
    44"Report-Msgid-Bugs-To: https://core.trac.wordpress.org/\n"
    55"POT-Creation-Date: 2025-02-06 06:05+0900\n"
    6 "PO-Revision-Date: 2025-02-06 06:05+0900\n"
     6"PO-Revision-Date: 2025-02-06 08:15+0900\n"
    77"Last-Translator: Design Plus <support@wp-dp.com>\n"
    88"Language-Team: design plus\n"
  • tcd-classic-editor/trunk/readme.txt

    r3235706 r3236860  
    44Requires at least: 6.7
    55Tested up to: 6.7
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 8.0
    88License: GPLv2 or later
     
    4747
    4848== Changelog ==
     49= 1.1.1 =
     50* Updated: Minor CSS adjustments for improved design.
     51
    4952= 1.1.0 =
    5053* Official stable release after test version
  • tcd-classic-editor/trunk/tcd-classic-editor.php

    r3235706 r3236860  
    44 * Plugin URI:
    55 * Description: This is a classic editor extension plug-in for TCD users.
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Author: TCD
    88 * Author URI: https://tcd-theme.com/
Note: See TracChangeset for help on using the changeset viewer.