Advertisement
Guest User

Untitled

a guest
May 30th, 2012
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.56 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("www.linux.org.ru") {
  4.  
  5. html body div#bd>ul:nth-child(3),
  6. html body div#bd>ul:nth-child(5)
  7. {
  8.  display : block !important;
  9.  width : 650px !important;
  10.  height : 300px !important;
  11.  padding : 0 !important;
  12. }
  13.  
  14. html body div#bd>ul:nth-child(5)
  15. {
  16.  height : 110px !important;
  17. }
  18.  
  19. html body div#bd>ul:nth-child(3)>li,
  20. html body div#bd>ul:nth-child(5)>li
  21. {
  22.  display : block !important;
  23.  cursor : pointer !important;
  24.  width : 100px !important;
  25.  height : 100px !important;
  26.  float : left !important;
  27.  list-style : none !important;
  28.  padding : 0 !important;
  29.  margin : 3px !important;
  30.  border-radius : 5px !important;
  31.  font-size : 0px !important;
  32.  background : -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(179,190,173,1) 100%);
  33.  border-bottom-width : 1px !important;
  34.  border-bottom-color : #ffffff !important;
  35.  border-bottom-style : solid !important;
  36. }
  37.  
  38. html body div#bd>ul:nth-child(3)>li:hover,
  39. html body div#bd>ul:nth-child(5)>li:hover
  40. {
  41.  background : -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(209,220,203,1) 100%);
  42. }
  43.  
  44. html body div#bd>ul:nth-child(3)>li a
  45. {
  46.  display : block !important;
  47.  text-align : center !important;
  48.  width : 100% !important;
  49.  height : 20px !important;
  50.  font-size : 9px !important;
  51.  padding-top : 80px !important;
  52.  text-decoration : none !important;
  53.  font-family: "Liberation Sans" !important;
  54.  color : #404040 !important;
  55.  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
  56. }
  57.  
  58. html body div#bd>ul:nth-child(5)>li a
  59. {
  60.  display : block !important;
  61.  text-align : center !important;
  62.  width : 90% !important;
  63.  height : 30px !important;
  64.  font-size : 9px !important;
  65.  padding-left : 8px !important;
  66.  padding-top : 70px !important;
  67.  text-decoration : none !important;
  68.  font-family: "Liberation Sans" !important;
  69.  color : #404040 !important;
  70.  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
  71. }
  72.  
  73. html body div#bd>ul:nth-child(3)>li:nth-child(9)
  74. {
  75.  width : 206px !important;
  76. }
  77.  
  78. html body div#bd>h1:nth-child(4)
  79. {
  80.  font-size : 0px !important;
  81. }
  82.  
  83. html body div#bd>ul:nth-child(3)>li:before,
  84. html body div#bd>ul:nth-child(5)>li:before
  85. {
  86.  display : block !important;
  87.  position : absolute !important;
  88.  margin-top : -5px !important;
  89.  color : #404040 !important;
  90.  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
  91. }
  92.  
  93. html body div#bd>ul:nth-child(3)>li:nth-child(1):before
  94. {
  95.  font-size : 70px !important;
  96.  margin-left : 14px !important;
  97.  content: "😰" !important;
  98. }
  99.  
  100.  
  101. html body div#bd>ul:nth-child(3)>li:nth-child(2):before
  102. {
  103.  font-size : 70px !important;
  104.  margin-left : 14px !important;
  105.  content: "😱" !important;
  106. }
  107.  
  108.  
  109. html body div#bd>ul:nth-child(3)>li:nth-child(3):before
  110. {
  111.  font-size : 70px !important;
  112.  margin-left : 21px !important;
  113.  content: "✌" !important;
  114. }
  115.  
  116.  
  117. html body div#bd>ul:nth-child(3)>li:nth-child(4):before
  118. {
  119.  font-size : 70px !important;
  120.  margin-left : 22px !important;
  121.  content: "⎆" !important;
  122. }
  123.  
  124.  
  125. html body div#bd>ul:nth-child(3)>li:nth-child(5):before
  126. {
  127.  font-size : 60px !important;
  128.  margin-left : 8px !important;
  129.  content: "⌨" !important;
  130. }
  131.  
  132.  
  133. html body div#bd>ul:nth-child(3)>li:nth-child(6):before
  134. {
  135.  font-size : 70px !important;
  136.  margin-left : 19px !important;
  137.  content: "✆" !important;
  138. }
  139.  
  140.  
  141. html body div#bd>ul:nth-child(3)>li:nth-child(7):before
  142. {
  143.  font-size : 70px !important;
  144.  margin-left : 19px !important;
  145.  content: "☔" !important;
  146. }
  147.  
  148.  
  149. html body div#bd>ul:nth-child(3)>li:nth-child(8):before
  150. {
  151.  font-size : 70px !important;
  152.  margin-left : 18px !important;
  153.  content: "⚒" !important;
  154. }
  155.  
  156.  
  157. html body div#bd>ul:nth-child(3)>li:nth-child(9):before
  158. {
  159.  font-size : 70px !important;
  160.  margin-left : 39px !important;
  161.  content: "☕☕" !important;
  162. }
  163.  
  164.  
  165. html body div#bd>ul:nth-child(3)>li:nth-child(10):before
  166. {
  167.  font-size : 65px !important;
  168.  margin-left : 35px !important;
  169.  content: "$" !important;
  170. }
  171.  
  172.  
  173. html body div#bd>ul:nth-child(3)>li:nth-child(11):before
  174. {
  175.  font-size : 70px !important;
  176.  margin-left : 14px !important;
  177.  content: "😄" !important;
  178. }
  179.  
  180.  
  181. html body div#bd>ul:nth-child(3)>li:nth-child(12):before
  182. {
  183.  font-size : 70px !important;
  184.  margin-left : 22px !important;
  185.  content: "✐" !important;
  186. }
  187.  
  188.  
  189. html body div#bd>ul:nth-child(3)>li:nth-child(13):before
  190. {
  191.  font-size : 70px !important;
  192.  margin-left : 21px !important;
  193.  content: "☣" !important;
  194. }
  195.  
  196.  
  197. html body div#bd>ul:nth-child(3)>li:nth-child(14):before
  198. {
  199.  font-size : 70px !important;
  200.  margin-left : 21px !important;
  201.  content: "⚙" !important;
  202. }
  203.  
  204.  
  205. html body div#bd>ul:nth-child(3)>li:nth-child(15):before
  206. {
  207.  font-size : 65px !important;
  208.  margin-left : 10px !important;
  209.  content: "☏" !important;
  210. }
  211.  
  212.  
  213. html body div#bd>ul:nth-child(3)>li:nth-child(16):before
  214. {
  215.  font-size : 60px !important;
  216.  margin-left : 22px !important;
  217.  content: "♫" !important;
  218. }
  219.  
  220.  
  221. html body div#bd>ul:nth-child(3)>li:nth-child(17):before
  222. {
  223.  font-size : 70px !important;
  224.  margin-left : 18px !important;
  225.  content: "⚛" !important;
  226. }
  227.  
  228. html body div#bd>ul:nth-child(5)>li:nth-child(2)
  229. {
  230.  width : 206px !important;
  231. }
  232.  
  233. html body div#bd>ul:nth-child(5)>li:nth-child(3)
  234. {
  235.  width : 206px !important;
  236. }
  237.  
  238. html body div#bd>ul:nth-child(5)>li:nth-child(1):before
  239. {
  240.  font-size : 60px !important;
  241.  margin-left : 20px !important;
  242.  content: "😝" !important;
  243. }
  244.  
  245. html body div#bd>ul:nth-child(5)>li:nth-child(2):before
  246. {
  247.  font-size : 60px !important;
  248.  margin-left : 52px !important;
  249.  content: "⎘⎗" !important;
  250. }
  251.  
  252. html body div#bd>ul:nth-child(5)>li:nth-child(3):before
  253. {
  254.  font-size : 60px !important;
  255.  margin-left : 45px !important;
  256.  content: "😨??" !important;
  257. }
  258.  
  259. html body div#bd>ul:nth-child(5)>li:nth-child(4):before
  260. {
  261.  font-size : 60px !important;
  262.  margin-left : 24px !important;
  263.  content: "⚖" !important;
  264. }
  265.  
  266. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement