打开/关闭菜单
打开/关闭个人菜单
未登录
如果您进行任何编辑,您的IP地址会公开展示。

百科沙盒:修订间差异

来自索尼克百科
添加的内容 删除的内容
imported>Wr
无编辑摘要
imported>Wr
(文本替换 - 替换“sonic.wiki”为“sonicpedia.org”)
 
(未显示2个用户的44个中间版本)
第1行: 第1行:
<!--<p>本页面仅作测试使用,当前测试人:(请打三个"<nowiki>~~~</nowiki>进行确认,测试完后请删除除本段外所有内容")</p>-->
<!--<p>本页面仅作测试使用,当前测试人:(请打三个"<nowiki>~~~</nowiki>进行确认,测试完后请删除除本段外所有内容")</p>-->
测试人: Wr
测试人: [[User:Wr|_Wr_]]([[User talk:Wr|留言]])


<html>
{{#widget:Bilibili|bv=BV14v411778y}}

<style>
.jcarousel-wrapper {
margin: 20px auto;
position: relative;
border: 10px solid #fff;
width: 800px;
height: 450px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 2px #999;
-moz-box-shadow: 0 0 2px #999;
box-shadow: 0 0 2px #999;
}


.jcarousel-wrapper .photo-credits {
position: absolute;
right: 15px;
bottom: 0;
font-size: 13px;
color: #fff;
text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
color: #fff;
}

/** Carousel **/

.jcarousel {
position: relative;
overflow: hidden;
}

.jcarousel ul {
width: 10000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}

.jcarousel li {
float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
position: absolute;
top: 200px;
width: 30px;
height: 30px;
text-align: center;
background: #4E443C;
color: #fff;
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
-webkit-box-shadow: 0 0 2px #999;
-moz-box-shadow: 0 0 2px #999;
box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
left: -50px;
}

.jcarousel-control-next {
right: -50px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
opacity: .5;
cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
position: absolute;
bottom: 0;
left: 15px;
}

.jcarousel-pagination a {
text-decoration: none;
display: inline-block;
font-size: 11px;
line-height: 14px;
min-width: 14px;
background: #fff;
color: #4E443C;
border-radius: 14px;
padding: 3px;
text-align: center;
margin-right: 2px;
opacity: .75;
}

.jcarousel-pagination a.active {
background: #4E443C;
color: #fff;
opacity: 1;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
</style>
<script>
(function($) {
$(function() {
$('.jcarousel').jcarousel();

$('.jcarousel-control-prev')
.on('jcarouselcontrol:active', function() {
$(this).removeClass('inactive');
})
.on('jcarouselcontrol:inactive', function() {
$(this).addClass('inactive');
})
.jcarouselControl({
target: '-=1'
});

$('.jcarousel-control-next')
.on('jcarouselcontrol:active', function() {
$(this).removeClass('inactive');
})
.on('jcarouselcontrol:inactive', function() {
$(this).addClass('inactive');
})
.jcarouselControl({
target: '+=1'
});

$('.jcarousel-pagination')
.on('jcarouselpagination:active', 'a', function() {
$(this).addClass('active');
})
.on('jcarouselpagination:inactive', 'a', function() {
$(this).removeClass('active');
})
.jcarouselPagination();
});
})(jQuery);
</script>
<div class="jcarousel-wrapper">
<div class="jcarousel">
<ul>
<li><img src="https://sonicpedia.org/images/a/ac/SonicPrime_Banner_800x450.png" width="800" height="450" alt=""></li>
<li><img src="https://sonicpedia.org/images/6/66/SonicFrontiers_Banner_800x450.png" width="800" height="450" alt=""></li>
<li><img src="https://sonicpedia.org/images/b/bd/SonicForcesMobile_Banner_800x450.png" width="800" height="450" alt=""></li>
</ul>
</div>

<!-- <p class="photo-credits">
Sonicpedia
</p> -->

<a href="#" class="jcarousel-control-prev">&lsaquo;</a>
<a href="#" class="jcarousel-control-next">&rsaquo;</a>
<p class="jcarousel-pagination">
</p>
</div>
</html>

2023年6月29日 (四) 20:53的最新版本

测试人: _Wr_留言

<html>

<style> .jcarousel-wrapper {

   margin: 20px auto;
   position: relative;
   border: 10px solid #fff;
   width: 800px;
   height: 450px;
   -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
           border-radius: 5px;
   -webkit-box-shadow: 0 0 2px #999;
      -moz-box-shadow: 0 0 2px #999;
           box-shadow: 0 0 2px #999;

}


.jcarousel-wrapper .photo-credits {

   position: absolute;
   right: 15px;
   bottom: 0;
   font-size: 13px;
   color: #fff;
   text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
   opacity: .66;

}

.jcarousel-wrapper .photo-credits a {

   color: #fff;

}

/** Carousel **/

.jcarousel {

   position: relative;
   overflow: hidden;

}

.jcarousel ul {

   width: 10000em;
   position: relative;
   list-style: none;
   margin: 0;
   padding: 0;

}

.jcarousel li {

   float: left;

}

/** Carousel Controls **/

.jcarousel-control-prev, .jcarousel-control-next {

   position: absolute;
   top: 200px;
   width: 30px;
   height: 30px;
   text-align: center;
   background: #4E443C;
   color: #fff;
   text-decoration: none;
   text-shadow: 0 0 1px #000;
   font: 24px/27px Arial, sans-serif;
   -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
           border-radius: 30px;
   -webkit-box-shadow: 0 0 2px #999;
      -moz-box-shadow: 0 0 2px #999;
           box-shadow: 0 0 2px #999;

}

.jcarousel-control-prev {

   left: -50px;

}

.jcarousel-control-next {

   right: -50px;

}

.jcarousel-control-prev:hover span, .jcarousel-control-next:hover span {

   display: block;

}

.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {

   opacity: .5;
   cursor: default;

}

/** Carousel Pagination **/

.jcarousel-pagination {

   position: absolute;
   bottom: 0;
   left: 15px;

}

.jcarousel-pagination a {

   text-decoration: none;
   display: inline-block;
   
   font-size: 11px;
   line-height: 14px;
   min-width: 14px;
   
   background: #fff;
   color: #4E443C;
   border-radius: 14px;
   padding: 3px;
   text-align: center;
   
   margin-right: 2px;
   
   opacity: .75;

}

.jcarousel-pagination a.active {

   background: #4E443C;
   color: #fff;
   opacity: 1;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);

} </style> <script>

   (function($) {
       $(function() {
           $('.jcarousel').jcarousel();
           $('.jcarousel-control-prev')
               .on('jcarouselcontrol:active', function() {
                   $(this).removeClass('inactive');
               })
               .on('jcarouselcontrol:inactive', function() {
                   $(this).addClass('inactive');
               })
               .jcarouselControl({
                   target: '-=1'
               });
           $('.jcarousel-control-next')
               .on('jcarouselcontrol:active', function() {
                   $(this).removeClass('inactive');
               })
               .on('jcarouselcontrol:inactive', function() {
                   $(this).addClass('inactive');
               })
               .jcarouselControl({
                   target: '+=1'
               });
           $('.jcarousel-pagination')
               .on('jcarouselpagination:active', 'a', function() {
                   $(this).addClass('active');
               })
               .on('jcarouselpagination:inactive', 'a', function() {
                   $(this).removeClass('active');
               })
               .jcarouselPagination();
       });
   })(jQuery);

</script>


   <a href="#" class="jcarousel-control-prev">‹</a>
   <a href="#" class="jcarousel-control-next">›</a>
   

</html>

我们提供服务需要使用Cookie。您使用我们的服务,即表示您同意我们使用Cookie。