User:Cbuckley/bsgbook.css: Difference between revisions

From Battlestar Wiki, the free, open content Battlestar Galactica encyclopedia and episode guide
mNo edit summary
No edit summary
Line 1: Line 1:
  #bodyContent a.external, #bodyContent a[href^="gopher://"] {
  #bodyContent a.external, #bodyContent a[href^="gopher://"] {
     background-image: url(http://media.battlestarwiki.org/images/4/44/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;
  }
  }

Revision as of 01:48, 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;
 }