Difference between revisions of "MediaWiki:Vector.css"

From Sugar Labs
Jump to navigation Jump to search
(vector link decorations)
 
(tweak right navigation bar position)
Line 5: Line 5:
 
}
 
}
 
#right-navigation {
 
#right-navigation {
       margin-top: 20px;
+
       position: absolute;
 +
      right: 8px;
 
}
 
}
 
a:hover,
 
a:hover,

Revision as of 01:29, 27 June 2010

/* 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;
}