/* 仮編集 */
.cke_panel_list {
  background: #eee;
}

/* 全体 */
body {
  background-image: url("https://img.wiki3.jp/yapyap/background1.png"), url("https://img.wiki3.jp/yapyap/background2.png");
  background-color: #000;
  background-repeat: no-repeat, repeat-y;
  background-size: contain;
}

/* 左右メニュー見出し */
body>div.uk-container>div.uk-grid>div[class*=uk-width-]>h1 {
  background: linear-gradient(180deg, #c3c5f8 0%, #c3c5f8 40%, #fff 70%), none;
  background-clip: text, padding-box;
  -webkit-background-clip: text, padding-box;
  color: transparent;
  -webkit-text-fill-color: transparent;
  
  background-color: #0c1223;
  padding: 8px;
}

/* 編集画面 */
.cke_wysiwyg_frame, .cke_wysiwyg_div, .cke_editable {
    background-image: none;
}