På yggenyk.dk bruger vi cookies til at give dig en god oplevelse og til at indsamle statistik, der kan være med til at forbedre brugeroplevelsen. Hvis du klikker på et link på yggenyk.dk, accepterer du samtidig vores cookiepolitik.

MediaWiki:Common.css: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 20: Line 20:
}
}
#siteNotice { background-color: #ffff94; color: #8a2e5c; }
#siteNotice { background-color: #ffff94; color: #8a2e5c; }
@media print {
  /* Hide navigation, sidebar, toolbox, footer, header */
  #mw-navigation,
  #mw-head,
  #mw-panel,
  #p-logo,
  #footer,
  #siteTree,
  .mw-portlet,
  .noprint,
  #catlinks,
  #jump-to-nav,
  .printfooter {
    display: none !important;
  }
  /* Make content use full width */
  #content,
  #mw-content-text {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
  }
  /* Clean up the body */
  body {
    font-family: Georgia, serif;
    font-size: 12pt;
    color: #000;
    background: #fff;
  }
  /* Style the recipe title nicely */
  h1, h2, h3, h4 {
    color: #000;
    page-break-after: avoid;
  }
  /* Avoid breaking lists mid-page */
  ul, ol {
    page-break-inside: avoid;
  }
}

Latest revision as of 13:36, 7 April 2026

/* CSS placed here will be applied to all skins */
.fancytree ul {
    background: none;
    border: none;
    font-size: 12px;
}
ul.fancytree-container {
    outline: 0;
    border: none;
    overflow: hidden;
}
.fancytree p {
    display: none;
}
span.fancytree-title {
    cursor: default;
}
span.fancytree-title a {
    color: black;
}
#siteNotice { background-color: #ffff94; color: #8a2e5c; }

@media print {
  /* Hide navigation, sidebar, toolbox, footer, header */
  #mw-navigation,
  #mw-head,
  #mw-panel,
  #p-logo,
  #footer,
  #siteTree,
  .mw-portlet,
  .noprint,
  #catlinks,
  #jump-to-nav,
  .printfooter {
    display: none !important;
  }

  /* Make content use full width */
  #content,
  #mw-content-text {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
  }

  /* Clean up the body */
  body {
    font-family: Georgia, serif;
    font-size: 12pt;
    color: #000;
    background: #fff;
  }

  /* Style the recipe title nicely */
  h1, h2, h3, h4 {
    color: #000;
    page-break-after: avoid;
  }

  /* Avoid breaking lists mid-page */
  ul, ol {
    page-break-inside: avoid;
  }
}

id=siteTree