Advertisement
lennonthemes

phobia

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