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.
#content {
    /* background: #FFFCCC; */
}

/* makes visited links green */
a:visited {
    color:green;
}

/* visited links "diss" on page "nuper mutata" will be emphasized */
ul.special li a[tabindex]:visited {
    color: #000;            /* black */
    font-weight: 900;
    font-size: +1;
    background-color: #CFC; /* green */
    border: 1px solid;
    padding: 1px;
}

/* This changes the layout of our stipulae, see [[Formula:metastipula]] */
#stipula {
    text-align: left; /* default: centered */
    padding: 3px;
    /* border: 5px dashed red; */
    border: none;
    background: transparent;
    margin-left: 0px;
}