Bruger:Danchr/chick.css

#p-lang, #p-interaction, #p-navigation, #p-tb {
  display: none !important;
}

@media screen, tv {

.preftoc
{
  column-width: 5em;
  column-gap: 1ex;

  -webkit-column-width: 5em;
  -webkit-column-gap: 1ex;

  -o-column-width: 5em;
  -o-column-gap: 1ex;

  -moz-column-width: 5em;
  -moz-column-gap: 1ex;
}
  #column-content {
    margin: 2ex;
    word-break: normal;
  }
}

@media print {

  #bodyContent
  {
    column-width: 10cm;
    column-gap: 1cm;
    column-rule: thin dashed lightgrey;

    -webkit-column-width: 10cm;
    -webkit-column-gap: 1cm;
    -webkit-column-rule: thin dashed lightgrey;

    -o-column-width: 15cm;
    -o-column-gap: 2.5cm;
    -o-column-rule: thin dashed lightgrey;

    -moz-column-width: 15cm;
    -moz-column-gap: 2.5cm;
    -moz-column-rule: thin dashed lightgrey;
  }

  h1, h2, h3, h4, h5, h6, header {
    -webkit-column-break-before: always;
    -webkit-column-break-after: avoid;
  }

  #column-one div {
    column-break-after: always;
    -webkit-column-break-after: always;
    -o-column-break-after: always;
    -moz-column-break-after: always;

    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -moz-column-break-inside: avoid;

    page-break-inside: avoid;
  }
}

body
{
 font-family:  serif;
}

h1, h2, h3, h4, h5, h6
{
 font-family: sans-serif;
}

.wpTextbox1
{
 font-family: monospace;
}

@media handheld {
body { width: 95% }

}