MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
用户:Wsseieiei/common.css:修订间差异
跳到导航
跳到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第2行: | 第2行: | ||
transform:rotate(180deg); | transform:rotate(180deg); | ||
} | } | ||
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{ | 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{ | |||
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/ | |||
2023年7月18日 (二) 13:37的版本
.mw-wiki-logo{
transform:rotate(180deg);
}
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/