User:Guppie the Third/wikia.css

From Plants vs. Zombies Wiki
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes.

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera users have to clear their caches through Tools→Preferences
  • Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5

If using another browser, look up instructions on how to clear your cache in your preferred browser.

body.mediawiki {
    background-image:none!important;
    background-color: #eee!important;
    background:#eee!important;
}
.WikiaPage .WikiaPageBackground {
    opacity: 1!important;
}
.ChatWindow { 
background-color: #78b896;
}
 
.ChatWindow .ChatHeader { 
background-color: #fff!important; 
background-image: none!important;
   
}
 
.ChatWindow .Rail { 
background-color: #fff!important;
background: none!important;

}
 
.ChatWindow .Write { 
background-color: #fff!important;  
line-height: 1.1em;
}
 
.ChatWindow .Chat { 
background-color: #fff!important;   
background-image: none!important;
}
 
.ChatWindow .Rail .User .style{
    display: block;
    background-image: none!important;

}
 
.ChatWindow .Chat .you { 
background-color: #FBF8AC;
background-image: none!important;
}
.ChatWindow .UserStatsMenu {
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    border: none !important;
background-image: none!important;

}
.UserStatsMenu .info {
    background: #fff;
    color: #3a3a3a;
background-image: none!important;

}

.ChatWindow .Chat .username:after {
    display:none!important;
}

.ChatWindow .Chat .username:before {
    display:none!important;
}

.ChatWindow .Rail .username:before {
    content:none!important;
}
.ChatWindow .Rail .username:after {
    content:none!important;
    
}
.ChatWindow .Rail .username {
    content:none!important;
background: none!important;
}
.ChatWindow .Chat .message {
    font-family: inherit!important;
   text-shadow: none!important;
      color: inherit!important; 
      background: none!important;

}
 
.ChatWindow .Chat .time {
   text-shadow: none!important;
   color: inherit!important; 
   box-shadow: none!important;
   border: none!important;
   font-family: inherit!important;
   font-size: 100%;
}