User:Cbuckley/bsgbook.css: Difference between revisions

From Battlestar Wiki, the free, open content Battlestar Galactica encyclopedia and episode guide
No edit summary
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  #bodyContent a.external, #bodyContent a[href^="gopher://"] {
  #bodyContent a.external, #bodyContent a[href^="gopher://"] {
     background-image: url(/wiki/Image:external.png);
     background-image: url(http://media.battlestarwiki.org/images/4/44/External.png);
}
pre {
    background-color: #1f0b0b;
    border: 1px dashed #eaf15f;
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 1.1em;
  }
  }

Latest revision as of 01:59, 27 December 2006

 #bodyContent a.external, #bodyContent a[href^="gopher://"] {
     background-image: url(http://media.battlestarwiki.org/images/4/44/External.png);
 }
 
 pre {
     background-color: #1f0b0b;
     border: 1px dashed #eaf15f;
     color: white;
     padding-top: 1em;
     padding-bottom: 1em;
     line-height: 1.1em;
 }