MediaWiki:Monobook.css

From WikiLectures

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin */
/* <pre> */

/* no heading on Main Page */
body.page-Main_Page h1.firstHeading { display:none; }

/* Search box in sidebar */
#p-search #searchBody {background-color: #EEFFEE;}
#p-search label {
    font-weight: bold;
    background: url(http://wikien.lf1.cuni.cz/images/9/95/Search.png) center left no-repeat;
    padding-left: 19px;
  }

div#p-related_links h5 {
    background: url(http://wikien.lf1.cuni.cz/images/9/9b/Related_links.png) center left no-repeat;
    padding-left: 19px;
    margin-left: 5px;
}

div#p-tb h5 {
    background: url(http://wikien.lf1.cuni.cz/images/4/46/Toolbox.png) center left no-repeat;
    padding-left: 19px;
    margin-left: 5px;
}

div#p-navigation h5 {
    background: url(http://wikien.lf1.cuni.cz/images/4/4f/Navigation.png) center left no-repeat;
    padding-left: 19px;
    margin-left: 5px;
}

li#n-WikiSkripta a {
    background: url(http://wikien.lf1.cuni.cz/images/8/80/Czech_flag.png) center right no-repeat;
    padding-right: 18px;
    margin-right: 5px;
}

li#pt-logout a {
    background: url(http://wiki.lf1.cuni.cz/images/e/e7/Odhlásit.png) center left no-repeat;
    padding-left: 19px;
    margin-left: 5px;
    font-weight: bold;
}

/* sidebar - edu portals */
div#p-edu {
text-align: center;
  }

/* TOC to the right */
#toc, .toc, .toclimit-2 {
    float: right;
    margin: 0.5em;
  }

/* </pre> */