GINKA/style.css:修订间差异

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

2025年2月4日 (二) 20:59的版本

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;
}