Advertisement
Guest User

Untitled

a guest
Dec 28th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. /*FIX HEADER LONKS*/
  2.  
  3. area[alt="Home Page"]::before{
  4. content:'HOMEPAGE';
  5. position:fixed;
  6. width:51px;
  7. height:38px;
  8. left:30%;
  9. margin-left: -100px;
  10. top:213px;
  11. }
  12.  
  13. /*Replacement Images*/
  14.  
  15. img[src="images/logo.jpg"] {
  16. height: 0 !important;
  17. width: 0 !important;
  18. /* these numbers match the new image's dimensions */
  19.  
  20. padding-left: 775px !important;
  21. padding-top: 273px !important;
  22. background: url(https://i.imgur.com/c9wOB6I.png) no-repeat !important;
  23. }
  24. img[src="themes/mm2x/images/pixel.gif"] {
  25. height: 0 !important;
  26. width: 0 !important;
  27. /* these numbers match the new image's dimensions */
  28.  
  29. padding-left: 1px !important;
  30. padding-top: 1px !important;
  31. background: url(https://cdn.discordapp.com/attachments/239918654710480897/396118327660904458/unknown.png) no-repeat !important;
  32. }
  33. td[background="themes/mm2x/images/header.gif"] {
  34. background: url(https://i.imgur.com/P4En4WH.png) no-repeat !important;
  35. }
  36. td[background="themes/mm2x/images/header_down.gif"] {
  37. background: url(https://i.imgur.com/eHdiZjG.png) no-repeat !important;
  38. }
  39. td[background="themes/mm2x/images/back1.gif"] {
  40. background: url(https://i.imgur.com/HMjbZBs.png) no-repeat !important;
  41. }
  42. /*New bullets*/
  43.  
  44. big {
  45. font-size: 14px;
  46. }
  47. /*Background Color Replacements*/
  48.  
  49. td[bgcolor="#666666"] {
  50. background-color: #111111 !important;
  51. }
  52. table[bgcolor="#333333"] {
  53. background-color: #111111 !important;
  54. }
  55. /*Table border replacements*/
  56.  
  57. table[bgcolor="#666666"] {
  58. background-color: #303030 !important;
  59. /*margin:10px;*/
  60. }
  61. /*Table BG*/
  62.  
  63. table[width="775"] {
  64. background-color: #000000 !important;
  65. }
  66. td[width="130"][bgcolor="#333333"] {
  67. background-color: #000000 !important;
  68. }
  69. /*Padding*/
  70.  
  71. table[cellpadding="8"] {
  72. padding: 10px;
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement