Advertisement
kingdap

Tsubasa

Apr 14th, 2014
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.27 KB | None | 0 0
  1. <!------------------------------------------------------------
  2. Life Ruiners by megidolaon-for-everyone
  3.  
  4. Credits:
  5. Sidebar: https://www.flickr.com/photos/im_yuuki/
  6. Background: http://subtlepatterns.com/
  7. Icons: http://lovemydanger.livejournal.com/7962.html
  8.  
  9. Please keep the credits intact! You're free to make
  10. changes to the page, but only for personal use.
  11.  
  12. ------------------------------------------------------------->
  13.  
  14. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18. <head>
  19.  
  20. <title>{Title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}" />
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic' rel='stylesheet' type='text/css'>
  25.  
  26. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  27.  
  28. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:250, tip_fade_speed:350, attribute:"title"}); }); })(jQuery); </script>
  29.  
  30. <style type= "text/css">
  31.  
  32. ::-webkit-scrollbar-thumb:vertical {
  33. background-color:#bdbdbd;
  34. height: 30px;
  35. }
  36.  
  37. ::-webkit-scrollbar-thumb:horizontal {
  38. background-color:#bdbdbd;
  39. height: 3px;
  40. width: 30px;
  41. }
  42.  
  43. ::-webkit-scrollbar {
  44. background-color:#ebebeb;
  45. height: 3px;
  46. width: 3px;
  47. }
  48.  
  49. body {
  50. background-attachment: fixed;
  51. background-image: url('http://24.media.tumblr.com/tumblr_m33qwzyv7F1r6uwfxo12_r1_250.png'); /*background image*/
  52. background-color: #fff;
  53. font-family: Calibri;
  54. font-size: 11px;
  55. word-wrap: break-word;
  56. }
  57.  
  58. #s-m-t-tooltip {
  59. display: block;
  60. font-family: calibri;
  61. text-transform: UPPERCASE;
  62. background: #fff;
  63. font-size: 8px;
  64. line-height: 10px;
  65. letter-spacing: 1px;
  66. border: solid 1px #bbb;
  67. color:#777;
  68. max-width: 250px;
  69. word-wrap: break-word;
  70. padding:3px 5px;
  71. margin: 21px 1px 1px 15px;
  72. z-index: 999999;
  73. text-align:left;
  74. font-style:italic
  75. opacity: 1;
  76. }
  77.  
  78. a:link, a:active, a:visited {
  79. text-decoration:none;
  80. color: #8b8b8a;
  81. -webkit-transition: all 0.5s ease-in-out;
  82. -moz-transition: all 0.5s ease-in-out;
  83. -o-transition: all 0.5s ease-in-out;
  84. }
  85.  
  86. a:hover {
  87. color: #e0e0e0;
  88. }
  89.  
  90. b, strong, .strong, i, em, .em {
  91. color:#e0e0e0;
  92. }
  93.  
  94. /*SIDEBAR*/
  95. #sidebar1 {
  96. margin-top: -20px;
  97. width: 160px;
  98. height: 350px;
  99. position: fixed;
  100. margin-left: -175px;
  101. }
  102.  
  103. #sidebar1 img {
  104. width: 150px;
  105. height: 380px;
  106. border: 10px solid #f0f0f1;
  107. }
  108.  
  109. #sidebar2 {
  110. margin-top: -20px;
  111. width: 160px;
  112. height: 350px;
  113. position: fixed;
  114. margin-left: 515px;
  115. }
  116.  
  117. #sidebar2 img {
  118. width: 150px;
  119. height: 380px;
  120. border: 10px solid #f0f0f1;
  121. }
  122.  
  123. /*LINKS*/
  124. #linkscont1 {
  125. position: absolute;
  126. width: 120px;
  127. padding: 30px 25px;
  128. height: 340px;
  129. text-align: center;
  130. opacity: 0;
  131. -webkit-transition: all 0.7s ease-in-out;
  132. -moz-transition: all 0.7s ease-in-out;
  133. -o-transition: all 0.7s ease-in-out;
  134. }
  135.  
  136. #sidebar1:hover #linkscont1 {
  137. opacity: 0.9;
  138. }
  139.  
  140. .link {
  141. padding: 2px 10px;
  142. width: 100px;
  143. background-color: #fff;
  144. text-transform: UPPERCASE;
  145. font-family: calibri;
  146. font-size: 9px;
  147. letter-spacing: 2px;
  148. margin-bottom: 20px;
  149. -webkit-transition: all 0.7s ease-in-out;
  150. -moz-transition: all 0.7s ease-in-out;
  151. -o-transition: all 0.7s ease-in-out;
  152. }
  153.  
  154. .link a {
  155. color: #696969;
  156. -webkit-transition: all 0.7s ease-in-out;
  157. -moz-transition: all 0.7s ease-in-out;
  158. -o-transition: all 0.7s ease-in-out;
  159. }
  160.  
  161. .link a:hover {
  162. color: #c0c0c0;
  163. }
  164.  
  165. .link:hover {
  166. background-color: #fff;
  167. }
  168.  
  169. /*DESCRIPTION*/
  170. #description {
  171. position: absolute;
  172. width: 120px;
  173. margin-top: 20px;
  174. margin-left: 20px;
  175. padding: 10px 5px;
  176. text-align: center;
  177. max-height: 340px;
  178. overflow-y: auto;
  179. opacity: 0;
  180. color: #818180;
  181. background-color: #fff;
  182. -webkit-transition: all 0.7s ease-in-out;
  183. -moz-transition: all 0.7s ease-in-out;
  184. -o-transition: all 0.7s ease-in-out;
  185. }
  186.  
  187. #sidebar2:hover #description {
  188. opacity: 0.9;
  189. }
  190.  
  191. /*TITLE*/
  192. .title {
  193. width: 510px;
  194. margin-top: -70px;
  195. font-family: libre baskerville;
  196. position: fixed;
  197. font-size: 36px;
  198. font-style: italic;
  199. letter-spacing: 1px;
  200. text-align: center;
  201. color: #aaa;
  202. -webkit-transition: all 0.6s linear;
  203. -moz-transition: all 0.6s linear;
  204. -o-transition: all 0.6s linear;
  205. }
  206.  
  207. /*CONTENT*/
  208. #cont {
  209. margin-top: 120px;
  210. background-color: #f3f3f3;
  211. padding: 20px 0px 20px 0px;
  212. width: 510px;
  213. height: 360px;
  214. }
  215.  
  216. #content {
  217. color: #f3f3f3;
  218. text-align: left;
  219. z-index: 99;
  220. width: 452px;
  221. height: 350px;
  222. overflow-y: auto;
  223. right: 0px;
  224. background-color: #f3f3f3;
  225. padding: 5px 6px 5px 12px;
  226. }
  227.  
  228. .desc {
  229. display: inline-block;
  230. float: left;
  231. text-align: center;
  232. width: 90px;
  233. margin-top: 0px;
  234. margin-right: 5px;
  235. height: 90px;
  236. padding: 5px;
  237. font-size: 8px;
  238. letter-spacing: 1px;
  239. line-height: 10px;
  240. overflow-y: auto;
  241. color: #a2a5a1;
  242. background-color: #f8f8f8;
  243. word-wrap: break-word;
  244. font-family: trebuchet ms;
  245. opacity: 1;
  246. z-index: 9999;
  247. -webkit-transition: all 0.9s;
  248. -moz-transition: all 0.9s;
  249. -o-transition: all 0.9s ;
  250. }
  251.  
  252. .desc2 {
  253. word-wrap: break-word;
  254. margin-left: 5px;
  255. display: inline-block;
  256. float: right;
  257. text-align: center;
  258. width: 90px;
  259. margin-top: 0px;
  260. height: 90px;
  261. padding: 5px;
  262. font-size: 8px;
  263. letter-spacing: 1px;
  264. line-height: 10px;
  265. overflow-y: auto;
  266. color: #a2a5a1;
  267. background-color: #f8f8f8;
  268. font-family: trebuchet ms;
  269. opacity: 1;
  270. z-index: 9999;
  271. -webkit-transition: all 0.9s;
  272. -moz-transition: all 0.9s;
  273. -o-transition: all 0.9s ;
  274. }
  275.  
  276. .blog {
  277. overflow: auto;
  278. display: inline-block;
  279. padding: 5px;
  280. margin-bottom: 10px;
  281. margin-right: 11px;
  282. background-color: #d6dbdf;
  283. }
  284.  
  285. .blog img {
  286. width: 64px;
  287. height: 64px;
  288. }
  289. </style>
  290.  
  291. </head>
  292.  
  293. <body>
  294.  
  295. <center>
  296.  
  297. <div id="cont">
  298. <div class="title">following<!--add title--></div>
  299. <div id="sidebar1">
  300. <div id="linkscont1">
  301. <div class="link"><a href="/">home</a></div>
  302. <div class="link"><a href="/ask">inbox</a></div>
  303. <div class="link"><a href="/archive">archive</a></div>
  304. <div class="link"><a href="http://megidolaon-for-everyone.tumblr.com">credit</a></div>
  305.  
  306. <!--LINKS: add the url between the "" in the <a href=""> bracket. to change the name of the link, replace "Link #" with the title-->
  307.  
  308. <div class="link"><a href="">Link 1</a><!--link 1--></div>
  309. <div class="link"><a href="">Link 2</a><!--link 2--></div>
  310. <div class="link"><a href="">Link 3</a><!--link 3--></div>
  311. <div class="link"><a href="">Link 4</a><!--link 4--></div>
  312. <div class="link"><a href="">Link 5</a><!--link 5--></div>
  313. <div class="link"><a href="">Link 6</a><!--link 6--></div>
  314. </div>
  315. <img src="http://i.imgur.com/p2BrZIS.png"><!--add sidebar 1 image-->
  316. </div>
  317. <div id="sidebar2">
  318. <div id="description"><!--add description-->
  319.  
  320. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  321.  
  322. </div>
  323. <img src="http://i.imgur.com/4Smlt6d.png"><!--add sidebar 2 image-->
  324. </div>
  325.  
  326. <div id="content">
  327.  
  328. {block:Following}
  329. {block:Followed}
  330. <div class="blog">
  331. <a href="{FollowedURL}" title="{FollowedName}">
  332. <img src="{FollowedPortraitURL-64}"/>
  333. </a>
  334. </div>
  335. {/block:Followed}
  336. {/block:Following}
  337.  
  338. </div>
  339. </div>
  340.  
  341. </center>
  342.  
  343. </body>
  344.  
  345. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement