Difference between revisions of "User:Alison Wheels/Common.css"

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
Line 15: Line 15:
}
}


a:link, a:visited {
a {
   text-decoration: none;
   text-decoration: none;
}
}

Latest revision as of 08:20, 26 March 2007

<pre><nowiki>
/* Highlight clicked reference in blue to help navigation */

ol.references > li:target {
 background-color: #DEF;
}

sup.reference:target { 
  background-color: #DEF;
}

/* Removes underlines from links */
.nounderlines a { 
  text-decoration: none;
}

a {
  text-decoration: none;
}

/* Coloured watchlist numbers */
.mw-plusminus-pos {
  color:darkgreen;
}
</nowiki></pre>