Advertisement
XinChun93

FE Heroes Wiki Cleanup Version 1.2

Apr 19th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.30 KB | None | 0 0
  1. #content div#siderail,
  2. #siderail.child,
  3. #atfmrec,
  4. #cdm-zone-02,
  5. #cdm-zone-002.child,
  6. #zergnetsiderail_container,
  7. #zzergnetsiderail,
  8. #zergnet-widget-42966,
  9. #gp-pro-upsell,
  10. #btfmrec,
  11. #cdm-zone-06,
  12. #cdm-zone-06.child,
  13. .footer-links,
  14. #footer,
  15. #footer.hide-ads,
  16. #footer-push,
  17. #content div#btflb,
  18. #cdm-zone-04,
  19. #content div#atflb,
  20. #cdm-zone-01,
  21. .socialSidebar,
  22. .wrapperAddBlock,
  23. #zergnetContainer
  24. {
  25.     display: none!important;
  26.     max-height: 0px!important;
  27.     max-width: 0px!important;
  28.     min-height: 0px!important;
  29.     min-width: 0px!important;
  30.     height: 0px!important;
  31.     width: 0px!important;
  32.     margin: 0px!important;
  33.     padding: 0px!important;
  34. }
  35.  
  36. #netbar, .netbar-left, .netbar-right {
  37. background-color: inherit!important;
  38.     border: none!important;
  39. }
  40.  
  41. .netbar-left li,
  42. .netbar-right > li:nth-of-type(1),
  43. .netbar-right > li:nth-of-type(2)
  44. {
  45.     display: none!important;
  46. }
  47.  
  48. li.user {
  49.     display: block!important;
  50.     position: absolute;
  51.     top: 0px;
  52.     right: 0px;
  53.     background-color: black;
  54. }
  55.  
  56. #netbar {
  57.     position: absolute!important;
  58.     display: inline-block!important;
  59.     top: 0px!important;
  60.     right: 0px!important;
  61.     width: auto!important;
  62. }
  63.  
  64. li.user ul {
  65.     min-width: 150px!important;
  66. }
  67.  
  68. #global-wrapper {
  69.     margin-top: -29px;
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement