Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. /* -- LIST HEADER -- */
  2.  
  3. #list_header {padding-top:6px !important;height:28px;top:0px;width:100%;max-width:100%;left:40px;margin-left:0px !important;}
  4.  
  5. .list_header_hidden{top:0px !important;}
  6.  
  7. #list_header .img_crop {display:none;}
  8.  
  9. #list_header {-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px;}
  10.  
  11. #list_header input {float:none;margin-top:0px;position:fixed;left:215px;top:-3px;}
  12.  
  13. #list_header .header_links {margin-top:0px;position:relative;}
  14.  
  15. #list_header a.ml_link {margin-left: -360px;}
  16.  
  17. #list_header .header_links, #list_header .al_link {display: initial !important;}
  18.  
  19.  
  20.  
  21. /* -- SIDE NAV -- */
  22.  
  23. #sideNav ul {font-size: 0.8em;}
  24.  
  25. #sideNav header {padding:0px;}
  26.  
  27. #sideNav ul li {padding-left:12px;}
  28.  
  29. #sideNav ul li:hover{cursor: pointer;}
  30.  
  31. #sideNav-wrap {width:40px;}
  32.  
  33. #sideNav ul a{width: 40px;overflow: hidden;}
  34.  
  35. #sideNav ul li span{display: none;}
  36.  
  37. #sideNav #sideNav-mod{width: 150px;}
  38.  
  39. #sideNav .ani_icon{display: none;}
  40.  
  41. #sideNav-wrap, #sideNav{width: 40px !important;transition: 0 !important;}
  42.  
  43. #sideNav header{height: 40px !important;width: 40px !important;}
  44.  
  45. #sideNav header .img_crop{height: 40px !important;width: 40px !important;}
  46.  
  47. #sideNav header h1{display: none !important;}
  48.  
  49. #sideNav .hint, #sideNav [data-hint]{display: block;}
  50.  
  51. #sideNav .hint--right:after {margin-bottom: -19px;left: 80%;}
  52.  
  53. #sideNav .hint:after, #sideNav [data-hint]:after {content: attr(data-hint);
  54.  
  55. padding: 13px 10px;white-space: nowrap;font-size: inherit;}
  56.  
  57. #sideNav .hint:before, #sideNav .hint:after, #sideNav [data-hint]:before,
  58.  
  59. #sideNav [data-hint]:after{-webkit-transition: none;-moz-transition: none;transition: none;}
  60.  
  61. #sideNav [data-hint]:after, #sideNav [data-hint]:before{display: block !important;padding-left:3px;padding-right:3px;}
  62.  
  63. #sideNav .sideNav-hide{display: none !important;}
  64.  
  65. #containerInner{margin-left: 40px !important;}
  66.  
  67. .sideNav-sml #sideNav-mod {width: 120px;background: none;}
  68.  
  69. .sideNav-show{display:none !important;}
  70.  
  71.  
  72.  
  73. /* -- MEDIA SCREEN - */
  74.  
  75. @media screen and (max-width: 700px){#list_header .header_links,
  76.  
  77. #list_header .al_link {display: none !important;}}
  78.  
  79. /* -- SPACING COLOR AND SIZE ADJUSTMENT -- */
  80.  
  81. th, td {padding-top: 2px; padding-bottom: 1px ;padding-left: 4px;
  82. padding-right: 0px; font-size: 8pt;}
  83.  
  84. /*-- END -- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement