Advertisement
MystiqueAquanian

Tides (Icons)

Nov 24th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. <!--
  2.  
  3. ICONS PAGE: TIDES
  4. by acuite
  5.  
  6. - don't steal this pls
  7. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  8.  
  9. - @acuite for more themes
  10.  
  11. -->
  12.  
  13. <!DOCTYPE html>
  14. <html>
  15. <head>
  16.  
  17. <title>Icons</title>
  18. <link rel="shortcut icon" href="{Favicon}" />
  19. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  20. <script type="text/javascript" src="http://static.tumblr.com/dwoqjdv/74togqq4n/icons.js"></script>
  21. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  22. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,900,900i" rel="stylesheet">
  23. <link href="http://static.tumblr.com/dwoqjdv/NOzogqsfm/tides.css" rel="stylesheet" type="text/css">
  24. <style type="text/css">
  25.  
  26. /* To change the amount of columns, edit the '6' of the containers */
  27. #center {width:calc(70px * 6 + 11px);}
  28. aside {margin-left:calc(70px * 6 + 11px);}
  29.  
  30. </style>
  31. </head>
  32.  
  33. <body>
  34. <div id="center">
  35.  
  36. <!-- Start Sidebar -->
  37. <aside>
  38. <h1>icons by {Name}</h1>
  39.  
  40. <nav>
  41. <!-- Filters
  42. > keep the first one
  43. > keep all the class="filters"
  44. > the rel="" is basically a tag, it must correlate with the box classes
  45. -->
  46. <a href="#" rel="box" class="filters">all icons</a>
  47. <a href="#" rel="tagname1" class="filters">tag name / category 1</a>
  48. <a href="#" rel="tagname2" class="filters">tag name 2</a>
  49. <a href="#" rel="tagname3" class="filters">tag name 3</a>
  50. <a href="#" rel="tagname4" class="filters">tag name 4</a>
  51.  
  52. <b class="line"></b>
  53.  
  54. <!-- Colour Filters -->
  55. <span class="colours">
  56. <a href="#" rel="bw" class="filters fbw">greyscale</a>
  57. <a href="#" rel="blue" class="filters fblu">blue</a>
  58. <a href="#" rel="pink" class="filters fpin">pink</a>
  59. <a href="#" rel="purple" class="filters fpur">purple</a>
  60. <a href="#" rel="green" class="filters fgrn">green</a>
  61. <a href="#" rel="yellow" class="filters fyel">yellow</a>
  62. <a href="#" rel="neutral" class="filters fneu">neutral</a>
  63. <a href="#" rel="white" class="filters fwht">white</a>
  64. <a href="#" rel="orange" class="filters fora">orange</a>
  65. <a href="#" rel="red" class="filters fred">red</a>
  66. <a href="#" rel="black" class="filters fblk">black</a>
  67. <a href="#" rel="multi" class="filters fmul">multi</a>
  68. </span>
  69. </nav>
  70. </aside>
  71. <!-- End Sidebar -->
  72.  
  73.  
  74.  
  75.  
  76.  
  77. <div id="content">
  78. <!-- Start Icons Hold
  79. > keep the box class!!
  80. > add your other "tags" as classes
  81. > you can have as many or as few as you like
  82. -->
  83. <div class="box tagname1"><img src="http://placehold.it/50x50"></div>

  84. <div class="box tagname1"><img src="http://placehold.it/50x50"></div>

  85. <div class="box tagname1 tagname2"><img src="http://placehold.it/50x50"></div>

  86. <div class="box tagname2"><img src="http://placehold.it/50x50"></div>

  87. <div class="box tagname3"><img src="http://placehold.it/50x50"></div>

  88. <div class="box tagname3"><img src="http://placehold.it/50x50"></div>

  89. <div class="box tagname3"><img src="http://placehold.it/50x50"></div>

  90. <div class="box tagname3 tagname4"><img src="http://placehold.it/50x50"></div>

  91. <div class="box tagname4"><img src="http://placehold.it/50x50"></div>

  92.  
  93. <!-- End Icons Hold. No editing below this line. -->
  94.  
  95.  
  96.  
  97.  
  98.  
  99. </div></div>
  100. <a class="c" href="http://acuite.tumblr.com">acuite</a>
  101. </body>
  102. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement