Jump to content

User:Danchr/cologneblue.css

From Wikipedia, the free encyclopedia
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.
#siteNotice:
{
  display: none;
}

#articlex
{
  -webkit-column-width: 60ex;
  -webkit-column-rule: thin grey dashed;
  -webkit-column-gap: 2em;
}

#article {
  margin: 2ex;
  word-break: normal;
}

.infobox, .toc, .wikitable, h1, h2, h3, table
{
 text-align: left;

 column-span: all;
 -moz-column-span: all;
 -webkit-column-span: all;
 -o-column-span: all;
}

#article, #article td, #article th, #article p
{
 font-size: 11pt;
 font-family: "Minion Pro";
}

h1, h2, h3, h4, h5, h6
{
 font-family: "Myriad Pro";
}