Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "User:TonyV/monaco.css"

From Paragon Wiki Archive
Jump to: navigation, search
m (New page: .color1, .color1 a { background-color: #283c71; color: #ffffff; } /* .color2, .color2 a { background: transparent url(http://images.wikia.com/paragon/image...)
 
m
Line 52: Line 52:
 
       sizingMethod='crop'
 
       sizingMethod='crop'
 
   );
 
   );
 +
}
 +
 +
.headerMenu,
 +
.headerMenu a {
 +
  background-color: red;
 +
  color:            #ffffff;
 +
  -moz-opacity:    0.95;
 +
  opacity:          0.95;
 
}
 
}

Revision as of 18:30, 19 April 2008

.color1,
.color1 a {
   background-color: #283c71;
   color:            #ffffff;
}

/* .color2,
.color2 a {
   background:
      transparent
      url(http://images.wikia.com/paragon/images/hero/headbg.png)
      repeat-y
      scroll
      top left;
   color:            #ffffff;
} */

#wikia_header{
   background:
      transparent
      url(http://images.wikia.com/paragon/images/hero/headbg.png)
      repeat-y
      scroll
      top left;
   border-color:     #120646;
}

#wikia_header a:link,
#wikia_header a:visited,
#wikia_header a:hover {
   color:            #ffffff;
}

#header_username {
   background:
      transparent
      url(http://images.wikia.com/paragon/images/hero/user.gif)
      no-repeat
      scroll
      bottom right;
   padding-right:    20px;
   
}

#wikia_logo {
   background-image: url(http://images.wikia.com/paragon/images//6/68/Wikia_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src='http://images.wikia.com/paragon/images//6/68/Wikia_logo.png',
      sizingMethod='crop'
   );
}

.headerMenu,
.headerMenu a {
  background-color: red;
  color:            #ffffff;
  -moz-opacity:     0.95;
  opacity:          0.95;
}