User:Tonync/monobook.css
外观
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
/*
<pre>
*/
a { text-decoration: underline }
#bodyContent {font-size:114%;}
body {font-family:serif, arial;}
h2 { font-size: 148%; font-weight: bold; }
.ns--1 * #content{
background: #fffff6;
}
.ns--1 * #p-cactions li a {
background: #fffff6;
}
.ns--2 * #content{
background: #fffff6;
}
.ns--2 * #p-cactions li a {
background: #fffff6;
}
.ns-1 * #content{
background: #fffff6;
}
.ns-1 * #p-cactions li a {
background: #fffff6;
}
.ns-2 * #content{
background: #fffff6;
}
.ns-2 * #p-cactions li a {
background: #fffff6;
}
.ns-3 * #content{
background: #fffff6;
}
.ns-3 * #p-cactions li a {
background: #fffff6;
}
.ns-4 * #content{
background: #fffff6;
}
.ns-4 * #p-cactions li a {
background: #fffff6;
}
.ns-5 * #content{
background: #fffff6;
}
.ns-5 * #p-cactions li a {
background: #fffff6;
}
.ns-6 * #content{
background: #fffff6;
}
.ns-6 * #p-cactions li a {
background: #fffff6;
}
.ns-7 * #content{
background: #fffff6;
}
.ns-7 * #p-cactions li a {
background: #fffff6;
}
.ns-8 * #content{
background: #fffff6;
}
.ns-8 * #p-cactions li a {
background: #fffff6;
}
.ns-9 * #content{
background: #fffff6;
}
.ns-9 * #p-cactions li a {
background: #fffff6;
}
.ns-10 * #content{
background: #fffff6;
}
.ns-10 * #p-cactions li a {
background: #fffff6;
}
.ns-11 * #content{
background: #fffff6;
}
.ns-11 * #p-cactions li a {
background: #fffff6;
}
.ns-12 * #content{
background: #fffff6;
}
.ns-12 * #p-cactions li a {
background: #fffff6;
}
.ns-13 * #content{
background: #fffff6;
}
.ns-13 * #p-cactions li a {
background: #fffff6;
}
.ns-14 * #content{
background: #fffff6;
}
.ns-14 * #p-cactions li a {
background: #fffff6;
}
.ns-15 * #content{
background: #fffff6;
}
.ns-15 * #p-cactions li a {
background: #fffff6;
}
/* Display "From Wikipedia, the free encyclopedia */
#siteSub { display: inline; font-size:102%;font-weight:normal;}
/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a{font-weight:bold !important;}
/* Display "User $1, you are already logged in!"
([[MediaWiki:Alreadyloggedin]]) in red and bold */
div.alreadyloggedin { color: red; font-weight: bold; }
@media print {
/* Do not print edit link in templates using Template:Ed
Do not print certain classes that shouldn't appear on paper */
.editlink, .noprint, .metadata, .dablink { display: none }
}
form#userlogin {
float: left;
padding: 1em 1em .7em 1em;
background-color: #ffffe6;
border: 2px solid #fc6;
color: #000;
margin-right: 2em;
}
form#userlogin table {
float: left;
background-color: #ffffe6;
color: #000;
}
p.error {
font-weight: bold;
}
/* Class styles */
/* .toccolours added here because version in
monobook/main.css wasn't being used by the print style */
.toccolours {
border:1px solid #aaaaaa;
background-color:#f9f9f9;
padding:5px;
}
/* Remove padding from external links displayed without icon */
#bodyContent .plainlinks a {padding: 0 !important}
/* Experiment: slightly fade inactive tabs */
#p-cactions a {
filter: alpha(opacity=90);
}
#p-cactions a:hover, #p-cactions .selected a {
filter: none;
}
#p-nav h5 {
display: none;
}
.portlet a {
text-decoration: none;
}
.portlet a:hover {
text-decoration: underline;
}
#p-nav .pBody {
padding-right: 0;
}
#p-nav a {
display: block;
width: 100%;
}
/* Special characters list below edit window works better without underlining */
#editpage-specialchars a { text-decoration: none; }
#editpage-specialchars a:hover { text-decoration: underline; }
/* If you don't want to see special characters list at all,
put the following line in your User:You/monobook.css file
(and remove the slash-asterisk comments) */
/* #editpage-specialchars { display: none; } */
/* Standard talk template style */
.Talk-Notice {
border: 1px solid #C0C090;
background-color: #F8EABA;
margin-bottom: 3px;
width: 85%;
border-spacing: 3px;
margin-left: auto;
margin-right: auto;
}
/* Make template background appear correctly on all browsers */
.Talk-Notice td {
background: inherit;
}
/************************************************************/
/* Fenêtres arrondies (pour les navigateurs moz/firefox/gecko) */
.pBody {
padding: 0.3em 0.3em;
-moz-border-radius-topright: 0.5em;
}
.portlet h5 {
text-transform:none;
font-variant:normal;
background-color: #e0e3e6;
border: thin solid silver;
-moz-border-radius-topright: 0.5em;
}
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
}
/*
* Classes pour portails modulaires
*/
/* une case typique pour portail modulaire */
.portailCase {
border: 1px solid #aaaaaa;
display: block;
margin: 5px 0;
padding:0px;
padding-bottom:1px;
vertical-align: top;
width: 100%;
}
/* le titre de cette case, apparaissant sur un fond différent */
.portailCase h2 {
font-weight:bold;
font-size:100%;
margin:0 0;
margin-bottom:5px;
padding:4px;
text-align:center;
}
/*
</pre>
*/