User

Tom Hutchison/vector.css

From Joomla! Documentation

< User:Tom Hutchison
Revision as of 15:19, 25 May 2013 by Tom Hutchison (talk | contribs) (now the last tweaks)

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*
Place user custom css below
 */
div.mw-geshi {
        font-family: courier new !important;
        padding: 1em; 
        margin: 1em 0;
        overflow-x: auto;
        overflow-y: auto;
        font-size:.95em; 
        border: 1px dashed #2f6fab;
        background-color: #f9f9f9;
}
pre { 
        font-family: courier new !important;
        overflow-x: auto;
        overflow-y: auto;
        font-size:.95em;
        background-color:#EEEEEE;
}
source { 
        font-family: courier new !important;
        overflow-x: auto;
        overflow-y: auto;
        font-size:.95em;
        background-color:#f0f0f0;
        margin: 1em 0;
}
 
code { 
        font-family: courier new !important;
        font-size:.95em;
        background-color: #f0f0f0;
        padding: 2px;
}