Grey's Anatomy Universe Wiki
No edit summary
mNo edit summary
Line 98: Line 98:
 
/* hide some stuff on the main page */
 
/* hide some stuff on the main page */
   
body.page-Grey's_Anatomy_Wiki .firstHeading,
+
body.page-Grey%27s_Anatomy_Wiki .firstHeading,
body.page-Grey's_Anatomy_Wiki #siteSub,
+
body.page-Grey%27s_Anatomy_Wiki #siteSub,
body.page-Grey's_Anatomy_Wiki #contentSub { display:none; }
+
body.page-Grey%27s_Anatomy_Wiki #contentSub { display:none; }
   
   

Revision as of 15:11, 26 December 2007

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */



/*** Mark redirects in Special:Allpages und Special:Watchlist ***/
 
.allpagesredirect {
     font-style: italic;
}
 
.watchlistredir {
     font-style: italic;
}



/* </pre> */

 .infobox-image {
  float:center; 
  clear:all; 
  margin:0 0 .5em 1em; 
  width:100%; background:#ffffff; 
  -moz-border-radius:6px;
  border:1px solid #999999; 
  line-height:1.5; 
  font-size:95%
 }
 .infobox-image table {
  float:left;
  margin:0 0 0 0;
  width:100%;
  background:#ffffff;
  border-collapse:collapse;
 }
 .infobox-image table td {
  padding:0 5px;
  border-top:1px solid #999;
  border-bottom:medium none solid #999;
  border-left-style:none;
  border-left-width:medium;
  background-color:#f0f0f0;
  width: 12%;
 }
 .infobox-image table td.infoboxcell {
  width: 68%;
 }
 .infobox-image p {
  margin:0;
  padding:0;
 }

 /* Infobox template style */

 .infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
 }
 .infobox td,
 .infobox th {
    vertical-align: top;
 }
 .infobox caption {
    font-size: larger;
    margin-left: inherit;
 }
 .infobox.bordered {
    border-collapse: collapse;
 }
 .infobox.bordered td,
 .infobox.bordered th {
    border: 1px solid #aaa;
 }
 .infobox.bordered .borderless td,
 .infobox.bordered .borderless th {
    border: 0;
 }

 .infobox.sisterproject {
    width: 20em;
    font-size: 90%;
 }
 @media print {
     .infobox.sisterproject {
         display: none;
     }
 }

 /* hide some stuff on the main page */

 body.page-Grey%27s_Anatomy_Wiki .firstHeading, 
 body.page-Grey%27s_Anatomy_Wiki #siteSub, 
 body.page-Grey%27s_Anatomy_Wiki #contentSub { display:none; }


/* Highlight clicked reference in blue to help navigation */
 
 ol.references > li:target {
  background-color: #DEF;
 }
 
 sup.reference:target { 
   background-color: #DEF;
 }

/* 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;

 }

 /* Do not expand URLs within citations for printing. The urls should be included explicitly, to avoid confusion */

 @media print {

   #content cite a.external.text:after {
       display: none;
   }

 } 


 /* Make sure that ext links displayed within "plainlinksneverexpand" don't get
   the arrow...
 */
 .plainlinksneverexpand a {
    background: none !important;
    padding: 0 !important;
 }

 /* make the list of references look smaller */
 ol.references {
    font-size: 100%;
 }

 .references-small { font-size: 90%;}