User:Muausees/sandbox:MainPage/styles.css
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* ====== 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%;
}