Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Cbuckley/bsgbook.css: Difference between revisions

Cbuckley (talk | contribs)
No edit summary
Cbuckley (talk | contribs)
No edit summary
 
(2 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(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;
  }
  }

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