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!

Difference between revisions of "User blog:Pugpo/Wikia.css goodies!!! (MUST READ)"

From Arthur Wiki
Jump to navigationJump to search
(Blog post created or updated.)
 
(Blog post created or updated.)
Line 1: Line 1:
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...
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 {
.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;
     border: 1px solid #333652 !important;
     background-image:url("image url") !important;
     background-image:url("image url") !important;
Line 12: Line 16:
     -moz-box-shadow: 0 0 4px #333652;
     -moz-box-shadow: 0 0 4px #333652;
     -webkit-box-shadow: 0 0 4px #333652;
     -webkit-box-shadow: 0 0 4px #333652;
} /* Styling for various blocks across the wiki */
} /* Styling for various blocks across the wiki */


.WikiaSearch button {
.WikiaSearch button {
     border-radius: 0 4px 4px 0;
     border-radius: 0 4px 4px 0;
} /* Adjustment for the search button to play well with rounded corners of the search box */
} /* Adjustment for the search button to play well with rounded corners of the search box */


.WikiaHeader {
.WikiaHeader {
Line 23: Line 27:


#WallNotifications .subnav .notifications-header span {
#WallNotifications .subnav .notifications-header span {
color:  
color:
#3A3A3A;
#3A3A3A;
font-size: 13px;
font-size: 13px;
Line 39: Line 43:
}
}


.WikiNav .nav .subnav-2 li.marked2 .subnav-2a, .WikiNav .nav .subnav-2 li.marked2 .subnav-2a > a {
.WikiNav .nav .subnav-2 li.marked2 .subnav-2a, .WikiNav .nav .subnav-2 li.marked2 .subnav-2a > a {
   background-image: url(image url);
   background-image: url(image url);
   border: 1px solid transparent;
   border: 1px solid transparent;
   color: #FFFFFF;  
   color: #FFFFFF;
}
}


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


Line 57: Line 61:
   border-color: white transparent transparent !important;
   border-color: white transparent transparent !important;
}
}
[[Category:Blog posts]]
[[Category:Blog posts]]

Revision as of 20:51, 11 January 2013

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;

}