Spring til indhold

Bruger:Danchr/cologneblue.css

Fra Wikipedia, den frie encyklopædi
#siteNotice:
{
  display: none;
}

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

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

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

@media print {

h1, h2, h3, h4, h5, h6
{
 color: black;
}
}