Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("bugwie.com") {
  4. html body{
  5. background-color: #121212 !important;
  6. background-image: url(http://puu.sh/ai2PH/1482b01137.png)!important;
  7. }
  8. .bodyline{
  9. background:none!important;
  10. border:none!important;
  11. }
  12. input:focus, textarea:focus{
  13. border-color: #ffb300 !important;
  14. }
  15. /*Logo*/
  16. img[src*="images/logobw1.png"]{
  17. width:0px;
  18. padding-right:320px;
  19. height:68px;
  20. background:transparent url(http://images.bugwie.com/images/67689013933391129029.png) top left no-repeat !important;
  21. }
  22. img[src*="images/logoe.png"]{
  23. width:0px;
  24. padding-right:320px;
  25. height:68px;
  26. background:transparent url(http://images.bugwie.com/images/67689013933391129029.png) top left no-repeat !important;
  27. }
  28. #SB_box {
  29. height: 200px!important;
  30. width: 740px!important;
  31. }
  32. /*EMOTKA*/
  33. img[src*="images/smiles/9b48c629.gif"]{
  34. width:0px;
  35. padding-right:22px;
  36. height:15px;
  37. background:transparent url(http://i.imgur.com/whReB2F.gif) top left no-repeat !important;
  38. }
  39. table [width="100%"][cellspacing="1"][cellpadding="0"][border="0"][class="forumline"]{
  40. display:none!important;
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement