Advertisement
Maulle

User:Jr_Mime/wikia.css

Sep 24th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1. http://i.imgur.com/pKC2iPV.png
  2.  
  3. /** Global navigation bar funsies **/
  4. .global-navigation {
  5.     position: relative !important;
  6. }
  7.  
  8. .search-select-overlay {
  9.     color:#C8D2D7;
  10. }
  11.  
  12. .global-navigation {
  13.     background-color: #002D55;
  14.     background-image: -moz-linear-gradient(left center , #000B15 0px, #002D55 50%, #000B15 100%);
  15. }
  16.  
  17. .global-navigation {
  18.     border: none;
  19. }
  20.  
  21. .global-navigation * {
  22.     border: none;
  23. }
  24.  
  25. .global-navigation .page-width {
  26.     border: none;
  27. }
  28.  
  29. .global-navigation img.avatar {
  30.     border-radius: 0 !important;
  31. }
  32.  
  33. .search-form-wrapper .table-cell {
  34.     color:white;
  35. }
  36.  
  37. .AccountNavigation > li .avatar-container {
  38.     border-radius:0%;
  39. }
  40.  
  41. .wikia-logo img {
  42.     background-image: url(http://i.imgur.com/keGMFzh.png);
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement