“MediaWiki:Monobook.css”的版本间的差异
来自Whiteverse Library
跳到导航跳到搜索| 第40行: | 第40行: | ||
#tucs { | #tucs { | ||
border-radius: | border-radius: 8px; | ||
background-color: # | width: 220px; | ||
height: 20px; | |||
background-color: #d53e61,; | |||
box-sizing: border-box; | |||
text-align:center; | |||
} | } | ||
2021年6月21日 (一) 09:50的版本
/* 这里放置的CSS将影响使用MonoBook皮肤的用户 */
/*@media screen*/
.mw-footer {
background-color: #ffffff;
border-top: 1px solid ;
border-top-color: rgba(204, 204, 204, 1);
border-bottom: 1px solid ;
border-bottom-color: rgba(204, 204, 204, 1);
margin: 0.6em 0 1em 0;
overflow: hidden;
padding: 0.4em 0 0.3em 0;
text-align: center;
font-size: 90%;
}
/*@media screen*/
#p-cactions li.selected {
border-color: rgba(172, 57, 57, 1);
border-top-color: rgba(172, 57, 57, 1);
border-right-color: rgba(172, 57, 57, 1);
border-bottom-color: rgba(172, 57, 57, 1);
border-left-color: rgba(172, 57, 57, 1);
font-weight: bold;
}
.mw-body-content a:link { color: #0B0080; } /* normal unvisited links */
.mw-body-content a:link:visited { color: #0B0080; } /* visited links */
.mw-body-content a:link:active { color: #FF0000; } /* active links */
.mw-body-content a:link.new { color: #FF0000; } /* new links */
.mw-body-content a:link.extiw { color: #3366BB; } /* interwiki links */
.mw-body-content a:link.external { color: #3366BB; } /* external links */
.mw-body-content a:link.stub { color: #772233; } /* hovered links */
span.blackbackground{background-color:#000000;}
span.blackbackground:hover{background-color:#ffffff;}
span.completeblackbackground{background-color:#000000;}
#mediawikiwvlogo {
border-radius: 8px;
background-image: linear-gradient(to right, #d53e61,#cec6cc, #3ed1d5);
}
#tucs {
border-radius: 8px;
width: 220px;
height: 20px;
background-color: #d53e61,;
box-sizing: border-box;
text-align:center;
}