User:Tonync/monobook.css

出自維基百科,自由嘅百科全書
注意:儲存之後,你可能要兜過你嘅瀏覽器快取至睇到更改。Internet Explorer: 撳住Ctrl掣再撳重新整理掣。 Firefox: 撳住Shift掣再撳重新載入(又或者撳Ctrl-Shift-R)。 Google Chrome同埋Safari用戶就噉撳個重載掣。
/*
<pre>
*/
a { text-decoration: underline }

#bodyContent {font-size:114%;}

body {font-family:arial, serif;}

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;
}

/*
</pre>
*/