Advertisement
Gotolei

RVL/ORP Mobile 980

Aug 18th, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.19 KB | None | 0 0
  1. @-moz-document url-prefix("http://z3.invisionfree.com/Revolt_Live"),
  2.                url-prefix("http://z3.invisionfree.com/Our_ReVolt_Pub") {
  3.  
  4. body {
  5.   width: 980px;
  6. }
  7.  
  8. #maincol {
  9.   min-width: auto;
  10. }
  11.  
  12. #pagewrapper {
  13.   padding: 0;
  14.   border: none;
  15. }
  16.  
  17. #trigg {
  18.   display: none;
  19. }
  20.  
  21. #userlinks {
  22.   background-size: auto 100%;
  23. }
  24.  
  25. form[action*="act=Search"] div:nth-of-type(2) {
  26.   width: 100% !important;
  27. }
  28.  
  29. form[action*="act=Search"] div:nth-of-type(2) .search {
  30.   border-color: black;
  31. }
  32.  
  33. div .tableborder {
  34.   border-left: none;
  35.   border-right: none;
  36. }
  37.  
  38. .postdetails,
  39. .signature {
  40.   font-size: xx-small;
  41. }
  42.  
  43. .postdetails img {
  44.   max-width: 100px !important;
  45.   height: auto;
  46. }
  47.  
  48. table .post1:first-of-type img[src$="/style_images/1/spacer.gif"],
  49. table .post2:first-of-type img[src$="/style_images/1/spacer.gif"] {
  50.   max-width: 100px !important;
  51.   height: 1px;
  52. }
  53.  
  54. .ximg {
  55.   max-width: 540px !important;
  56.   height: auto;
  57. }
  58.  
  59. img[alt="user posted image"] {
  60.   max-width: 540px !important;
  61. }
  62.  
  63. .signature .ximg, .signature img {
  64.   max-width: 270px !important;
  65.   height: auto;
  66. }
  67.  
  68. img[src="http://i.imgur.com/ev7Aw.png"] {
  69.   width: 8px;
  70.   height: auto;
  71. }
  72.  
  73.  
  74.  
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement