/* Make e-mail and javascript links look different. */ a[href^="mailto:"]:before { content: "\2709 " } /* a[href^="javascript:"] { color: green ! important } */ /* Make slashdot, mozilla.org, and goatse.cx links stand out. */ a[href^="http://www.slashdot.org"], a[href^="http://slashdot.org"] { background: white ! important; color: #066 ! important; font-weight: bold ! important } a[href*="mozilla.org"]:before { content: url(https://mozilla.org/images/mozilla-16.png) } a[href*="hmc.edu"]:before { content: url(file:///c|/httpd/htdocs/hmcsmall2.gif) } a[href*="goatse.cx"], a[href*="tubgirl.com"] { text-decoration: line-through ! important; color: brown ! important; } .side a img { -moz-outline-style: none ! important; } .side a:before { content: "" ! important; } /* Give visited and unvisited image links borders, but use -moz-outline instead of border to avoid changing page geometry. */ a:link img { -moz-outline: 1px solid blue } a:visited img { -moz-outline: 1px dashed purple } a:active img { -moz-outline: 1px solid red } /* Does nothing until bug 65917 is fixed */ /* Hide reset buttons */ input[type="reset"], button[type="reset"] { display:none } /* mozillazine, slashdot, etc */ /* textarea { min-height: 380px; font-family: serif } */ /* Make named anchors visible, but not too visible */ /* Causes http://daniel.glazman.free.fr/weblog/archived/2002_10_20_glazblogarc.html#83291371 to scroll to the wrong place!?!??! */ a[name]:before { content: "[#" attr(name) "] "; border: 1px dashed; -moz-opacity: .2; } a[name]:hover { -moz-outline: 1px dashed } /* Ignore effect of blink and marquee tags, but don't hide their contents */ blink { text-decoration: none ! important } /* marquee { -moz-binding: none ! important } */ /* Block Flash animations, using a placeholder that makes it easy to unblock desired Flash. */ object[classid$=":D27CDB6E-AE6D-11cf-96B8-444553540000"], object[codebase*="swflash.cab"] { -moz-binding: url("http://www.cs.hmc.edu/~jruderma/flash.xml#obj"); }