Advertisement
Gotolei

Untitled

May 2nd, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.01 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: 480px !important;
  6. }
  7.  
  8. #maincol {
  9.   min-width: 480px;
  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 img {
  39.   max-width: 100px;
  40.   height: auto;
  41. }
  42.  
  43. .postdetails,
  44. .signature {
  45.   font-size: xx-small;
  46. }
  47.  
  48. table .post1:first-of-type img[src="http://i1.ifrm.com/style_images/1/spacer.gif"],
  49. table .post2:first-of-type img[src="http://i1.ifrm.com/style_images/1/spacer.gif"] {
  50.   max-width: 100px;
  51. }
  52.  
  53. .signature .ximg, .signature img {
  54.   max-width: 120px;
  55.   height: auto;
  56. }
  57.  
  58. textarea {
  59.   max-width: 300px;
  60. }
  61.  
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement