lpfManiak

Userstyle for narrower MAL (770px)

Mar 14th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.04 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("myanimelist.net") {
  4.  
  5.   /* ################################################ */
  6.  
  7.   /* 770px-wide window */
  8. body{background: url('') !important;}
  9. #header {background: url('http://cdn.myanimelist.net/images/bgs/mal-bg-4.jpg') no-repeat scroll -335px top transparent !important;}
  10. #myanimelist {width: 770px !important;}
  11. #menu {width: 770px !important;}
  12. #menu_left {width: 500px !important;}
  13. #menu_right {width: 270px !important;}
  14. #topSearchText {width: 130px !important;}
  15. div[style^="width: 786px;"] {width: 510px !important;}
  16. #panel_left {width:500px!important;}
  17. #panel_right{margin-left: 510px!important; width:250px !important;}  
  18. div[style^="width:728px; height:90px;"] {display:none !important;} /*removes wide ads*/
  19. div[id^="div-gpt-ad"] {display: none !important;} /*removes blocky ads*/
  20. div[style^="width: 733px;"] {width: 510px !important;} /*club page, breaks custom BBcode layouts*/
  21. .friendHolder {width: 160px !important;} /*fixes the friends page glitch*/
  22. }
Advertisement
Add Comment
Please, Sign In to add comment