燃雪听风/SSR:修订间差异

添加836字节 、​ 2022年8月2日 (星期二)
无编辑摘要
无编辑摘要
标签段首空两格
无编辑摘要
标签段首空两格
第7行: 第7行:
     text-shadow: #f03740 -1px -3px, #2addfd 3px 0px;
     text-shadow: #f03740 -1px -3px, #2addfd 3px 0px;
}
}
h2{
h2{
     color: #FFFFFF;
     color: #FFFFFF;
     background-color:  #A20055;
     background-color:  #A20055;
}
}
body{
body{
     background-image:url('https://mcbbs.wiki/images/a/af/%E7%87%83%E9%9B%AASSR%E9%A1%B5%E9%9D%A2%E8%83%8C%E6%99%AF%E5%9B%BE.jpg');
     background-image:url('https://mcbbs.wiki/images/a/af/%E7%87%83%E9%9B%AASSR%E9%A1%B5%E9%9D%A2%E8%83%8C%E6%99%AF%E5%9B%BE.jpg');
     background-color: #f0f6ff;
     background-color: #f0f6ff;
}
}
.mw-editsection{
.mw-editsection{
     display:none;
     display:none;
}
}
th{
    background-color: #666666;
    text-shadow: #f03740 -2px -3px, #2addfd 4px -2px;
}
/* infolist----------1 */ 
.infolist {
.infolist {
     background-color: #f44336;
     background-color: #f44336;
第42行: 第53行:


.infolist span:after {
.infolist span:after {
  content: '»';
   position: absolute;
   position: absolute;
   opacity: 0;
   opacity: 0;
   top: 0;
   top: 0;
   right: -20px;
   right: -60px;
   transition: 0.5s;
   transition: 0.5s;
}
}


.infolist:hover span {
.infolist:hover span {
   padding-right: 25px;
   padding-top: 20px;
}
}


.infolist:hover span:after {
.infolist:hover span:after {
  opacity: 1;
  right: 0;
}
/* mw-panel----------2 */ 
#mw-panel {
    background-color:#f44336;
    border: none;
    border-radius: 12px;
    color: green;
    padding: 1px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
#mw-panel {
    background-color:rgba(205,205,205,0.8);
    color: red;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.6), 0 17px 50px 0 rgba(0,0,0,0.6);
}
#mw-panel span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
#mw-panel span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
#mw-panel:hover span {
  padding-top: 20px;
  padding-right: 60px;
}
#mw-panel:hover span:after {
   opacity: 1;
   opacity: 1;
   right: 0;
   right: 0;
281

个编辑