User:MilchFlasche/Monobook.css
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
/*this is utf-8 encoded*/
@charset "utf-8";
/*restyle the whole thing*/
body {
font-family: 'Apple LiGothic', 'LiHei Pro', '蘋果儷粗黑', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 12px;
margin: 180px 150px 40px 50px;
background: #01215C url("bg.png") no-repeat;
overflow: auto;
}
/*basically hide image borders*/
img {
border: none;
}
/*spruce up the links*/
a:link {
color: #314DCE;
text-decoration: none;
}
a:hover {
background: #EEEEEE;
}
/*hide useless things*/
h3#siteSub, div#p-nav, div#p-search, div#p-tb, .urlexpansion, div#p-cactions h5, div#p-personal h5 {
display: none;
}
/*make the article title big and stylish*/
h1.firstHeading {
font-family: 'Trebuchet MS', 'Apple LiGothic', 'LiHei Pro', '蘋果儷粗黑', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 40px;
color: white;
margin-bottom: 0px;
background: transparent ! important;
}
/*set the background and round corners for the article content*/
div#bodyContent {
background: white;
padding: 10px 10px 10px 10px;
-moz-border-radius: 15px;
/*opacity: .95;*/
}
/*make table of contents more pretty*/
table#toc {
background: #6AAFE8;
-moz-border-radius: 10px;
}
/*move the whole related column to the right-hand side*/
div#column-one {
position: absolute;
top: 250px;
right: 40px;
}
/*make the "current tab" effect*/
li.selected {
background: white;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
}
div#p-lang {
position: relative;
left: 40px;
background: white;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
margin-right: 10px;
}
div#p-lang ul li {
margin-left: -20px;
}
/*get rid of the bullets*/
div.pBody ul li, div#p-cactions ul li {
list-style-type: none;
}
/*add more space between items*/
div#p-cactions ul li {
padding: 5px 0px 10px 0px;
width: 110px;
height: 10px;
font-size: 14px;
font-family: 'Trebuchet MS', 'Apple LiGothic', 'LiHei Pro', '蘋果儷粗黑', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
/*make the personal toolbox go right a little bit
to avoid overlapping with the article block*/
div#p-personal ul li {
padding-left: 10px;
}
/*move the user message to the top and style it*/
div.usermessage {
/*position: absolute;
top: 0px;
right: 5px;
z-index: 100;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
background: #FFCE7B;
padding: 2px 2px 2px 2px;*/display:none;
}
/*style the logged in bar*/
div#p-personal {
position: absolute;
top: 200px;
right: 160px;
z-index: 100;
}
div#p-personal a {
color: #CED6E2 ! important;
}
div#p-personal a:hover {
background: #2167B2 ! important;
}
/*float the image thumbnails*/
div.thumb div {
width: auto;
text-align: center;
}
div.tright {
float: right;
}
div#f-poweredbyico, div#f-copyrightico {
float: right;
}
ul#f-list {
list-style-type: none;
color: white;
margin-left: -35px;
}
ul#f-list li#f-about, ul#f-list li#f-disclaimer {
display: inline;
padding-right: 40px;
}