MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
用户:Sharks/common.css:修订间差异
跳到导航
跳到搜索
(创建页面,内容为“ h1{ color: #A20055; background-color: #f0f6ff; text-shadow: #f03740 -1px -3px, #2addfd 3px 0px; } h2{ color: #FFFFFF; background-color: #A20055; } 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-color: #f0f6ff; } .mw-editsection{ display:none; } th{ background-color: #666666; text-shadow: #f03740 -2px -3px, #2addfd 4px -2…”) |
无编辑摘要 |
||
(未显示同一用户的11个中间版本) | |||
第3行: | 第3行: | ||
color: #A20055; |
color: #A20055; |
||
background-color: #f0f6ff; |
background-color: #f0f6ff; |
||
text-shadow: #f03740 -1px -3px, #2addfd 3px |
text-shadow: #f03740 -1px -3px, #2addfd 3px 1px; |
||
} |
} |
||
第10行: | 第10行: | ||
background-color: #A20055; |
background-color: #A20055; |
||
} |
} |
||
.mainpage-box-title { |
|||
⚫ | |||
text-shadow: #f03740 -1px -3px, #2addfd 3px 1px; |
|||
} |
|||
body{ |
body{ |
||
第33行: | 第39行: | ||
border-radius: 8px; |
border-radius: 8px; |
||
color: white; |
color: white; |
||
padding: 0px 0px; |
|||
text-align: center; |
text-align: center; |
||
text-decoration: none; |
text-decoration: none; |
||
第82行: | 第87行: | ||
} |
} |
||
#mw-panel { |
#mw-panel { |
||
background-color:#000; |
|||
background-color:rgba(205,205,205,0.2); |
|||
⚫ | |||
box-shadow: 0 12px 16px 0 rgba(0,0,0,0. |
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.3), 0 17px 30px 0 rgba(0,0,0,0.2); |
||
} |
} |
||
第98行: | 第103行: | ||
opacity: 0; |
opacity: 0; |
||
top: 0; |
top: 0; |
||
right: - |
right: -10px; |
||
transition: 0.5s; |
transition: 0.5s; |
||
} |
} |
||
#mw-panel:hover span { |
#mw-panel:hover span { |
||
padding-top: |
padding-top: 5px; |
||
} |
} |
||
#mw-panel:hover span:after { |
#mw-panel:hover span:after { |
||
opacity: |
opacity: 2; |
||
right: 0; |
right: 0; |
||
} |
} |
||
#mw-panel .portal.salt-open .vector-menu-content { |
|||
max-height: var(--salt-open-height,20vh); |
|||
} |
|||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { |
|||
background-color:#A20055; |
|||
} |
|||
/*over/ |
/*over/ |
2023年1月19日 (四) 16:56的最新版本
h1{
color: #A20055;
background-color: #f0f6ff;
text-shadow: #f03740 -1px -3px, #2addfd 3px 1px;
}
h2{
color: #FFFFFF;
background-color: #A20055;
}
.mainpage-box-title {
color: #A20055;
text-shadow: #f03740 -1px -3px, #2addfd 3px 1px;
}
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-color: #f0f6ff;
}
.mw-editsection{
display:none;
}
th{
background-color: #666666;
text-shadow: #f03740 -2px -3px, #2addfd 4px -2px;
}
/* infolist----------1 */
.infolist {
background-color: #f44336;
border: none;
border-radius: 8px;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
}
.infolist:hover {
background-color: #4CAF50; /* Green */
color: white;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.infolist span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.infolist span:after {
position: absolute;
opacity: 0;
top: 0;
right: -60px;
transition: 0.5s;
}
.infolist:hover span {
padding-top: 20px;
}
.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:#000;
background-color:rgba(205,205,205,0.2);
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.3), 0 17px 30px 0 rgba(0,0,0,0.2);
}
#mw-panel span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
#mw-panel span:after {
position: absolute;
opacity: 0;
top: 0;
right: -10px;
transition: 0.5s;
}
#mw-panel:hover span {
padding-top: 5px;
}
#mw-panel:hover span:after {
opacity: 2;
right: 0;
}
#mw-panel .portal.salt-open .vector-menu-content {
max-height: var(--salt-open-height,20vh);
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
background-color:#A20055;
}
/*over/