Advertisement
str-wrs

Tags: Reconsider

Dec 19th, 2014
6,150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. <!--
  2.  
  3. TAG PAGE: RECONSIDER
  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=Lato: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:#ccc;}
  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. color:#555;
  39. background:#f8f8f8;
  40. font-family:'Lato','Trebuchet MS',Arial,Helvetica,sans-serif;
  41. }
  42.  
  43. a {
  44. color:#999;
  45. text-decoration:none;
  46. transition: 0.5s ease;
  47. -o-transition: 0.5s ease;
  48. -moz-transition: 0.5s ease;
  49. -webkit-transition: 0.5s ease;
  50. }
  51.  
  52. /* Containers */
  53.  
  54. .c {
  55. position:fixed;
  56. right:30px;
  57. bottom:30px;
  58. font-size:9px;
  59. letter-spacing:1px;
  60. text-transform:uppercase;
  61. }
  62.  
  63. .center {position:relative;left:220px;top:20px;width:576px;font-size:0;}
  64. .box img{width:100%;border-bottom:1px solid #eee;}
  65. .box {width:150px;margin:20px;background:#fff;border:1px solid #eee;}
  66.  
  67. /* Titles & Tags */
  68.  
  69. h2{
  70. background:#f8f8f8;
  71. font-size:10px;
  72. line-height:100%;
  73. padding-bottom:7px;
  74. text-align:right;
  75. font-style:italic;
  76. letter-spacing:1px;
  77. margin:-1px -1px 0px;
  78. text-transform:uppercase;
  79. border-bottom:1px solid #eee;
  80. }
  81.  
  82. .box nav {padding:10px 15px;}
  83. .box nav a:first-of-type{border:0;}
  84. .box nav a:hover{color:#aaa;padding-left:10px;}
  85. .box nav a{
  86. display:block;
  87. font-size:9px;
  88. letter-spacing:0.25px;
  89. line-height:100%;
  90. padding:5px 0 6px;
  91. font-style:italic;
  92. text-transform:lowercase;
  93. border-top:1px solid #eee;
  94. }
  95.  
  96. /* Sidebar */
  97.  
  98. h1 {font-size:12px;margin:0;letter-spacing:1px;}
  99. aside nav a, h1{display:block;padding:10px 0;}
  100. aside nav a{border-top:1px solid #eee;font-size:8px;letter-spacing:1px;}
  101. aside nav a:hover {padding:15px 0;}
  102. aside {
  103. position:fixed;
  104. left:0;
  105. top:0;
  106. font-size:0;
  107. height:100%;
  108. width:100px;
  109. background:#fff;
  110. padding:50px;
  111. text-align:center;
  112. text-transform:uppercase;
  113. border-right:1px solid #eee;
  114. }
  115.  
  116. </style>
  117. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  118. <script type="text/javascript">
  119. $(window).load(function () {
  120. $('#content').masonry({
  121. itemSelector : ".box",
  122. },
  123. function() { $('#content').masonry({ appendedContent: $(this) }); }
  124. );
  125. });
  126. </script>
  127. </head>
  128. <body>
  129. <div class="center">
  130. <aside>
  131. <h1>navigation</h1>
  132. <nav>
  133. <a href="/">index</a>
  134. <a href="/ask">message</a>
  135. <a href="http://acuite.tumblr.com">credit</a>
  136. </nav>
  137. </aside>
  138.  
  139. <div id="content">
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150. <!-- Example -->
  151. <div class="box">
  152. <h2>category name</h2><!-- Title -->
  153. <img src="http://placehold.it/150x150"/><!-- Image URL -->
  154.  
  155. <nav>
  156. <a href="/tagged/tag-link">tag name</a>
  157. <a href="/tagged/tag-link">tag name</a>
  158. <a href="/tagged/tag-link">tag name</a>
  159. <a href="/tagged/tag-link">tag name</a>
  160. </nav>
  161. </div>
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172. </div>
  173. </div>
  174.  
  175. <a class="c" href="http://acuite.tumblr.com">acuite</a>
  176.  
  177. </body>
  178. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement