User:Ianlopez1115/vector.css

From OpenStreetMap Wiki
Jump to navigation Jump to search

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.
/* <source lang="css"> */
 
/* Display "This is the OpenStreetMap Wiki" */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
 
#siteNotice .notice-all {
  margin-bottom: 1em !important;
  margin-right: 2px !important;
}

/* Blue instead of yellow padlock for secure links. */ #bodyContent {font-size: 90%;} a.external[href ^="https://"], .link-https { background: url("http://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat; } /* Adjust font-size for inline HTML generated TeX formulae */ .texhtml { font-size: 125%; line-height: 1.5em; } /* </source> */

<!-- most of the code comes from English Wikipedia version of MediaWiki:Vector.css, while the #bodyContent modification was suggested by English Wikipedia User Nihiltres and implemented with varying degrees on the English Wikipedia, Wikimedia Commons and OpenStreetMap Wiki.-->