/******************************************************************************* "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/rainbowlink_inc_s_catalogue.htm?&item_no=RLF16&medialink_id=wp -----------------------------------------------------------------------# #--------------- このファイルの編集方法 ------------------------------------ https://jp.Rainbow-Link.com/rainbowlink_inc_s_catalogue.htm?&item_no=RLF16ja&medialink_id=wp -----------------------------------------------------------------------# ******************************************************************************/ /*--------------------------------------------------- OutLine | ページ全体 --------------------------------------------------*/ .apcf_outline { width: 100%; } /*--------------------------------------------------- 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; } /*--------------------------------------------------- Submission Window | 送信完了画面 --------------------------------------------------*/ h2.submission { color: #000; font-size: 100%; } .submission_message { color: #000; font-size: 90%; }