0いが備忘ページ
【いがが追加したスタイルシート】
どのページでも共通して使える
/*「予告」 イベントのタイトルの左側につける 使い方 予告 */
.iga-yokoku{
font-size:95%; background-color:dodgerblue; color:white; font-weight:bold; border-radius: 4px;}
/*「受付中」 イベントのタイトルの左側につける 受付中 */
.iga-ukechu{
font-size:95%; background-color:limegreen; color:white; font-weight:bold; border-radius: 4px;}
/*「中断中」 イベントのタイトルの左側につける 受付中断 */
.iga-chudan{
font-size:95%; background-color:orange; color:white; font-weight:bold; border-radius: 4px;}
/*「終了」 イベントのタイトルの左側につける 終了 */
.iga-shuryo{
font-size:95%; background-color:tomato; color:white; font-weight:bold; border-radius: 4px;}