Advertisement
str-wrs

All: Selene

Jul 2nd, 2015
5,662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.46 KB | None | 0 0
  1. <!--
  2.  
  3. ALL-IN-ONE PAGE: SELENE
  4. by acuite
  5.  
  6. - pages included: about, tags / links, blogroll
  7. - don't steal this pls
  8. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  9.  
  10. - @acuite for more themes
  11.  
  12. -->
  13.  
  14.  
  15.  
  16. <!DOCTYPE html>
  17. <html>
  18. <head>
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}" />
  22.  
  23. <script src="https://code.jquery.com/jquery-1.10.0.min.js"></script>
  24. <script>
  25. $(document).ready(function(){
  26. $(".one").click(function(){
  27. $(".1").toggle();
  28. $(".2,.3").hide();
  29. });
  30. $(".two").click(function(){
  31. $(".2").toggle();
  32. $(".1,.3").hide();
  33. });
  34. $(".three").click(function(){
  35. $(".3").toggle();
  36. $(".1,.2").hide();
  37. });
  38. });
  39. </script>
  40.  
  41. <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
  42. <style type="text/css">
  43.  
  44. /* Scroll */
  45.  
  46. ::-webkit-scrollbar {height:2px;width:2px;background:#fff;}
  47. ::-webkit-scrollbar-thumb {background:#eee;}
  48.  
  49. /* General */
  50.  
  51. body {
  52. margin:0px;
  53. color:#444;
  54. font-family:'Open Sans',Helvetica,Arial,sans-serif;
  55. font-size:9.5px;
  56. background:#f8f8f8;
  57. }
  58.  
  59. a {color:#888;text-decoration:none;}
  60. a:hover {color:#222;}
  61. a {
  62. transition: 0.5s ease;
  63. -o-transition: 0.5s ease;
  64. -moz-transition: 0.5s ease;
  65. -webkit-transition: 0.5s ease;
  66. }
  67.  
  68. /* Containers */
  69.  
  70. .c {position:fixed;bottom:30px;right:30px;}
  71.  
  72. .1, .2, .3 {display:none;}
  73. .hold {
  74. padding:25px;
  75. background:#fff;
  76. border:1px solid #f2f2f2;
  77. }
  78.  
  79. .hold,.image,.image img{border-radius:5px;}
  80. h3,.nav a,.icon,.icon img,.box img,::-webkit-scrollbar-thumb{border-radius:3px;}
  81.  
  82. #center {position:relative;width:540px;margin:150px auto 0px;}
  83.  
  84. /* Headers */
  85.  
  86. .nav,#header {text-align:right;padding:15px;font-size:0px;}
  87. .nav a.active{background:#222;color:#fff;border-color:#222;}
  88. .nav a,.icon{
  89. display:inline-block;
  90. padding:5px 7px;
  91. background:#fff;
  92. border:1px solid #f2f2f2;
  93. margin-left:15px;
  94. }
  95.  
  96. #header {padding:0px 15px;}
  97. .icon {width:30px;height:30px;padding:2px;}
  98. .icon img{width:100%;height:100%;}
  99.  
  100. /* About */
  101.  
  102. .image img{height:100%;}
  103. .image{float:left;height:175px;margin-right:20px;border:1px solid #f2f2f2;}
  104. .desc {
  105. padding-right:10px;
  106. line-height:170%;
  107. letter-spacing:0.2px;
  108. height:177px;
  109. overflow:auto;
  110. }
  111.  
  112. .qut {
  113. line-height:160%;
  114. margin-top:20px;
  115. padding:15px 15px 0px;
  116. border-top:1px solid #f2f2f2;
  117. color:#222;
  118. font-size:12px;
  119. font-style:italic;
  120. font-weight:300;
  121. letter-spacing:0.25px;
  122. }
  123.  
  124. /* Tags */
  125.  
  126. h3 {
  127. color:#222;
  128. margin:0px;
  129. padding:8px;
  130. font-weight:400;
  131. font-size:9.5px;
  132. background:#fafafa;
  133. letter-spacing:2px;
  134. text-transform:uppercase;
  135. border:1px solid #f2f2f2;
  136. }
  137.  
  138. .navi {padding-bottom:15px;font-size:0px;}
  139. .navi a {width:calc(25% - 15px);padding:7px;}
  140.  
  141. /* Blogroll */
  142.  
  143. .box {
  144. width:33.3%;
  145. height:21px;
  146. line-height:21px;
  147. padding:10px 0px;
  148. }
  149.  
  150. .box img{
  151. height:21px;
  152. margin-right:10px;
  153. border:1px solid #f2f2f2;
  154. }
  155.  
  156. /* Common Styling */
  157.  
  158. .navi a,.box {
  159. display:inline-block;
  160. font-size:9px;
  161. word-break:break-all;
  162. text-transform:lowercase;
  163. border-bottom:1px solid #f2f2f2;
  164. }
  165.  
  166. .nav a,.c a {
  167. color:#222;
  168. letter-spacing:1px;
  169. text-transform:uppercase;
  170. }
  171.  
  172. .nav a,.c a{font-size:8px;}
  173.  
  174. .desc,.navi,.box,.qut,body {
  175. font-smooth:always;
  176. -webkit-font-smoothing:antialiased;
  177. -moz-osx-font-smoothing: grayscale;
  178. }
  179.  
  180. .navigation,.blogroll{
  181. max-height:270px;
  182. overflow:auto;
  183. padding-right:10px;
  184. font-size:0px;
  185. }
  186.  
  187. </style>
  188. </head>
  189. <body>
  190. <div id="center">
  191.  
  192. <div id="header">
  193. <!-- Header Icon.
  194. Feel free to change {PortraitURL-128} to custom image url
  195. -->
  196. <div class="icon"><img src="{PortraitURL-128}"></div>
  197. </div>
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207. <!-- ABOUT STARTS HERE -->
  208.  
  209. <!-- Do not edit -->
  210. <div class="1">
  211. <div class="nav">
  212. <a class="active" href="#">biography</a>
  213. <a class="two" href="#">navigation</a>
  214. <a class="three" href="#">following</a>
  215. </div>
  216. <div class="hold">
  217. <!-- Do not edit -->
  218.  
  219.  
  220. <!-- Image -->
  221. <div class="image"><img src="http://i.imgur.com/5CYb5gX.jpg"/></div>
  222.  
  223.  
  224. <!-- Biography -->
  225. <div class="desc">
  226. This is where a description about you / your blog goes.
  227. </div>
  228.  
  229.  
  230. <!-- Quote -->
  231. <div class="qut">
  232. Quote goes here.
  233. </div>
  234.  
  235.  
  236. <!-- Do not edit --></div></div><!-- Do not edit -->
  237.  
  238. <!-- ABOUT ENDS HERE -->
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249. <!-- TAGS START -->
  250.  
  251. <!-- Do not edit -->
  252. <div class="2" style="display:none;">
  253. <div class="nav">
  254. <a class="one" href="#">biography</a>
  255. <a class="active" href="#">navigation</a>
  256. <a class="three" href="#">following</a>
  257. </div>
  258. <div class="hold">
  259. <div class="navigation">
  260. <!-- Do not edit -->
  261.  
  262.  
  263.  
  264.  
  265.  
  266. <!-- box 1 start -->
  267. <h3>links</h3>
  268.  
  269. <div class="navi">
  270. <a href="/url">link</a>
  271. <a href="/url">link</a>
  272. <a href="/url">link</a>
  273. <a href="/url">link</a>
  274. <a href="/url">link</a>
  275. <a href="/url">link</a>
  276. <a href="/url">link</a>
  277. <a href="/url">link</a>
  278. </div>
  279. <!-- box 1 end -->
  280.  
  281.  
  282.  
  283. <!-- box 2 start -->
  284. <h3>tags</h3>
  285.  
  286. <div class="navi">
  287. <a href="/tagged/tag-link">Tag</a>
  288. <a href="/tagged/tag-link">Tag</a>
  289. <a href="/tagged/tag-link">Tag</a>
  290. <a href="/tagged/tag-link">Tag</a>
  291. <a href="/tagged/tag-link">Tag</a>
  292. <a href="/tagged/tag-link">Tag</a>
  293. <a href="/tagged/tag-link">Tag</a>
  294. <a href="/tagged/tag-link">Tag</a>
  295. <a href="/tagged/tag-link">Tag</a>
  296. <a href="/tagged/tag-link">Tag</a>
  297. <a href="/tagged/tag-link">Tag</a>
  298. <a href="/tagged/tag-link">Tag</a>
  299. </div>
  300. <!-- box 2 end -->
  301.  
  302.  
  303.  
  304.  
  305.  
  306. <!-- Do not edit --></div></div></div><!-- Do not edit -->
  307.  
  308. <!-- TAGS END -->
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319. <!-- BLOGROLL START (do not edit) -->
  320.  
  321. <div class="3" style="display:none;">
  322. <div class="nav">
  323. <a class="one" href="#">biography</a>
  324. <a class="two" href="#">navigation</a>
  325. <a class="active" href="#">following</a>
  326. </div>
  327. <div class="hold"><div class="blogroll">{block:Following}{block:Followed}<a href="{FollowedURL}"><div class="box"><img src="{FollowedPortraitURL-40}" align="left"><div class="name">{FollowedName}</div></div></a>{/block:Followed}{/block:Following}</div></div></div>
  328.  
  329. <!-- BLOGROLL END -->
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340. </div>
  341. <div class="c"><a href="http://acuite.tumblr.com">acuite</a></div>
  342. </body>
  343. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement