User:Muausees/sandbox:MainPage/styles.css:修订间差异
(创建页面,内容为“.btn { color: #0099CC; background: transparent; border: 2px solid #0099CC; border-radius: 6px; border: none; color: white; padding: 3px 8px; margin:10px 0px; text-align: center; display: inline-block; margin: 4px 2px; transition-duration: 0.4s; cursor: pointer; text-decoration: none; } .btn1 { background-color: white; color: black; border: 2px solid #008CB…”) |
无编辑摘要 |
||
第1行: | 第1行: | ||
/* ====== 2.0 ======= */ | |||
.gallery.mw-gallery-slideshow.nochecker.bordered-images.whitebg{ | |||
margin:0px!important; | |||
} | |||
.btn { | .btn { | ||
color: #0099CC; | color: #0099CC; |
2022年7月14日 (四) 10:24的版本
/* ====== 2.0 ======= */
.gallery.mw-gallery-slideshow.nochecker.bordered-images.whitebg{
margin:0px!important;
}
.btn {
color: #0099CC;
background: transparent;
border: 2px solid #0099CC;
border-radius: 6px;
border: none;
color: white;
padding: 3px 8px;
margin:10px 0px;
text-align: center;
display: inline-block;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
text-decoration: none;
}
.btn1 {
background-color: white;
color: black;
border: 2px solid #008CBA;
}
/* 悬停样式 */
.btn1:hover {
background-color: #008CBA;
color: white;
}
#mp-topbanner {
position: relative;
box-sizing: border-box;
border-color: #ddd;
/* background-color: #f9f9f9 ;*/
}
#mp-topbanner,
.mp-h2,
#mp-left {
color: #000;
}
.mp-bordered,
.mp-h2,
body.skin-timeless .mp-h2 {
border-width: 1px;
border-style: solid;
}
#mp-welcomecount {
margin-top: 0.8em;
width: 20em;
text-align: center;
}
#mp-welcome {
font-size: 162%;
padding: 0.1em;
}
#mp-free {
font-size: 95%;
}
#articlecount {
font-size: 85%;
}