Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* <source lang="css"> */
 
/* For patrolled newpages */
li.not-patrolled {
 background-color: #ffffaa;
 }
 
table.toc {
 background-color: #fff;
}
 
/* Blue instead of yellow padlock for secure links. */
#bodyContent a.external[href ^="https://"],
.link-https {
    background: url("http://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
}
 
#firstHeading {
  color: white;
  font-family: "Gill Sans MT";
  background-color: #00007f;
  font-size: 120%;
}

#siteSub {
  background-color: #c0c0ff;
  font-family: "Gill Sans MT";
}

.pBody {
  font-family: "Gill Sans MT";
}

.generated-sidebar portlet h5 {
  font-family: "Gill Sans MT";
}

.ambox {
  size: 80%;
  width: 70%;
  height: 50px;
  font-size: 60%;
  line-height: 85%;
}

/* </source> */