MediaWiki:Common.css:修订间差异
外观
无编辑摘要 |
无编辑摘要 |
||
第63行: | 第63行: | ||
width:20%; | width:20%; | ||
border-radius: 25px; | border-radius: 25px; | ||
opacity:1.0; | |||
/* background-image: linear-gradient(#e66465, #9198e5); */ | /* background-image: linear-gradient(#e66465, #9198e5); */ | ||
第73行: | 第74行: | ||
.index-link:hover { | .index-link:hover { | ||
opacity:0. | opacity:0.4; | ||
} | } | ||
2023年7月8日 (六) 01:08的版本
/* 此 CSS 會套用至所有的介面外觀 */
body{
font-family: 微软雅黑;
}
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-title p {
margin-top: 2px;
margin-bottom: 2px;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}
/* 黑幕的代碼? */
.heimu, .heimu a, a .heimu, .heimu a.new {
background-color: #252525;
color: #252525;
text-shadow: none;
}
.heimu:hover, .heimu:active,
.heimu:hover .heimu, .heimu:active .heimu {
color: white !important;
}
.heimu:hover a, a:hover .heimu,
.heimu:active a, a:active .heimu {
color: lightblue !important;
}
.heimu:hover .new, .heimu .new:hover, .new:hover .heimu,
.heimu:active .new, .heimu .new:active, .new:active .heimu {
color: #BA0000 !important;
}
/* 首頁目錄的樣式 */
.index {
display: flex;
}
.index-link {
margin:15px;
width:20%;
border-radius: 25px;
opacity:1.0;
/* background-image: linear-gradient(#e66465, #9198e5); */
background-image: linear-gradient(aqua, #9966FF);
/* background-color:#2AD7EC */
transition: 1s;
}
.index-link:hover {
opacity:0.4;
}
.link-content {
transition: 1s;
}
.link-content:hover {
font-size: 19px;
text-shadow: 3px 3px gray;
}
@media screen and (max-width: 850px) {
.index {
display: block;
}
.index-link {
font-size:30px;
margin:15px;
height:60px;
width:200px;
border-radius: 25px;
background-color:#2AD7EC
}
}