/*
ATTENTION ADMINISTRATORS:
 
This is the CSS for all skins.
*/
 
/* <pre><nowiki> */


/* Styling for citations */
cite {
    font-style: normal;
    /*word-wrap: break-word;*/
}

/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
cite:target { 
    background-color: #DEF;
}


/* Pseudo-classes in support of [[Template:lang]]. xain*/

:lang(zh-Hans) {
    font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni", "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei;
    font-family /**/:inherit;
}
:lang(zh-Hant) {
    font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni", "AR PL ZenKai Uni MBE", MingLiU, PMingLiU;
    font-family /**/:inherit;
}



/* </nowiki></pre> */



/*
ATTENTION ADMINISTRATORS:

This is the CSS for the Monobook skin only. 
*/

/* <pre><nowiki> */


/* BEGIN LIGHT BLUE SECTION */
/* Make all non-mainspace 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 */

/* Make content area light blue in all namespaces except articles (main namespace) */
 
#content,
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #F8FCFF; /* a light blue */
}
 
.ns-0 * #content,
.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
    background-color: white;
}
.ns-0 * #p-cactions li a {
    background-color: #FBFBFB;
}
/* END LIGHT BLUE SECTION */

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: block;
    font-size: 92%;
    font-weight: normal;
}


@media print {
    /* Do not print edit link in templates using Template:Ed
       Do not print certain classes that shouldn't appear on paper xain */
    .noprint { display: none }
    #content { background: #fff; } /* white background on print */
}

/* Accessibility experiment: make diff changes not just colour-based */ 

#pt-login {
    font-weight: bold;
    font-size: 110%;
}


/* Class styles */

/* Don't underline links in portlets/specialchars even with pref "Underline links:Always" */
.portlet a { text-decoration: none; }
.portlet a:hover { text-decoration: underline; }

/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */

.portlet li {
    list-style-image: url("/images/bullet.gif");
}



/* generated user stylesheet */
a.new, #quickbar a.new { color: #CC2200; }