Advertisement
str-wrs

Tags: Angels

Apr 7th, 2015
9,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. <!--
  2.  
  3. TAG PAGE: ANGELS
  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>Navigation</title>
  18. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19. <link rel="shortcut icon" href="{Favicon}" />
  20.  
  21. <link href='//fonts.googleapis.com/css?family=Karla:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  22. <style type="text/css">
  23.  
  24. /* Scroll */
  25.  
  26. ::-webkit-scrollbar {width:11px;height:11px;background:#eee;}
  27. ::-webkit-scrollbar-thumb {background:#bbb;}
  28. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {border:5px solid #f8f8f8;}
  29.  
  30. /* Controls */
  31.  
  32. #tumblr_controls,.tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{-webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:0.5;}
  33.  
  34. /* General */
  35.  
  36. body {
  37. margin:0;
  38. font-family:'Karla',Arial,Helvetica,sans-serif;
  39. background:#f8f8f8;
  40. color:#555;
  41. }
  42.  
  43. a:hover {color:#333;}
  44. a {
  45. color:#999;
  46. text-decoration:none;
  47. transition: 0.5s ease;
  48. -o-transition: 0.5s ease;
  49. -moz-transition: 0.5s ease;
  50. -webkit-transition: 0.5s ease;
  51. }
  52.  
  53. /* Containers */
  54.  
  55. .c {position:fixed;right:30px;bottom:30px;font-size:9px;}
  56. .center {width:562px;margin:50px auto;text-align:center;font-size:0;}
  57.  
  58. /* Boxes */
  59.  
  60. h2 {margin:0;padding:0 0 10px;font-size:10px;line-height:100%;}
  61. .box a:hover {padding-left:10px;}
  62. .box a:last-of-type {margin-bottom:0;}
  63. .box a{
  64. display:block;
  65. font-size:9px;
  66. line-height:100%;
  67. margin:10px 0;
  68. text-align:left;
  69. }
  70.  
  71. .box {
  72. border-radius:4px;
  73. width:125px;
  74. padding:15px;
  75. margin:15px;
  76. background:#fff;
  77. border:1px solid #eee;
  78. }
  79.  
  80. .box img {
  81. width:100%;
  82. max-height:125px;
  83. padding:5px 0;
  84. border:solid #eee;
  85. border-width:1px 0;
  86. }
  87.  
  88. /* Header */
  89.  
  90. header {margin:50px;}
  91. header h1{margin:10px;letter-spacing:2px;font-size:12px;}
  92. nav a {margin:0 6px;font-size:8px;}
  93.  
  94. /* Common */
  95.  
  96. h1,h2,nav a,.c {letter-spacing:1px;text-transform:uppercase;}
  97.  
  98. </style>
  99. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  100. <script type="text/javascript">
  101. $(window).load(function () {
  102. $('#content').masonry({
  103. itemSelector : ".box",
  104. },
  105. function() { $('#content').masonry({ appendedContent: $(this) }); }
  106. );
  107. });
  108. </script>
  109. </head>
  110. <body>
  111.  
  112. <div class="center">
  113.  
  114. <header>
  115. <h1>navigation</h1>
  116. <nav>
  117. <a href="/">index</a>
  118. <a href="/ask">enquire</a>
  119. <a href="http://acuite.tumblr.com">credit</a>
  120. </nav>
  121. </header>
  122.  
  123. <div id="content">
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134. <!-- Example -->
  135. <div class="box">
  136. <h2>category name</h2><!-- title -->
  137. <img src="http://placehold.it/125x125"/><!-- image -->
  138.  
  139. <a href="/tagged/tag-link">tag name</a>
  140. <a href="/tagged/tag-link">tag name</a>
  141. <a href="/tagged/tag-link">tag name</a>
  142. <a href="/tagged/tag-link">tag name</a>
  143. <a href="/tagged/tag-link">tag name</a>
  144. </div>
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155. </div>
  156. </div>
  157.  
  158. <a class="c" href="http://acuite.tumblr.com">acuite</a>
  159.  
  160. </body>
  161. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement