MediaWiki:Monobook.css

出自耶穌台灣

注意:在您儲存之後您必須清除瀏覽器快取才可看到最新的變更。

  • Firefox / Safari:按住 Shift 時點選 重新整理,或按 Ctrl-F5Ctrl-R (Mac 則為 ⌘-R)
  • Google Chrome:Ctrl-Shift-R (Mac 則為 ⌘-Shift-R)
  • Internet Explorer:按住 Ctrl 時點選 重新整理,或按 Ctrl-F5
  • Opera:前往 選單 → 設定 (在 Mac 為 Opera → 偏好設定) 然後再到 隱私 & 安全性 → 清除瀏覽資料 → 已快取的圖片與檔案
/* This stylesheet affects all skins */

/*
===LIGHT BLUE SECTION===
*Reference: [[wikisource:zh:MediaWiki:Common.css|Wikisource's Common.css]]
<source lang="css"> */
/* Make all non-namespace pages have a light blue content area. This is done by
   setting the background color for all #content areas to light blue and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */
#content {
    background: #F8FCFF; /* a light blue */
}
#content div.thumb {
    border-color: #F8FCFF;
}
.ns-0 * #content {
    background: white;
}
#mytabs li {
    background: #F8FCFF;
}
.ns-0 * #mytabs li {
    background: white;
}
#mytabs li a {
    background-color: #F8FCFF;
}
.ns-0 * #mytabs li a {
    background-color: white;
}
#p-cactions li a {
    background-color: #F8FCFF;
}
.ns-0 * #p-cactions li a {
    background-color: white;
}
.ns-0 * #content div.thumb {
    border-color: white;
} /*
</source> */

/*
===字型大小===
<source lang="css"> */
/* enlarge font-size for zh fonts */
#bodyContent { font-size:125% }

/* Fix Fontsize */
.portlet h5,
.portlet ul,
#toc .toctoggle {
    font-size: 100%;
}
.pBody,
#footer,
div.thumb div {
    font-size: 95%;
}

h2 { 
    font-weight: bold;
} /*
</source> */

/*
===連結底線===
<source lang="css"> */
a { text-decoration: none }

.portlet a {
   text-decoration: none;
}
.portlet a:hover {
   text-decoration: underline;
}
/* Special characters list below edit window works better without underlining */
#editpage-specialchars a { text-decoration: none; }
#editpage-specialchars a:hover { text-decoration: underline; }
/*
</source> */

/*
===列印設定===
<source lang="css"> */
@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 }
} /*
</source> */

/*
===其他===
<source lang="css"> */
/* Donations link to be uncommented during fundraising drives  */
#siteNotice {
    margin-top:5px;
    padding-left: 4px;
 /* font-style: italic; */
    font-style: normal;
    text-align: center;
}
/* Makes redirects appear in italics on [[Special:Allpages]] */
.allpagesredirect {
    font-style: italic;
}

/* 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;
}
#p-nav .pBody {
   padding-right: 0;
}
#p-nav a {
   display: block;
   width: 100%;
}

/* Experimental poetry classes */
.poetry dd, dl, dt {
    margin:0 inherit !important;
    padding:0 !important;
}
.poetry dt {
    line-height:1em;
}

/* allows hide-if-empty usage: [[WS:SCRIPTS]] */
.hideifempty {
   display: none;
   speak: none;
} /*
</source> */