Advertisement
Guest User

Legenda IPB

a guest
Nov 21st, 2015
1,048
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. </br>
  2. <h4 class="statistics_head"> Legenda Gankers</h4>
  3. <center>
  4. <a href="http://gankers.ro/forum/index.php?app=members&section=view&module=list&filter=8">
  5. <div class="rnk founder">♔ Founders</div>
  6. </a>
  7. <a href="http://gankers.ro/forum/index.php?app=members&section=view&module=list&filter=4">
  8. <div class="rnk administrator"><i class="fa fa-buysellads"></i> Administrators</div>
  9. </a>
  10. <a href="http://gankers.ro/forum/index.php?app=members&section=view&module=list&filter=7">
  11. <div class="rnk moderator-gl"><i class="fa fa-slideshare"></i> Super Moderators</div>
  12. </a>
  13. <a href="http://gankers.ro/forum/index.php?app=members&section=view&module=list&filter=6">
  14. <div class="rnk moderator"><i class="fa fa-crosshairs"></i> Moderators</div>
  15. </a>
  16. <a href="http://gankers.ro/forum/index.php?app=members&section=view&module=list&filter=10">
  17. <div class="rnk gfx"><i class="fa fa-paint-brush"></i> GFX Designers</div>
  18. </a>
  19. <a href="http://gankers.ro/forum/index.php?app=members&section=view&module=list&filter=12">
  20. <div class="rnk manager"><i class="fa fa-server"></i> Managers</div>
  21. </a>
  22. <a href="http://gankers.ro/forum/index.php?app=members&section=view&module=list&filter=15">
  23. <div class="rnk clan"><i class="fa fa-bolt"></i> Clan Lider</div>
  24. </a>
  25. <a href="http://gankers.ro/forum/index.php?app=members&section=view&module=list&filter=11">
  26. <div class="rnk vip"><i class="fa fa-diamond"></i> Loyalty</div>
  27. </a>
  28. <a href="http://gankers.ro/forum/index.php?app=members&section=view&module=list&filter=13">
  29. <div class="rnk admin"><i class="fa fa-steam"></i> Mixer</div>
  30. </a>
  31. <a href="http://gankers.ro/forum/index.php?app=members&section=view&module=list&filter=14">
  32. <div class="rnk girl"><i class="fa fa-heart"></i> Girls</div>
  33. </a>
  34. <a href="http://gankers.ro/forum/index.php?app=members&section=view&module=list&filter=3">
  35. <div class="rnk membru"><i class="fa fa-user-plus"></i> Members</div>
  36. </a>
  37.  
  38. <div class="rnk ban"><font color="white" style="cursor:pointer;"><i class="fa fa-remove"></i> Banned</font></div>
  39.  
  40.  
  41.  
  42.  
  43.  
  44. </center>
  45.  
  46. <style>
  47. .rnk {
  48. margin-right: 5px;
  49. }
  50. .rnk {
  51. -moz-border-radius: 2px;
  52. -ms-border-radius: 2px;
  53. -o-border-radius: 2px;
  54. -webkit-border-radius: 2px;
  55. border-radius: 5px;
  56. color: #1A1A1A;
  57. display: inline-block;
  58. font-family: "Roboto Condensed",Tahoma,Helvetica;
  59. font-size: 11px;
  60. font-style: normal;
  61. font-variant: normal;
  62. font-weight: normal;
  63. margin-bottom: -5px;
  64. margin-top: -5px;
  65. padding: 1px 10px;
  66. text-decoration: none;
  67. text-shadow: 0 -1px rgba(0,0,0,0.45);
  68. text-transform: uppercase;
  69. }
  70. .rnk:hover {
  71. display: inline-block;
  72. font-size: 11px;
  73. font-style: normal;
  74. font-variant: normal;
  75. font-weight: normal;
  76. text-decoration: none;
  77. text-shadow: 0 -1px rgba(0,0,0,0.45);
  78. text-transform: uppercase;
  79. transition: all 0.6s;
  80. }
  81. .fa {
  82. display: inline-block;
  83. font: normal normal normal 14px/1 FontAwesome;
  84. font-size: inherit;
  85. text-rendering: auto;
  86. -webkit-font-smoothing: antialiased;
  87. -moz-osx-font-smoothing: grayscale;
  88. }
  89.  
  90. .founder {
  91. background-color: #00CED1;
  92. transition: all 0.6s;
  93. }
  94. .founder:hover {
  95. background-color: rgba(0, 206, 209, 0);
  96. color: #00CED1;
  97. transition: all 0.6s;
  98. }
  99. .administrator {
  100. background-color: #f71119;
  101. text-shadow: 1px 0px 13px #ff0000;
  102. transition: all 0.6s;
  103. }
  104. .administrator:hover {
  105. background-color: rgba(0, 206, 209, 0);
  106. color: #f71119;
  107. text-shadow: 1px 0px 13px #ff0000;
  108. transition: all 0.6s;
  109. }
  110. .moderator-gl {
  111. background-color: darkorange;
  112. transition: all 0.6s;
  113. }
  114. .moderator-gl:hover {
  115. background-color: rgba(0, 206, 209, 0);
  116. color: darkorange;
  117. transition: all 0.6s;
  118. }
  119. .moderator {
  120. background-color: #09C917;
  121. transition: all 0.6s;
  122. }
  123. .moderator:hover {
  124. background-color: rgba(0, 206, 209, 0);
  125. color: #09C917;
  126. transition: all 0.6s;
  127. }
  128. .gfx {
  129. background-color: #E60066;
  130. text-shadow: 1px 0px 10px #E60066;
  131. transition: all 0.6s;
  132. }
  133. .gfx:hover {
  134. background-color: rgba(0, 206, 209, 0);
  135. color: #E60066;
  136. text-shadow: 1px 0px 10px #E60066;
  137. transition: all 0.6s;
  138. }
  139. .manager {
  140. background-color: #3366FF;
  141. transition: all 0.6s;
  142. }
  143. .manager:hover {
  144. background-color: rgba(0, 206, 209, 0);
  145. color: #3366FF;
  146. transition: all 0.6s;
  147. }
  148. .clan {
  149. background-color: #008B8B;
  150. transition: all 0.6s;
  151. }
  152. .clan:hover {
  153. background-color: rgba(0, 206, 209, 0);
  154. color: #008B8B;
  155. transition: all 0.6s;
  156. }
  157. .vip {
  158. background-color: #CCFF00;
  159. background-image: url("http://i.epvpimg.com/xFWId.gif");
  160. transition: all 0.6s;
  161. }
  162. .vip:hover {
  163. background-color: rgba(0, 206, 209, 0);
  164. color: #CCFF00;
  165. background-image: url("http://i.epvpimg.com/xFWId.gif");
  166. transition: all 0.6s;
  167. }
  168. .admin {
  169. background-color: #5F9EA0;
  170. transition: all 0.6s;
  171. }
  172. .admin:hover {
  173. background-color: rgba(0, 206, 209, 0);
  174. color: #5F9EA0;
  175. transition: all 0.6s;
  176. }
  177. .girl {
  178. background-color: #ff66ff;
  179. background-image: url("http://s1.bild.me/bilder/120914/5200746bg1.gif");
  180. transition: all 0.6s;
  181. }
  182. .girl:hover {
  183. background-color: rgba(0, 206, 209, 0);
  184. color: #ff66ff;
  185. background-image: url("http://s1.bild.me/bilder/120914/5200746bg1.gif");
  186. transition: all 0.6s;
  187. }
  188. .membru {
  189. background-color: grey;
  190. transition: all 0.6s;
  191. }
  192. .membru:hover {
  193. background-color: rgba(0, 206, 209, 0);
  194. color: grey;
  195. transition: all 0.6s;
  196. }
  197. .ban {
  198. background-color: black;
  199. background-image: url("http://s58.radikal.ru/i162/1502/dd/737a3e683828.gif");
  200. transition: all 0.6s;
  201. }
  202. .ban:hover {
  203. background-color: rgba(0, 206, 209, 0);
  204. color: black;
  205. background-image: url("http://s58.radikal.ru/i162/1502/dd/737a3e683828.gif");
  206. transition: all 0.6s;
  207. }
  208. </style>
  209.  
  210. <ul>
  211.  
  212. </ul>
  213. </if>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement