3,479
个编辑
第1行: | 第1行: | ||
/* 这里放置的CSS将影响使用MonoBook皮肤的用户 */ | /* 这里放置的CSS将影响使用MonoBook皮肤的用户 */ | ||
/* | |||
/*背景*/ | |||
body { | |||
background: #d6d6d6 | |||
} | |||
/*内容块*/ | |||
.mw-body { | .mw-body { | ||
margin: 4em 0 0 12.6em; | margin: 4em 0 0 12.6em; | ||
border: none; | |||
} | } | ||
.mw-body-content { | |||
background-image: url('https://wiki.whiteverse.com/images/d/d8/Wv_logo.png'); | |||
background-repeat: no-repeat; | |||
background-position: 90% 15%; | |||
background-attachment: fixed; | |||
border: 0px solid #aaaaaa; | |||
} | |||
/*脚注*/ | |||
.mw-footer { | .mw-footer { | ||
background-color: #e4e4e4; | background-color: #e4e4e4; | ||
第16行: | 第31行: | ||
.mw-footer a { | .mw-footer a { | ||
color: #5c7586; | color: #5c7586; | ||
} | |||
#footerafterfooter { | |||
text-align: center; | |||
color: #a9a9a9; | |||
background: #e4e4e4; | |||
padding: 1em; | |||
} | |||
#footerafterfooter a { | |||
color: #a9a9a9; | |||
} | |||
#footerafterfooter a:hover { | |||
color: #b3b3b3; | |||
} | } | ||
/*侧栏*/ | |||
portlet ul { | portlet ul { | ||
line-height: 1.8em; | line-height: 1.8em; | ||
第29行: | 第54行: | ||
padding: 0 1em 1em 0.5em; | padding: 0 1em 1em 0.5em; | ||
} | } | ||
#p-cactions | /*侧栏搜索框和按钮*/ | ||
#searchGoButton { | |||
background-color: #f1f1f1; | |||
border: none; | |||
font-weight: normal; | |||
width: 5em; | |||
} | |||
#searchGoButton:hover { | |||
background-color: #fff; | |||
} | |||
#searchGoButton:active { | |||
background-color: #c1c1c1; | |||
} | |||
#mw-searchButton { | |||
background-color: #f1f1f1; | |||
border: none; | |||
font-weight: normal; | |||
width: 5em; | |||
} | |||
#mw-searchButton:hover { | |||
background-color: #fff; | |||
} | |||
#mw-searchButton:active { | |||
background-color: #c1c1c1; | |||
} | |||
#searchInput { | |||
border: none; | |||
} | |||
input.searchButton { | |||
margin-top: 6px; | |||
font-size: 95%; | |||
} | |||
/*上栏操作标签*/ | |||
#p-cactions { | |||
position: absolute; | |||
top: 2.5em; | |||
} | } | ||
#p-cactions li { | #p-cactions li { | ||
border: none; | border: none; | ||
padding: 0; | padding: 0; | ||
} | |||
#p-cactions li.selected { | |||
background:#ffffff; | |||
border: none; | |||
} | } | ||
#p-cactions li a { | #p-cactions li a { | ||
第41行: | 第104行: | ||
color: #4a4a4a; | color: #4a4a4a; | ||
} | } | ||
/*个人*/ | |||
#p-personal { | #p-personal { | ||
position: absolute; | position: absolute; | ||
第52行: | 第113行: | ||
display: inline; | display: inline; | ||
} | } | ||
#p-personal li { | #p-personal li { | ||
border: none; | border: none; | ||
margin-left: 2em; | margin-left: 2em; | ||
line-height: 3em; | line-height: 3em; | ||
} | } | ||
#p-personal li a { | #p-personal li a { | ||
color: #6d6d6d; | color: #6d6d6d; | ||
第70行: | 第128行: | ||
background-image:none; | background-image:none; | ||
} | } | ||
/*边缘*/ | |||
.pBody { | .pBody { | ||
background-color: #e4e4e4; | background-color: #e4e4e4; | ||
第94行: | 第147行: | ||
color: #5a5a5a; | color: #5a5a5a; | ||
} | } | ||
/*以下是模板样式*/ | /*以下是模板样式*/ |