For the complete documentation index, see llms.txt. This page is also available as Markdown.

プロンプトCSSのカスタマイズ

以下のCSSクラスを使用して、プラットフォーム内で利用可能なプロンプトスタイルのCSSを必要に応じて上書きできます。

プロパティ

説明

.pushly-prompt-slide

一般的なスライド型プロンプトの枠線、影、サイズ、配置を制御します。

.pushly-prompt-slide .pushly-prompt-icon

プロンプトアイコンのコンテナの最大幅、高さ、配置を定義します。スタックレイアウトでは上部に配置し、標準レイアウトでは左側に配置します。

.pushly-prompt-slide .pushly-prompt-icon img

プロンプトアイコンのスタイルを定義します。

.pushly-prompt-slide .pushly-prompt-content

プロンプトメッセージとアクションのコンテナを制御します。プロンプトコンテンツの最大幅、高さ、配置を定義します。スタックレイアウトでは下部に配置し、標準レイアウトでは右側に配置します。

.pushly-prompt-slide .pushly-prompt-content .pushly-prompt-message

プロンプトメッセージのコンテナを制御します。

pushly-prompt-slide .pushly-prompt-content .pushly-prompt-message-headline

プロンプトの見出しのスタイルを定義します。

.pushly-prompt-slide .pushly-prompt-content .pushly-prompt-message-subheadline

プロンプトのサブ見出しのスタイルを定義します。

.pushly-prompt-slide .pushly-prompt-content .pushly-prompt-actions

プロンプトのサブ見出しのスタイルを定義します。

.pushly-prompt-slide .pushly-prompt-content button.pushly-prompt-buttons-dismiss

プロンプトの閉じるボタンのスタイルを定義します。

.pushly-prompt-slide .pushly-prompt-content button.pushly-prompt-buttons-allow

プロンプトの許可ボタンのスタイルを定義します。

最終更新