Advertisement
str-wrs

All: Helios

Nov 5th, 2015
8,720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. <!--
  2.  
  3. ALL-IN-ONE PAGE: HELIOS
  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>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}" />
  19. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:200,
  27. tip_fade_speed:300
  28. }
  29. );
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34. <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  35. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i" rel="stylesheet">
  36. <style type="text/css">
  37.  
  38. /* Scroll */
  39.  
  40. ::-webkit-scrollbar-thumb {background:#f2f2f2;}
  41. ::-webkit-scrollbar {width:2px;height:2px;background:#fff;}
  42.  
  43. /* General */
  44.  
  45. body {
  46. margin:0;
  47. font-family:'Open Sans',Helvetica,Arial,sans-serif;
  48. font-size:11px;
  49. background:#f8f8f8;
  50. font-smooth:antialiased;
  51. -webkit-font-smoothing:antialiased;
  52. -moz-osx-font-smoothing: grayscale;
  53. }
  54.  
  55. a,.br,.br img {
  56. text-decoration:none;
  57. transition: 0.5s ease;
  58. -o-transition: 0.5s ease;
  59. -moz-transition: 0.5s ease;
  60. -webkit-transition: 0.5s ease;
  61. }
  62.  
  63. /* Containers */
  64.  
  65. .c{position:fixed;right:30px;bottom:30px;font-size:10px;line-height:100%;}
  66. .center {position:relative;margin:70px auto;width:600px;}
  67. .box {margin:40px;padding:20px;}
  68. .links,.blogroll,.about{font-size:0px;}
  69.  
  70. /* Box Styling */
  71.  
  72. h2 .oi {margin-right:4px;font-size:15px;}
  73. h2{
  74. font-size:12px;
  75. line-height:100%;
  76. padding:20px;
  77. margin:-20px -20px 20px;
  78. font-weight:500;
  79. border-bottom:1px solid #f2f2f2;
  80. }
  81.  
  82. .about{
  83. font-size:12px;
  84. line-height:150%;
  85. text-align:left;
  86. padding-right:10px;
  87. }
  88.  
  89. .links a:hover{border-bottom:1px solid;}
  90. .links a{
  91. display:inline-block;
  92. font-size:12px;
  93. line-height:100%;
  94. padding:0 0 2px 0;
  95. margin:6px 15px 0 0;
  96. width:calc(25% - 15px);
  97. border-bottom:1px solid transparent;
  98. }
  99.  
  100. .br {display:inline-block;margin:0 4px 8px;height:31px;width:31px;}
  101. .br:hover img{
  102. border-radius:50%;
  103. -webkit-filter: saturate(1);
  104. filter: saturate(1);
  105. }
  106.  
  107. .br img{
  108. width:100%;
  109. border-radius:5%;
  110. -webkit-filter: saturate(0.5);
  111. filter: saturate(0.5);
  112. }
  113.  
  114. /* Header */
  115.  
  116. aside {position:fixed;width:120px;margin-left:-122px;overflow:hidden;}
  117. aside a .oi{margin-right:7px;font-size:12px;float:left;}
  118. aside a:first-of-type {border-top:0;}
  119. aside a{
  120. display:block;
  121. padding:12px;
  122. font-size:10px;
  123. line-height:100%;
  124. font-weight:400;
  125. text-transform:uppercase;
  126. letter-spacing:0.5px;
  127. border-top:1px solid #f2f2f2;
  128. }
  129.  
  130. .pic{width:100%;}
  131.  
  132. /* Common */
  133.  
  134. .about,.links,aside,#s-m-t-tooltip,a {color:#888;}
  135. h1,h2,a:hover {color:#222;}
  136. h1,h2,.c{text-transform:uppercase;letter-spacing:1px;}
  137. .box,aside,#s-m-t-tooltip {
  138. background:#fff;
  139. border-radius:7px;
  140. border:1px solid #f2f2f2;
  141. }
  142.  
  143. #s-m-t-tooltip{
  144. max-width:300px;
  145. margin:15px;
  146. z-index:9999;
  147. line-height:100%;
  148. padding:6px 7px;
  149. }
  150. </style>
  151. </head>
  152. <body>
  153.  
  154.  
  155. <div class="center">
  156.  
  157. <!-- Sidebar Start. No edit necessary. -->
  158. <aside>
  159. <!-- Image URL -->
  160. <img class="pic" src="http://via.placeholder.com/120x120"/>
  161.  
  162. <a href="/"><i class="oi oi-home"></i> return</a>
  163. <a href="/ask"><i class="oi oi-mail"></i> message</a>
  164. <a href="http://acuite.tumblr.com"><i class="oi oi-pencil"></i> credit</a>
  165. </aside>
  166. <!-- Sidebar End -->
  167.  
  168.  
  169. <div id="content">
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178. <!-- Biography Start -->
  179. <div class="box">
  180. <h2><i class="oi oi-user"></i> biography</h2>
  181.  
  182. <div class="about">
  183.  
  184. <!-- Biography Text -->
  185. This is where a description about you / your blog goes.

  186. </div>
  187. </div>
  188. <!-- Biography End -->
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199. <!-- Navigation Start -->
  200. <div class="box">
  201. <h2><i class="oi oi-menu"></i> navigation</h2>
  202. <div class="links">
  203. <a href="/url">link</a>
  204. <a href="/url">link</a>
  205. <a href="/url">link</a>
  206. <a href="/url">link</a>
  207. <a href="/url">link</a>
  208. <a href="/url">link</a>
  209. <a href="/url">link</a>
  210. <a href="/tagged/tag-link">tag</a>
  211. <a href="/tagged/tag-link">tag</a>
  212. <a href="/tagged/tag-link">tag</a>
  213. <a href="/tagged/tag-link">tag</a>
  214. <a href="/tagged/tag-link">tag</a>
  215. <a href="/tagged/tag-link">tag</a>
  216. <a href="/tagged/tag-link">tag</a>
  217. <a href="/tagged/tag-link">tag</a>
  218. </div>
  219. </div>
  220. <!-- Navigation End -->
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. <!-- Blogroll Start. Do not edit. -->
  232. <div class="box">
  233. <h2><i class="oi oi-heart"></i> following</h2>
  234. <div class="blogroll">{block:Following}{block:Followed}<div class="br"><a title="{FollowedName}" href="{FollowedURL}"><img src="{FollowedPortraitURL-40}"></a></div>{/block:Followed}{/block:Following}</div>
  235. </div>
  236. <!-- Blogroll End -->
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245. <!-- End. Do not edit below this line. -->
  246. </div>
  247. </div>
  248.  
  249. <div class="c"><a href="http://acuite.tumblr.com">acuite</a></div>
  250.  
  251. </body>
  252. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement