MediaWiki:Common.css:修订间差异

来自Rotaeno中文维基
(创建页面,内容为“→‎这里放置的CSS将应用于所有皮肤:​ →‎MainPage:​ .mp-box { background : url('https://wiki.rotaeno.cn/images/4/40/Rotaeno_Website_Background.png') no-repeat fixed; } .mp-circle { background : url('https://wiki.rotaeno.cn/images/4/40/Rotaeno_Website_Background.png'); } .mp-icon { background : url('https://wiki.rotaeno.cn/images/1/13/Icon_Wiki_Main.png') no-repeat; } .mp-new{ background: url("https://wiki.rot…”
 
无编辑摘要
第15行: 第15行:
   }
   }
   
   
   .mp-new{
   .mp-icon-new{
     background: url("https://wiki.rotaeno.cn/images/1/10/Icon_MainPage_News.png") no-repeat;
     background: url("https://wiki.rotaeno.cn/images/1/10/Icon_MainPage_News.png") no-repeat;
   
   
   }
   }
   
   
   .mp-next{
   .mp-icon-next{
     background: url("https://wiki.rotaeno.cn/images/9/95/Icon_MainPage_Next.png") no-repeat;
     background: url("https://wiki.rotaeno.cn/images/9/95/Icon_MainPage_Next.png") no-repeat;
   }
   }
   
   
   .mp-dev{
   .mp-icon-dev{
     background: url("https://wiki.rotaeno.cn/images/c/c0/Icon_MainPage_Dev.png") no-repeat;
     background: url("https://wiki.rotaeno.cn/images/c/c0/Icon_MainPage_Dev.png") no-repeat;
   }
   }

2022年7月14日 (四) 17:07的版本

/* 这里放置的CSS将应用于所有皮肤 */

/* MainPage */

.mp-box {
    background : url('https://wiki.rotaeno.cn/images/4/40/Rotaeno_Website_Background.png') no-repeat fixed;
  }
  
  .mp-circle {
    background : url('https://wiki.rotaeno.cn/images/4/40/Rotaeno_Website_Background.png');
  }
  
  .mp-icon {
    background : url('https://wiki.rotaeno.cn/images/1/13/Icon_Wiki_Main.png') no-repeat;
  }
  
  .mp-icon-new{
      background: url("https://wiki.rotaeno.cn/images/1/10/Icon_MainPage_News.png") no-repeat;
  
  }
  
  .mp-icon-next{
      background: url("https://wiki.rotaeno.cn/images/9/95/Icon_MainPage_Next.png") no-repeat;
  }
  
  .mp-icon-dev{
      background: url("https://wiki.rotaeno.cn/images/c/c0/Icon_MainPage_Dev.png") no-repeat;
  }