The forum pages are fully operational! See this link for the latest forum topics, where users can collaborate or discuss certain topics in one place!

User blog:Pugpo/Wikia.css goodies!!! (MUST READ)

From Arthur Wiki
Jump to navigationJump to search

I know all you admins are, like, redoing this wiki's look and such, and I thought someone might be interested in something I discovered a couple days ago. I have some great things to put in the MediaWiki:Wikia.css, such as pictures behind the navigation bar, changing the icon on the edit button, changing the color and design of the search bar and recent activty box, making taglines, and others! If anyone wants to use them, I'm posting them here. Think about it, admins...

P.S. you better copy in source mode, because visual just is not right


{

.mw-specialpagesgroup, .skin-oasis #edit_enhancements_toolbar, .tools-menu, .AccountNavigation .subnav, .GlobalNavigation .subnav, .WikiHeader .subnav, .WikiaArticleCategories, .toc, .module, .WikiaSearch input[type="text"], .tooltip:hover span, table.wikitable {

   border: 1px solid #333652 !important;
   background-image:url("image url") !important;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   box-shadow: 0 0 4px #333652;
   -moz-box-shadow: 0 0 4px #333652;
   -webkit-box-shadow: 0 0 4px #333652;

} /* Styling for various blocks across the wiki */

.WikiaSearch button {

   border-radius: 0 4px 4px 0;

} /* Adjustment for the search button to play well with rounded corners of the search box */

.WikiaHeader {

   background-image:url(image url);

}

  1. WallNotifications .subnav .notifications-header span {

color:

  1. 3A3A3A;

font-size: 13px; font-weight: bold; padding-top: 1px; padding-left: 10px; }

.WikiHeader .WikiNav .nav .subnav-3 {

   background: url("image url") repeat scroll 0 0 transparent !important;
   background-image: url(image url);
   border-radius: 5px; 
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;

}

.WikiNav .nav .subnav-2 li.marked2 .subnav-2a, .WikiNav .nav .subnav-2 li.marked2 .subnav-2a > a {

  background-image: url(image url);
  border: 1px solid transparent;
  color: #FFFFFF;

}

.WikiNav .nav .subnav-2 li.marked2 .subnav-2a:hover, .WikiNav .nav .subnav-2 li.marked2 .subnav-2a > a:hover {

  background-image: url(image url);
  border: 1px solid transparent;
  color: #FFFFFF;

}

.sprite.edit-pencil {background: none transparent !important;} .sprite.edit-pencil {background: url(image url) no-repeat !important;}

.wikia-menu-button .chevron {

  border-color: white transparent transparent !important;

}