lpfManiak

Userstyle for narrower MAL

Feb 19th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.23 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.  
  9. #myanimelist {width: 770px !important;}
  10. #menu {width: 770px !important;}
  11. #menu_left {width: 500px !important;}
  12. #menu_right {width: 270px !important;}
  13. #topSearchText {width: 130px !important;}
  14. div[style^="width: 786px;"] {width: 510px !important;}
  15. #panel_left {width:500px!important;}
  16. #panel_right{margin-left: 510px!important; width:250px !important;}  
  17.  
  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.  
  21. div[style^="width: 733px;"] {width: 510px !important;} /*club page, breaks custom BBcode layouts*/
  22.  
  23.  
  24.  
  25.   /* ################################################ */
  26.  
  27.   /* clunky, WIP responsive layout. Incomplete */
  28.  
  29.  /* #myanimelist {width: 100% !important;}
  30.   #menu {width: 100% !important;}
  31. #menu_left {width: 65% !important;}
  32. #menu_right {width: 35% !important;}
  33. #topSearchText {width: 130px !important;}
  34. div[style^="width: 786px;"] {width: 100% !important;}*/
  35.  
  36.   /* ################################################ */
  37. }
Advertisement
Add Comment
Please, Sign In to add comment