MediaWiki:Vector.css

From Sugar Labs
Revision as of 01:29, 27 June 2010 by FGrose (talk | contribs) (tweak right navigation bar position)
Jump to navigation Jump to search

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.
/* CSS placed here will affect users of the Vector skin */
#p-personal {
       position: static;
       margin-left: 9.6em;
}
#right-navigation {
       position: absolute;
       right: 8px;
}
a:hover,
#preftoc a:hover {
       text-decoration: none;
}
/* Standard links */
a {
       border-bottom: 1px dotted lightGrey;
}
a:hover,
#p-personal a:hover,
#toc a:hover, .toc a:hover,
#panel a:hover,
.catlinks a:hover,
#footer a:hover,
.editsection a:hover,
#contentSub a:hover, #contentSub2 a:hover {
	border-bottom: 1px dotted Grey;
}
#p-personal a,
#toc a, .toc a,
#preftoc a,
#preftoc a:hover,
#panel a,
.catlinks a,
#footer a,
.editsection a,
div.linkgroup a,
div.vectorTabs a,
div.vectorMenu h5 a,
div.vectorMenu li a,
#contentSub a, #contentSub2 a,
a.image,
a img,
#p-logo a:hover,
div.vectorTabs a:hover {
	border-bottom: none;
}
div.vectorMenu li a:hover,
div.vectorTabs li a span:hover,
div.linkgroup a:hover,
#preftoc a:hover,
h1 .editsection,
h2 .editsection,
h3 .editsection,
h4 .editsection,
h5 .editsection,
h6 .editsection  {
	color: Grey;
}