诚邀有MediaWiki开发维护经验的朋友和我们一起共建英雄联盟中文Wiki平台,期待你的加入! 甜咖啡(QQ:815798492)(微信:glf101012) 请备注来意,并附带您的GitHub/Gitee主页或作品链接。

MediaWiki:Runes.css

MediaWiki界面页面

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* Rune Path Infobox  */
.pi-theme-rune-path-infobox {
    width: 310px;
    margin: 0;
    background: none !important;
}

.pi-theme-rune-path-infobox a {
    color: rgb(213,212,212) !important;
}

.rune-path-container:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 79px);
    z-index: -1;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-position: center;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: cover;
}
 
.rune-path-container#Precision:after {
    background-image: url('https://vignette.wikia.nocookie.net/leagueoflegends/images/1/10/Precision_Loading.jpg');
}
.rune-path-container#Domination:after {
    background-image: url('https://vignette.wikia.nocookie.net/leagueoflegends/images/c/c5/Domination_Loading.jpg');
}
.rune-path-container#Sorcery:after {
    background-image: url('https://vignette.wikia.nocookie.net/leagueoflegends/images/9/90/Sorcery_Loading.jpg');
}
.rune-path-container#Resolve:after {
    background-image: url('https://vignette.wikia.nocookie.net/leagueoflegends/images/4/40/Resolve_Loading.jpg');
}
.rune-path-container#Inspiration:after {
    background-image: url('https://vignette.wikia.nocookie.net/leagueoflegends/images/5/5a/Inspiration_Loading.jpg');
}

/* Rune Infobox */
.pi-theme-rune {
    float: left; width: calc(100% - 350px);
}


/* Rune Table stylesheet */
.rune-table tr {
    position: relative;
}
tr.runerow td:first-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 341px;
    opacity: 0.3;
    z-index: -1;
    top: 0;
    left: 0;
}
tr.runerow#Precision td:first-child:before  { 
    background: url("https://vignette.wikia.nocookie.net/leagueoflegends/images/3/3c/Precision_Splash.jpg") 0 -110px / 100% no-repeat;
}
tr.runerow#Domination td:first-child:before { 
    background: url("https://vignette.wikia.nocookie.net/leagueoflegends/images/f/f9/Domination_Splash.jpg") 0 -110px / 100% no-repeat;
}
tr.runerow#Sorcery td:first-child:before { 
    background: url("https://vignette.wikia.nocookie.net/leagueoflegends/images/a/a0/Sorcery_Splash.jpg") 0 -110px / 100% no-repeat;
}

tr.runerow#Resolve td:first-child:before { 
    background: url("https://vignette.wikia.nocookie.net/leagueoflegends/images/0/01/Resolve_Splash.jpg") 0 -110px / 100% no-repeat;
}
tr.runerow#Inspiration td:first-child:before { 
    background: url("https://vignette.wikia.nocookie.net/leagueoflegends/images/7/7e/Inspiration_Splash.jpg") 0 -110px / 100% no-repeat;
}
.rune-table td {
    z-index: 100;
    position: relative;
    background: transparent !important;
}
.rune-table th {
    z-index: 100;
    position: relative;
}