Advertisement
Guest User

KuxXx

a guest
May 20th, 2010
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.80 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("andromeda.ogame.com.hr") {
  4. body
  5. {
  6. background-image : url(http://img156.imageshack.us/img156/995/ogamespaceshipwallpaper.jpg) !important;
  7. background-position : top !important;
  8. }
  9.  
  10. #research #planet {background: transparent url(http://img4.imageshack.us/img4/5557/forschung2.gif)!important; }
  11.  
  12. #defense #planet {background: transparent url(http://img222.imageshack.us/img222/2027/headerverteidigung.gif)!important; }
  13.  
  14. #fleet1 #planet {background: transparent url(http://img5.imageshack.us/img5/1717/flotted.gif)!important; }
  15.  
  16. #alliance #planet {background: transparent url(http://img69.imageshack.us/img69/3259/allyl.gif)!important; }
  17.  
  18. #resources #planet {background: transparent url(http://img215.imageshack.us/img215/3861/versorgung.gif)!important; }
  19.  
  20.  
  21.  
  22.  
  23.  
  24. #message #planet {background: transparent url(http://img69.imageshack.us/img69/3259/allyl.gif)!important; }
  25.  
  26.  
  27.  
  28.  
  29.  
  30. #metal_box > IMG{visibility:hidden !important;}
  31.  
  32. #info ul#resources li.metal {background:url(http://img264.imageshack.us/img264/2217/met.gif) no-repeat center !important; }
  33.  
  34.  
  35.  
  36. #crystal_box > IMG{visibility:hidden !important;}
  37.  
  38. #info ul#resources li.crystal {background:url(http://img109.imageshack.us/img109/204/kris.gif) no-repeat center !important;}
  39.  
  40.  
  41.  
  42. #deuterium_box > IMG{visibility:hidden !important;}
  43.  
  44. #info ul#resources li.deuterium {background:url(http://img691.imageshack.us/img691/4826/deut.gif) no-repeat center !important;}
  45.  
  46.  
  47.  
  48. #energy_box > IMG{visibility:hidden !important;}
  49.  
  50. #info ul#resources li.energy {background:url(http://img109.imageshack.us/img109/7372/ener.gif) no-repeat center !important;}
  51.  
  52.  
  53.  
  54. #darkmatter_box > A > IMG {visibility:hidden !important;}
  55.  
  56. #info ul#resources li.darkmatter {background:url(http://img248.imageshack.us/img248/1501/darkb.gif) no-repeat center !important;}
  57.  
  58.  
  59.  
  60. #resources > *.metal.tips3:first-child > IMG{visibility:hidden !important;}
  61.  
  62. #resources > LI.metal.tips3:first-child {background:url(http://img264.imageshack.us/img264/2217/met.gif) no-repeat center !important; }
  63.  
  64.  
  65.  
  66. #resources > LI.metal.tips3 + LI.metal.tips3 > IMG{visibility:hidden !important;}
  67.  
  68. #resources > LI.metal.tips3 + LI.metal.tips3 {background:url(http://img109.imageshack.us/img109/204/kris.gif) no-repeat center !important; }
  69.  
  70.  
  71.  
  72. #resources > LI.metal.tips3 + LI.metal.tips3 + LI.metal.tips3 > IMG{visibility:hidden !important;}
  73.  
  74. #resources > LI.metal.tips3 + LI.metal.tips3 + LI.metal.tips3 {background:url(http://img691.imageshack.us/img691/4826/deut.gif) no-repeat center !important; }
  75.  
  76.  
  77.  
  78. #info{
  79.  
  80.  
  81.  
  82. background-image:url(http://img682.imageshack.us/img682/6025/ogame.gif) !important;
  83.  
  84. background-repeat:no-repeat;
  85.  
  86. height:142px !important;
  87.  
  88. margin:0px
  89.  
  90. auto !important;
  91.  
  92. position:relative !important
  93.  
  94.  
  95.  
  96. }
  97.  
  98.  
  99.  
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement