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
m
Line 13: Line 13:
 
       scroll
 
       scroll
 
       top left;
 
       top left;
   color:            #ffffff;
+
   color:            #f8f8ff;
 
} */
 
} */
  
Line 40: Line 40:
 
       bottom right;
 
       bottom right;
 
   padding-right:    20px;
 
   padding-right:    20px;
 +
  font-variant:    small-caps;
 
    
 
    
 
}
 
}
Line 56: Line 57:
 
.headerMenu,
 
.headerMenu,
 
.headerMenu a {
 
.headerMenu a {
  background-color: #283c71;
+
  background-color: #283c71;
  color:            #ffffff;
+
  color:            #ffffff;
  -moz-opacity:    0.90;
+
  -moz-opacity:    0.90;
  opacity:          0.90;
+
  opacity:          0.90;
 
}
 
}
  
Line 73: Line 74:
 
.headerMenuButton dt,
 
.headerMenuButton dt,
 
.headerMenuButton dd {
 
.headerMenuButton dd {
  background-image: url(http://images.wikia.com/paragon/images//6/69/Monaco_header_button.png);
+
  background-image: url(http://images.wikia.com/paragon/images//6/69/Monaco_header_button.png);
 
}
 
}
 
* html .headerMenuButton dt,
 
* html .headerMenuButton dt,
 
* html .headerMenuButton dd {
 
* html .headerMenuButton dd {
  background-image: none;
+
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
+
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='http://images.wikia.com/paragon/images//6/69/Monaco_header_button.png',
+
      src='http://images.wikia.com/paragon/images//6/69/Monaco_header_button.png',
    sizingMethod='crop'
+
      sizingMethod='crop'
  );
+
  );
 
}
 
}
  
 
.firstHeading {
 
.firstHeading {
  font-family:      Red Circle, Arial, helvetica, sans-serif;
+
  font-family:      Red Circle, Arial, helvetica, sans-serif;
  font-variant:    small-caps;
+
  font-variant:    small-caps;
 
}
 
}

Revision as of 19:02, 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:            #f8f8ff;
} */

#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;
   font-variant:     small-caps;
   
}

#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: #283c71;
   color:            #ffffff;
   -moz-opacity:     0.90;
   opacity:          0.90;
}

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

.headerMenuButton dt,
.headerMenuButton dd {
   background-image: url(http://images.wikia.com/paragon/images//6/69/Monaco_header_button.png);
}
* html .headerMenuButton dt,
* html .headerMenuButton dd {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src='http://images.wikia.com/paragon/images//6/69/Monaco_header_button.png',
      sizingMethod='crop'
   );
}

.firstHeading {
   font-family:      Red Circle, Arial, helvetica, sans-serif;
   font-variant:     small-caps;
}