GINKA/style.css:修订间差异

来自EaseCation Wiki
无编辑摘要
标签手工回退
无编辑摘要
第1行: 第1行:
body {
body {
   background - color: lightblue;
   background - color:lightblue;
   background - image: url('https://wiki.easecation.net/images/4/4f/2021echt.png');
   background - image:url('https://wiki.easecation.net/images/4/4f/2021echt.png');
   background - size: cover;
   background - size:cover;
   background - repeat: no - repeat;
   background - repeat:no - repeat;
   background - attachment: fixed;
   background - attachment:fixed;
   opacity: 0.8;
   opacity:0.8;
}
}

2025年2月4日 (二) 21:01的版本

body {
  background - color:lightblue;
  background - image:url('https://wiki.easecation.net/images/4/4f/2021echt.png');
  background - size:cover;
  background - repeat:no - repeat;
  background - attachment:fixed;
  opacity:0.8;
}