Advertisement
lennonthemes

you give love a bad name

May 28th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 KB | None | 0 0
  1. <!---you give love a bad name by lmb themes (bonivur) leave all credit-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:background" content="#FFFFFF">
  12. <meta name="color:link" content="#cccccc">
  13. <meta name="color:link hover" content="#000000">
  14. <meta name="color:text" content="#838282">
  15. <meta name="color:scrollbar" content="#000000">
  16. <meta name="color:border" content="#000000">
  17.  
  18. <meta name="image:sidebar" content=""/>
  19.  
  20. <meta name="text:Link1" content="">
  21. <meta name="text:Link1 url" content="/">
  22. <meta name="text:Link2" content="">
  23. <meta name="text:Link2 url" content="/">
  24.  
  25.  
  26.  
  27. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  28. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29. <link rel="shortcut icon" href="{Favicon}" />
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  31.  
  32. <style type="text/css">
  33. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  34.  
  35. a {
  36. color:{color:link};
  37. text-decoration:none;
  38. -moz-transition-duration:0.5s;
  39. -webkit-transition-duration:0.5s;
  40. -o-transition-duration:0.5s;
  41. }
  42.  
  43. a:hover {
  44. color:{color:link hover};
  45. text-decoration:none;
  46. -moz-transition-duration:0.5s;
  47. -webkit-transition-duration:0.5s;
  48. -o-transition-duration:0.5s;
  49. }
  50.  
  51.  
  52. ::-webkit-scrollbar {background-color:#fcfcfc; height:8px; width:3px}
  53. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  54. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  55.  
  56. body {
  57. background-color:{color:background};
  58. font-family:Calibri;
  59. font-weight:normal;
  60. }
  61.  
  62.  
  63.  
  64.  
  65. h1 {
  66. font-weight:normal;
  67. font-size:10px;
  68. text-align:center;
  69. font-style:normal;
  70. line-height:80%;
  71. letter-spacing:1px;
  72. text-transform:uppercase;
  73. color:{color:text};
  74. }
  75.  
  76. h2 {
  77. font-size:15px;
  78. text-align:center;
  79. line-height:100%;
  80. letter-spacing:-0.5px;
  81. color:{color:text};
  82. font-weight:normal;
  83. padding:5px;
  84. padding-bottom:2px;
  85. }
  86.  
  87.  
  88. blockquote {
  89. border-left:2px solid #fafafa;
  90. padding-left:5px;
  91. margin:5px;
  92. }
  93.  
  94. #yougiveloveabadname {
  95. background-color:{color:background};
  96. width:700px;
  97. margin: 0 auto -12px auto;
  98. text-align: center;
  99. }
  100.  
  101. #ostrich {
  102. color:{color:text};
  103. position:fixed;
  104. width:221px;
  105. height:560px;
  106. margin-top:65px;
  107. margin-left:-150px;
  108. text-align:left;
  109. }
  110.  
  111. #ostrich img {
  112. width:215px;
  113. height:545px;
  114. margin-top:10px;
  115. margin-left:10px;
  116. }
  117.  
  118.  
  119. .links {
  120. margin-top:-300px;
  121. margin-left:83px;
  122. font-size:10px;
  123. width:55px;
  124. text-transform:lowercase;
  125. text-align:center;
  126. letter-spacing:2px;
  127. line-height:170%;
  128. background:#000;
  129. opacity:.9;
  130. position:fixed;
  131. }
  132.  
  133. .links a{
  134. padding:3px;
  135. color:#fff;
  136. letter-spacing:0px;
  137. text-decoration:none;
  138. }
  139.  
  140. .links a:hover{
  141. color:#aaa;
  142. font-size:9px;
  143. opacity:1;
  144. text-decoration:none;
  145. }
  146.  
  147. .bonjovi {
  148. margin-top:-380px;
  149. margin-left:33px;
  150. padding:2px;
  151. width:160px;
  152. height:fixed;
  153. text-align:center;
  154. position:fixed;
  155. font-size:9px;
  156. font-family:calibri;
  157. color:#fff;
  158. letter-spacing:1px;
  159. line-height:100%;
  160. background:#000;
  161. opacity:.9;
  162. }
  163.  
  164. .bonjovi a {
  165. color:{color:link};
  166. }
  167.  
  168. .bonivur {
  169. position:fixed;
  170. margin-top:-565px;
  171. margin-left:100px;
  172. font-size:8px;
  173. text-transform:uppercase;
  174. letter-spacing:3px;
  175. font-style:normal;
  176. text-align:center;
  177. opacity:.9;
  178. }
  179.  
  180. .bonivur a {
  181. color:#000;
  182. }
  183.  
  184. .bonivur a:hover {
  185. color:{color:link hover};
  186. background:#fff;
  187. letter-spacing:5px;
  188. opacity:1;
  189. }
  190.  
  191. #no {
  192. float:left;
  193. margin-left:200px;
  194. margin-top:75px;
  195. text-align:justify;
  196. background-color:{color:background};
  197. color:{color:text};
  198. margin-bottom: 35px;
  199. }
  200.  
  201.  
  202. #yes {
  203. width:500px;
  204. margin-top:30px;
  205. margin-left:-25px;
  206. text-align:justify;
  207. font-size:12px;
  208. line-height:90%;
  209. letter-spacing:0x;
  210. color:{color:text};
  211. }
  212.  
  213. .caption {
  214. width:500px;
  215. font-size:10px;
  216. text-align:justify;
  217. line-height:120%;
  218. }
  219.  
  220. .askie {
  221. padding:10px;
  222. text-align:left;
  223. color:{color:text};
  224. background-color:#fcfcfc;
  225. border-bottom:1px solid #fafafa;
  226. border-right:1px solid #fafafa;
  227. }
  228.  
  229. .reply {
  230. text-align:left;
  231. padding:10px;
  232. color:{color:text};
  233. }
  234.  
  235. .audio {
  236. width:500px;
  237. padding-bottom:10px;
  238. background-color:#fcfcfc;
  239. }
  240.  
  241. .albumart {
  242. float:left;
  243. padding:0px 10px 10px 0px;
  244. }
  245.  
  246. .albumart img {
  247. width:45px;
  248. height:45px;
  249. }
  250.  
  251. .playercontainer {
  252. text-align:left;
  253. padding:10px;
  254. background-color:#ffffff;
  255. width:480px;
  256. }
  257.  
  258. .audioinfo {
  259. padding:10px;
  260. color:{color:text};
  261. }
  262.  
  263. #arvin {
  264. width:500px;
  265. padding:2px;
  266. font-size:7px;
  267. color:{color:link};
  268. text-transform:uppercase;
  269. font-style:normal;
  270. letter-spacing:2px;
  271. text-align:left;
  272. border-bottom:1px dotted {color:border};
  273. -moz-transition-duration:0.5s;
  274. -webkit-transition-duration:0.5s;
  275. -o-transition-duration:0.5s;
  276. }
  277.  
  278. #arvin a {
  279. color:{color:link};
  280. text-align:center;
  281. letter-spacing:1px;
  282. font-style:normal;
  283. }
  284.  
  285. #arvin a:hover {
  286. color:{color:link hover};
  287. }
  288.  
  289. .note {
  290. text-transform:uppercase;
  291. font-style:normal;
  292. letter-spacing:0px;
  293. font-size: 7px;
  294. text-align:left;
  295. line-height:90%;
  296. margin-left:-40px;
  297. }
  298.  
  299. .note li {
  300. list-style-type:none;
  301. border-bottom:1px solid #fafafa;
  302. padding:10px 25px 10px 25px;
  303. text-align:left;
  304. margin:0px;
  305. -moz-transition-duration:0.5s;
  306. -webkit-transition-duration:0.5s;
  307. -o-transition-duration:0.5s;
  308. }
  309.  
  310. .tags {
  311. font-style:normal;
  312. width:500px;
  313. text-transform:uppercase;
  314. font-style:normal;
  315. color:{color:link};
  316. letter-spacing:2px;
  317. line-height:120%;
  318. font-size:7px;
  319. text-align:left;
  320. padding:2px;
  321. -moz-transition-duration:0.5s;
  322. -webkit-transition-duration:0.5s;
  323. -o-transition-duration:0.5s;
  324. }
  325.  
  326. .tags a {
  327. color:{color:link};
  328. letter-spacing:1px;
  329. padding:1px;
  330. }
  331.  
  332. .tags a:hover {
  333. color:{color:link hover};
  334. }
  335.  
  336. ul.chat, .chat ol, .chat li {
  337. list-style:none;
  338. margin:0px;
  339. padding:2px;
  340. }
  341.  
  342. .label {
  343. text-decoration:underline;
  344. font-weight:700;
  345. background-color:#fcfcfc;
  346. margin-right:5px;
  347. }
  348.  
  349. #lb {
  350. position:fixed;
  351. bottom:10px;
  352. right:10px;
  353. font: 14px times;
  354. color: {color:#c9c9c9};
  355. border: 1px solid #e8e8e8;
  356. background-color: #FAFAFA;
  357. text-transform:lowercase;
  358. letter-spacing:0.5px;
  359. padding: 4px;}
  360.  
  361. #lb a {
  362. color:{color:link}; opacity:0.8;
  363. background-color: #fafafa;}
  364.  
  365. #lb a:hover {
  366. color:{color:link hover}; opacity:0.8;
  367. background-color: #FAFAFA; opacity:0.8;}
  368. {CustomCSS}
  369.  
  370. </style></head>
  371.  
  372. <body>
  373. <div id="yougiveloveabadname">
  374. <div id="ostrich">
  375. <img src="{image:sidebar}">
  376. <div class="links">
  377. <a href="/">index</a><br>
  378. <a href="/ask">letters</a><br>
  379. {block:IfLink1}
  380. <a href="{text:Link1 url}">{text:Link1}</a>
  381. {/block:IfLink1} <br>
  382. {block:IfLink2}
  383. <a href="{text:Link2 url}">{text:Link2}</a>
  384. {/block:IfLink2} <br>
  385. <a href="http://bonivur.tumblr.com/">credit</a>
  386. </div>
  387.  
  388. <div class="bonjovi">
  389. {Description}
  390. </div>
  391. {block:Pagination}
  392. <div class="bonivur">
  393. {block:PreviousPage}
  394. <a href="{PreviousPage}">back</a>
  395. {/block:PreviousPage}
  396. {block:NextPage}
  397. <a href="{NextPage}">next</a>
  398. {/block:NextPage}
  399. </div>
  400. {/block:Pagination}
  401. </div>
  402. <div id="lb">
  403. <a href="http://bonivur.tumblr.com">ℒℳℬ</a>
  404. </div>
  405. <div id="no">
  406.  
  407. {block:Posts}
  408.  
  409. <div id="yes">
  410.  
  411. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  412.  
  413. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  414.  
  415. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  416. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  417.  
  418. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  419.  
  420. {block:Photoset}<center>{Photoset-500}</center>
  421. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  422.  
  423. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  424.  
  425. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  426.  
  427. {block:Answer}<div class="askie">{Asker} asked: {Question}</div><div class="reply">{Answer}</div>{/block:answer}
  428.  
  429. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  430. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  431. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  432. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  433. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  434.  
  435.  
  436.  
  437. <div id="arvin">
  438. <table><td width="250px" > {block:Date}{ShortMonth} {DayOfMonthWithZero} - <a href="{Permalink}">{TimeAgo}</a>{/block:Date}</a> - {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a></td> <td width="250px" style="font-size:7px; text-align: right;">{block:RebloggedFrom}<a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</font></a> / &nbsp;{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</td></table></div>
  439.  
  440. {block:HasTags}
  441. <div class="tags">TAGGED AS:
  442. {block:Tags}<a href="{TagURL}"><img src="http://cdn5.iconfinder.com/data/icons/bijou/10/Tag.png"> TAGGED: {Tag}&nbsp;</a>{/block:Tags}</div>
  443. {/block:HasTags}
  444.  
  445. <div class="note">
  446. {block:PostNotes}{PostNotes}{/block:PostNotes}
  447. </div>
  448. </div>
  449. {/block:Posts}
  450.  
  451.  
  452. </div>
  453.  
  454. </div>
  455. </div>
  456. </div>
  457. </body>
  458. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement