Advertisement
str-wrs

Icons: Coexist V2

Feb 4th, 2016
3,107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. <!--
  2.  
  3. ICONS PAGE: COEXIST
  4. V2: header
  5. by acuite
  6.  
  7. - don't steal this pls
  8. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  9.  
  10. - @acuite for more themes
  11.  
  12. -->
  13.  
  14. <!DOCTYPE html>
  15. <html>
  16. <head>
  17.  
  18. <title>Icons</title>
  19. <link rel="shortcut icon" href="{Favicon}" />
  20. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  21. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  22. <script src="http://static.tumblr.com/dwoqjdv/jcsogqobt/coexist.js"></script>
  23. <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
  24. <link href="https://fonts.googleapis.com/css?family=Palanquin" rel="stylesheet">
  25. <link href="http://static.tumblr.com/dwoqjdv/Tz4ogqnmn/coexist2.css" rel="stylesheet" type="text/css">
  26. </head>
  27. <body>
  28.  
  29. <div class="center">
  30.  
  31. <!-- Start Header -->
  32. <header>
  33. <span class="main_top">
  34. <h1>Icons by {Name}</h1>
  35. <img class="image" src="{PortraitURL-128}">
  36. <div class="tc">
  37. <a href="/" title="Home"><i class="fa fa-home"></i></a>
  38. <a href="/ask" title="Message"><i class="fa fa-envelope-o"></i></a>
  39. <a href="http://tumblr.com" title="Dashboard"><i class="fa fa-th"></i></a>
  40. </div>
  41. </span>
  42.  
  43. <!-- Start Categories. These must match the classes in ur actual icons! -->
  44. <nav class="categories">
  45. <a href="#" rel="box" class="filters">all icons</a><!--Do not remove-->
  46. <a href="#" rel="tagname1" class="filters">tag name / category 1</a>
  47. <a href="#" rel="tagname2" class="filters">tag name 2</a>
  48. <a href="#" rel="tagname3" class="filters">tag name 3</a>
  49. <a href="#" rel="tagname4" class="filters">tag name 4</a>
  50.  
  51. <!-- Start Colours. Again, add the relevant colour as an icon class! -->
  52. <span class="colours">
  53. <a href="#" rel="pink" class="s_pink filters">pink</a>
  54. <a href="#" rel="purple" class="s_purple filters">purple</a>
  55. <a href="#" rel="yellow" class="s_yellow filters">yellow</a>
  56. <a href="#" rel="blue" class="s_blue filters">blue</a>
  57. <a href="#" rel="green" class="s_green filters">green</a>
  58. <a href="#" rel="orange" class="s_orange filters">orange</a>
  59. <a href="#" rel="multi" class="s_multi filters">multi</a>
  60. <a href="#" rel="bw" class="s_bw filters">greyscale</a>
  61. <a href="#" rel="neutral" class="s_neutral filters">neutral</a>
  62. <a href="#" rel="white" class="s_white filters">white</a>
  63. </span>
  64. </nav>
  65. </header>
  66. <!-- End Header -->
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. <div id="content">
  78. <!-- Start Icons Hold -->
  79.  
  80. <!-- Icon Instructions
  81.  
  82. all icons must have 'box' class!
  83. use your tags / filters from the header with a single space between each
  84. you can include as many tags as you like
  85. -->
  86.  
  87. <span class="box tagname1"><img src="http://placehold.it/50x50"></span>
  88. <span class="box tagname1"><img src="http://placehold.it/50x50"></span>
  89. <span class="box tagname1 tagname2"><img src="http://placehold.it/50x50"></span>
  90. <span class="box tagname2"><img src="http://placehold.it/50x50"></span>
  91. <span class="box tagname3"><img src="http://placehold.it/50x50"></span>
  92. <span class="box tagname3"><img src="http://placehold.it/50x50"></span>
  93. <span class="box tagname3"><img src="http://placehold.it/50x50"></span>
  94. <span class="box tagname3 tagname4"><img src="http://placehold.it/50x50"></span>
  95. <span class="box tagname4"><img src="http://placehold.it/50x50"></span>
  96.  
  97. <!-- End Icons Hold. Do not edit below this line. -->
  98.  
  99.  
  100.  
  101.  
  102.  
  103. </div></div>
  104. <a class="c" href="http://acuite.tumblr.com">acuite</a>
  105. </body>
  106. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement