Advertisement
kingdap

Life Ruiners

Sep 17th, 2013
3,773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.68 KB | None | 0 0
  1. <!------------------------------------------------------------
  2. Life Ruiners by megidolaon-for-everyone
  3.  
  4. Credits:
  5. Sidebar 1: http://nosensivity.tumblr.com/post/50833647592
  6. Sidebar 2: http://kata-pilla.tumblr.com/post/53727531847
  7. Background: http://subtlepatterns.com/
  8. Icons: http://lovemydanger.livejournal.com/7962.html
  9.  
  10. Please keep the credits intact! You're free to make
  11. changes to the page, but only for personal use.
  12.  
  13. ------------------------------------------------------------->
  14.  
  15. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  16.  
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18.  
  19. <head>
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}" />
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic' rel='stylesheet' type='text/css'>
  26.  
  27. <style type= "text/css">
  28.  
  29. ::-webkit-scrollbar-thumb:vertical {
  30. background-color:#bdbdbd;
  31. height: 30px;
  32. }
  33.  
  34. ::-webkit-scrollbar-thumb:horizontal {
  35. background-color:#bdbdbd;
  36. height: 3px;
  37. width: 30px;
  38. }
  39.  
  40. ::-webkit-scrollbar {
  41. background-color:#ebebeb;
  42. height: 3px;
  43. width: 3px;
  44. }
  45.  
  46. body {
  47. background-attachment: fixed;
  48. background-image: url('http://31.media.tumblr.com/tumblr_m33qwzyv7F1r6uwfxo9_r3_250.png'); /*background image*/
  49. background-color: #fff;
  50. font-family: Calibri;
  51. font-size: 11px;
  52. word-wrap: break-word;
  53. }
  54.  
  55. a:link, a:active, a:visited {
  56. text-decoration:none;
  57. color: #8b8b8a;
  58. -webkit-transition: all 0.5s ease-in-out;
  59. -moz-transition: all 0.5s ease-in-out;
  60. -o-transition: all 0.5s ease-in-out;
  61. }
  62.  
  63. a:hover {
  64. color: #e0e0e0;
  65. }
  66.  
  67. b, strong, .strong, i, em, .em {
  68. color:#e0e0e0;
  69. }
  70.  
  71. /*SIDEBAR*/
  72. #sidebar1 {
  73. margin-top: -20px;
  74. width: 160px;
  75. height: 350px;
  76. position: fixed;
  77. margin-left: -175px;
  78. }
  79.  
  80. #sidebar1 img {
  81. width: 150px;
  82. height: 380px;
  83. border: 10px solid #f0f0f1;
  84. }
  85.  
  86. #sidebar2 {
  87. margin-top: -20px;
  88. width: 160px;
  89. height: 350px;
  90. position: fixed;
  91. margin-left: 515px;
  92. }
  93.  
  94. #sidebar2 img {
  95. width: 150px;
  96. height: 380px;
  97. border: 10px solid #f0f0f1;
  98. }
  99.  
  100. /*LINKS*/
  101. #linkscont1 {
  102. position: absolute;
  103. width: 120px;
  104. padding: 30px 25px;
  105. height: 340px;
  106. text-align: center;
  107. opacity: 0;
  108. -webkit-transition: all 0.7s ease-in-out;
  109. -moz-transition: all 0.7s ease-in-out;
  110. -o-transition: all 0.7s ease-in-out;
  111. }
  112.  
  113. #sidebar1:hover #linkscont1 {
  114. opacity: 0.9;
  115. }
  116.  
  117. .link {
  118. padding: 2px 10px;
  119. width: 100px;
  120. background-color: #f1f1f1;
  121. text-transform: UPPERCASE;
  122. font-family: calibri;
  123. font-size: 9px;
  124. letter-spacing: 2px;
  125. margin-bottom: 20px;
  126. -webkit-transition: all 0.7s ease-in-out;
  127. -moz-transition: all 0.7s ease-in-out;
  128. -o-transition: all 0.7s ease-in-out;
  129. }
  130.  
  131. .link a {
  132. color: #696969;
  133. -webkit-transition: all 0.7s ease-in-out;
  134. -moz-transition: all 0.7s ease-in-out;
  135. -o-transition: all 0.7s ease-in-out;
  136. }
  137.  
  138. .link a:hover {
  139. color: #c0c0c0;
  140. }
  141.  
  142. .link:hover {
  143. background-color: #fff;
  144. }
  145.  
  146. /*DESCRIPTION*/
  147. #description {
  148. position: absolute;
  149. width: 120px;
  150. margin-top: 20px;
  151. margin-left: 20px;
  152. padding: 10px 5px;
  153. text-align: center;
  154. max-height: 340px;
  155. overflow-y: auto;
  156. opacity: 0;
  157. color: #818180;
  158. background-color: #fff;
  159. -webkit-transition: all 0.7s ease-in-out;
  160. -moz-transition: all 0.7s ease-in-out;
  161. -o-transition: all 0.7s ease-in-out;
  162. }
  163.  
  164. #sidebar2:hover #description {
  165. opacity: 0.9;
  166. }
  167.  
  168. /*TITLE*/
  169. .title {
  170. width: 510px;
  171. margin-top: -70px;
  172. font-family: libre baskerville;
  173. position: fixed;
  174. font-size: 36px;
  175. font-style: italic;
  176. letter-spacing: 1px;
  177. text-align: center;
  178. color: #a7acbb;
  179. -webkit-transition: all 0.6s linear;
  180. -moz-transition: all 0.6s linear;
  181. -o-transition: all 0.6s linear;
  182. }
  183.  
  184. /*CONTENT*/
  185. #cont {
  186. margin-top: 120px;
  187. background-color: #f3f3f3;
  188. padding: 20px 0px 20px 0px;
  189. width: 510px;
  190. height: 360px;
  191. }
  192.  
  193. #content {
  194. color: #ccc;
  195. text-align: left;
  196. z-index: 99;
  197. width: 456px;
  198. height: 350px;
  199. overflow-y: auto;
  200. right: 0px;
  201. background-color: #f3f3f3;
  202. padding: 5px 6px 5px 12px;
  203. }
  204.  
  205. .pic {
  206. overflow: auto;
  207. background-color: #d6dbdf;
  208. display: inline-block;
  209. padding: 5px;
  210. margin-bottom: 10px;
  211. margin-right: 10px;
  212. }
  213.  
  214. .pici img {
  215. width: 100px;
  216. height: 100px;
  217. }
  218.  
  219. .desc {
  220. display: inline-block;
  221. float: left;
  222. text-align: center;
  223. width: 90px;
  224. margin-top: 0px;
  225. margin-right: 5px;
  226. height: 90px;
  227. padding: 5px;
  228. font-size: 8px;
  229. letter-spacing: 1px;
  230. line-height: 10px;
  231. overflow-y: auto;
  232. color: #a2a5a1;
  233. background-color: #f8f8f8;
  234. word-wrap: break-word;
  235. font-family: trebuchet ms;
  236. opacity: 1;
  237. z-index: 9999;
  238. -webkit-transition: all 0.9s;
  239. -moz-transition: all 0.9s;
  240. -o-transition: all 0.9s ;
  241. }
  242.  
  243. .desc2 {
  244. word-wrap: break-word;
  245. margin-left: 5px;
  246. display: inline-block;
  247. float: right;
  248. text-align: center;
  249. width: 90px;
  250. margin-top: 0px;
  251. height: 90px;
  252. padding: 5px;
  253. font-size: 8px;
  254. letter-spacing: 1px;
  255. line-height: 10px;
  256. overflow-y: auto;
  257. color: #a2a5a1;
  258. background-color: #f8f8f8;
  259. font-family: trebuchet ms;
  260. opacity: 1;
  261. z-index: 9999;
  262. -webkit-transition: all 0.9s;
  263. -moz-transition: all 0.9s;
  264. -o-transition: all 0.9s ;
  265. }
  266.  
  267. .pic:hover .text {
  268. opacity: 1;
  269. }
  270.  
  271. .text {
  272. margin-top: -53px;
  273. font-size: 9px;
  274. text-align: center;
  275. opacity: 0;
  276. -webkit-transition: all 0.9s;
  277. -moz-transition: all 0.9s;
  278. -o-transition: all 0.9s ;
  279. }
  280.  
  281. .member {
  282. margin-top: 30px;
  283. font-family: libre baskerville;
  284. font-size: 12px;
  285. padding-bottom: 3px;
  286. color: #6f6f6f;
  287. border-bottom: 1px solid #adadab;
  288. font-style: italic;
  289. opacity: 1;
  290. -webkit-transition: all 0.7s;
  291. -moz-transition: all 0.7s;
  292. -o-transition: all 0.7s ;
  293. }
  294.  
  295. .pic:hover .member {
  296. opacity: 0;
  297. }
  298.  
  299. .pic:hover .group {
  300. opacity: 0;
  301. }
  302.  
  303. .group {
  304. margin-top: 3px;
  305. font-family: trebuchet ms;
  306. font-size: 10px;
  307. opacity: 1;
  308. color: #bbbbb9;
  309. -webkit-transition: all 0.7s;
  310. -moz-transition: all 0.7s;
  311. -o-transition: all 0.7s ;
  312. }
  313.  
  314. </style>
  315.  
  316. </head>
  317.  
  318. <body>
  319.  
  320. <center>
  321.  
  322. <div id="cont">
  323. <div class="title">life ruiners<!--add title--></div>
  324. <div id="sidebar1">
  325. <div id="linkscont1">
  326. <div class="link"><a href="/">home</a></div>
  327. <div class="link"><a href="/ask">inbox</a></div>
  328. <div class="link"><a href="/archive">archive</a></div>
  329. <div class="link"><a href="http://mfe-themes.tumblr.com/">credit</a></div>
  330.  
  331. <!--LINKS: add the url between the "" in the <a href=""> bracket. to change the name of the link, replace "Link #" with the title-->
  332.  
  333. <div class="link"><a href="">Link 1</a><!--link 1--></div>
  334. <div class="link"><a href="">Link 2</a><!--link 2--></div>
  335. <div class="link"><a href="">Link 3</a><!--link 3--></div>
  336. <div class="link"><a href="">Link 4</a><!--link 4--></div>
  337. <div class="link"><a href="">Link 5</a><!--link 5--></div>
  338. <div class="link"><a href="">Link 6</a><!--link 6--></div>
  339. </div>
  340. <img src="http://i.imgur.com/ZC4eIKg.png"><!--add sidebar 1 image-->
  341. </div>
  342. <div id="sidebar2">
  343. <div id="description"><!--add description-->
  344.  
  345. 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.
  346.  
  347. </div>
  348. <img src="http://i.imgur.com/RfUjR8C.jpg"><!--add sidebar 2 image-->
  349. </div>
  350.  
  351. <div id="content">
  352.  
  353.  
  354. <!--MEMBER 1 START-->
  355. <div class="pic">
  356. <div class= "pici">
  357. <img src="https://38.media.tumblr.com/fd67ccba7ea8519f26d144eaaf475e73/tumblr_nbtgehIwCY1tg9ko6o6_250.png"><!--add image here--><div class="desc">
  358. <div class="member">bora<!--add member here--></div>
  359. <div class="group">group<!--add group here--></div>
  360. <div class="text">
  361. <!--add description here! try not to make it too long-->
  362.  
  363. description here. <a href="http://obliviatedits.tumblr.com/">icon credit</a>
  364.  
  365. </div></div></div></div>
  366. <!--MEMBER 1 END-->
  367.  
  368. <!--MEMBER 2 START-->
  369. <div class="pic">
  370. <div class= "pici">
  371. <img src="http://i423.photobucket.com/albums/pp317/natmaxvolume/Icons/BAP/Zelo%20120520%20tumblr/TVhandsuptomask.png"><!--add image here--><div class="desc2">
  372. <div class="member">zelo<!--add member here--></div>
  373. <div class="group">group<!--add group here--></div>
  374. <div class="text">
  375. <!--add description here! try not to make it too long-->
  376.  
  377. <a href="http://surrendertomilk.livejournal.com/31498.html">icon credit</a>
  378.  
  379. </div></div></div></div>
  380. <!--MEMBER 2 END-->
  381.  
  382. <!--MEMBER 3 START-->
  383. <div class="pic">
  384. <div class= "pici">
  385. <img src="http://ic.pics.livejournal.com/mirhyun/51520809/2553/original.jpg"><!--add image here--><div class="desc">
  386. <div class="member">member<!--add member here--></div>
  387. <div class="group">group<!--add group here--></div>
  388. <div class="text">
  389. <!--add description here! try not to make it too long-->
  390.  
  391. <a href="http://mirhyun.livejournal.com/632.html">icon credit</a>
  392.  
  393. </div></div></div></div>
  394. <!--MEMBER 3 END-->
  395.  
  396. <!--MEMBER 4 START-->
  397. <div class="pic">
  398. <div class= "pici">
  399. <img src="https://38.media.tumblr.com/35f60f450999e21ff66e8af3e2bbcfc0/tumblr_nbws3fCG001tyyfnoo1_250.png"><!--add image here--><div class="desc2">
  400. <div class="member">member<!--add member here--></div>
  401. <div class="group">group<!--add group here--></div>
  402. <div class="text">
  403. <!--add description here! try not to make it too long-->
  404.  
  405. <a href="http://iconforu.tumblr.com/">icon credit</a>
  406.  
  407. </div></div></div></div>
  408. <!--MEMBER 4 END-->
  409.  
  410. <!--MEMBER 5 START-->
  411. <div class="pic">
  412. <div class= "pici">
  413. <img src="http://i422.photobucket.com/albums/pp304/PJopE-chan/Icons%20y%20Avas/Narsha.png"><!--add image here--><div class="desc">
  414. <div class="member">member<!--add member here--></div>
  415. <div class="group">group<!--add group here--></div>
  416. <div class="text">
  417. <!--add description here! try not to make it too long-->
  418.  
  419. <a href="http://begirls.livejournal.com/146282.html">icon credit</a>
  420.  
  421. </div></div></div></div>
  422. <!--MEMBER 5 END-->
  423.  
  424. <!--MEMBER 6 START-->
  425. <div class="pic">
  426. <div class= "pici">
  427. <img src="https://31.media.tumblr.com/98abf2e735ec08859350432cbf8a5a0a/tumblr_inline_n0qyphp25n1rcn02m.png"><!--add image here--><div class="desc2">
  428. <div class="member">member<!--add member here--></div>
  429. <div class="group">group<!--add group here--></div>
  430. <div class="text">
  431. <!--add description here! try not to make it too long-->
  432.  
  433. <a href="http://lovelycons.tumblr.com/">icon credit</a>
  434.  
  435. </div></div></div></div>
  436. <!--MEMBER 6 END-->
  437.  
  438. <!--To add more rows, copy the code between "MEMBER # START" AND "MEMBER # END" and paste it right after "MEMBER # END" Keep in mind, the codes alternate-->
  439.  
  440. </div>
  441. </div>
  442.  
  443. </center>
  444.  
  445. </body>
  446.  
  447. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement