用户:Wsseieiei/common.css:修订间差异

添加2,089字节 、​ 2023年7月18日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
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/
178

个编辑