/******************************************************************************* "All Post Contact Form"'s CSS File Created by RainbowLink Inc. ### Modified by You! ### ### Modify this file! ### * CSS for /wp-content/plugins/allpost-contactform/allpost-contactform-core.php * #--------------- How to Modify this File ------------------------------- https://www.Rainbow-Link.com/catalogue.htm?&item_no=RLF16&medialink_id=wp -----------------------------------------------------------------------# #--------------- このファイルの編集方法 ------------------------------------ https://jp.Rainbow-Link.com/catalogue.htm?&item_no=RLF16ja&medialink_id=wp -----------------------------------------------------------------------# ******************************************************************************/ /*--------------------------------------------------- OutLine | ページ全体 --------------------------------------------------*/ .apcf_outline { width: 100%; } #apcf_table tr.apcf_even th{ /* since ver.1.3.2 */ padding: 0.5em; background:#ededed; } #apcf_table tr.apcf_odd th{ /* since ver.1.3.2 */ padding: 0.5em; background:#fbfbfb; } #apcf_table tr.apcf_even td{ /* since ver.1.3.2 */ padding: 0.5em; background:#ededed; } #apcf_table tr.apcf_odd td{ /* since ver.1.3.2 */ padding: 0.5em; background:#fbfbfb; } /*--------------------------------------------------- Displaying the inputted data | 入力内容 --------------------------------------------------*/ #apcf_table { width: 90%; border: none; /* since ver.1.1.9 */ } #apcf_table tr { border: none; /* since ver.1.2.1 */ } #apcf_table th { /* item | 項目 */ width: 38%; border: none; /* since ver.1.1.9 */ } #apcf_table td { /* inputted data | 入力された内容 */ width: auto; border: none; /* since ver.1.1.9 */ } /*--------------------------------------------------- Confirmation Window | 確認画面 --------------------------------------------------*/ h2.confirmation { color: #000; font-size: 100%; } .confirmation_message { color: #000; font-size: 90%; } #apcf_confirmation_btn { /* submit button | 送信ボタン */ padding: 10px; } .btn_confirm { /* submit button | 送信ボタン */ /* Example | 例 */ /* border: 1px solid #000; display: inline-block; min-width: 160px; padding: .9em; height: 50px; text-align: center; color: #fff; font-style: normal; letter-spacing: 1px; margin: 0; font-size: 0.975rem; font-weight: 300; margin-top: 30px; background: #7f0cad; box-shadow: 0px 3px 2px 0px rgba(8, 8, 8, 0.35); border-radius: 3px; */ } /*--------------------------------------------------- Submission Window | 送信完了画面 --------------------------------------------------*/ h2.submission { color: #000; font-size: 100%; } .submission_message { color: #000; font-size: 90%; }