Advertisement
loullipops

THEME~ THE LAST UNICORN by loullipops

May 25th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.12 KB | None | 0 0
  1. <!-- THEME BY LOULLIPOPS,
  2. REMOVE CREDIT AND I'LL FIND YOU.
  3. I SWEAR.-->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9. <meta name="color:bg" content="#FFFFFF">
  10. <meta name="color:link" content="#E6E4E4">
  11. <meta name="color:hover" content="#454545">
  12. <meta name="color:infobg" content="#FCFCFC">
  13. <meta name="color:text" content="#9A9A9A">
  14. <meta name="color:tags" content="#EDEDED">
  15. <meta name="color:scrollbar" content="#D6D5D5">
  16. <meta name="color:border" content="#FAFAFA">
  17. <meta name="color:linkborder" content="#FAFAFA">
  18. <meta name="color:linkhoverbg" conten="/">
  19. <meta name="color:description link" content="#FAFAFA">
  20.  
  21. <meta name="image:sidebar" content=""/>
  22.  
  23. <meta name="text:linkA" content="">
  24. <meta name="text:linkA url" content="/">
  25. <meta name="text:linkB" content="">
  26. <meta name="text:linkB url" content="/">
  27. <meta name="text:linkC" content="">
  28. <meta name="text:linkC url" content="/">
  29. <meta name="text:linkD" content="">
  30. <meta name="text:linkD url" content="/">
  31.  
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. #bite
  42. #bite a{
  43. display:block
  44. }
  45. #bite .death {
  46. margin-top:-40px;
  47. margin-left:35px;filter: alpha(opacity = 0);
  48. opacity:0;-webkit-transition: all 1s ease-out;
  49. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  50. }
  51.  
  52. #bite:hover .death {
  53. margin-top:-40px;
  54. margin-left:35px;
  55. -webkit-transition: all 0.8s ease-out;
  56. -moz-transition: all 0.8s ease-out;
  57. transition: all 0.8s ease-out;
  58. filter: alpha(opacity = 100);
  59. filter: alpha(opacity = 100);
  60. opacity:1;
  61. }
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66.  
  67. iframe#tumblr_controls {
  68. white-space:nowrap;
  69. -webkit-filter: invert(100%);
  70. -moz-filter: invert(100%);
  71. -o-filter: invert(100%);
  72. -ms-filter: invert(100%);
  73. filter: invert(100%);
  74. opacity:.2;
  75. transition: .8s ease-in-out;
  76. -webkit-transition: .8s ease-in-out;
  77. -moz-transition: .8s ease-in-out;
  78. -o-transition: .8s ease-in-out;
  79. }
  80.  
  81.  
  82. iframe#tumblr_controls {
  83. white-space:nowrap;
  84. -webkit-filter: invert(100%);
  85. -moz-filter: invert(100%);
  86. -o-filter: invert(100%);
  87. -ms-filter: invert(100%);
  88. filter: invert(100%);
  89. opacity:.2;
  90. transition: .8s ease-in-out;
  91. -webkit-transition: .8s ease-in-out;
  92. -moz-transition: .8s ease-in-out;
  93. -o-transition: .8s ease-in-out;
  94. }
  95.  
  96.  
  97. a {
  98. color:{color:link};
  99. text-decoration:none;
  100. -moz-transition-duration:0.5s;
  101. -webkit-transition-duration:0.5s;
  102. -o-transition-duration:0.5s;
  103. }
  104.  
  105. a:hover {
  106. color:{color:hover};
  107. text-decoration:none;
  108. -moz-transition-duration:0.5s;
  109. -webkit-transition-duration:0.5s;
  110. -o-transition-duration:0.5s;
  111. }
  112.  
  113.  
  114. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:5px}
  115. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  116. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  117.  
  118. body {
  119. background-color:{color:bg};
  120. font-family:cambria;
  121. font-weight:light;
  122. }
  123.  
  124.  
  125.  
  126.  
  127. h1 {
  128. font-weight:bold;
  129. font-size:10px;
  130. text-align:center;
  131. font-style:italic;
  132. line-height:80%;
  133. letter-spacing:1px;
  134. text-transform:lowercase;
  135. color:{color:text};
  136. }
  137.  
  138. h1 a:hover{
  139. font-weight:bold;
  140. font-size:10px;
  141. text-decoration:underline;
  142. text-align:center;
  143. font-style:none;
  144. line-height:80%;
  145. letter-spacing:1px;
  146. text-transform:lowercase;
  147. }
  148.  
  149. h2 {
  150. font-size:20px;
  151. font-style:italic;
  152. text-align:center;
  153. line-height:100%;
  154. letter-spacing:-0.5px;
  155. color:{color:text};
  156. font-weight:bold;
  157. padding:5px;
  158. padding-bottom:2px;
  159. }
  160.  
  161.  
  162. blockquote {
  163. border-left:2px solid {color:text};
  164. padding-left:5px;
  165. margin:5px;
  166. }
  167.  
  168. #theme {
  169. background-color:{color:bg};
  170. width:700px;
  171. margin: 0 auto -12px auto;
  172. text-align: center;
  173. }
  174.  
  175. #sidebar {
  176. color:{color:text};
  177. position:fixed;
  178. width:100px;
  179. height:auto;
  180. margin-top:240px;
  181. margin-left:-40px;
  182. text-align:left;
  183. }
  184.  
  185. #sidebar img {
  186. width:150px;
  187. height:150px;
  188. margin-bottom:0px;
  189. margin-top:10px;
  190. margin-left:0px;
  191. }
  192.  
  193.  
  194. .links {
  195. border-style:none none none none;
  196. width:200px;
  197. padding:3px;
  198. padding-bottom:0px;
  199. position:fixed;
  200. margin-top:-145px;
  201. font-size:8px;
  202. text-transform:lowercase;
  203. text-align:center;
  204. letter-spacing:2px;
  205. word-spacing:0px;
  206. margin-left:-63px;
  207. line-height:270%;
  208. }
  209.  
  210. .links a{
  211. background-color:{color:bg};
  212. width:40px;
  213. border:2px solid {color:linkborder};
  214. padding:5px;
  215. color:{color:link};
  216. letter-spacing:0px;
  217. text-decoration:none;
  218. -moz-transition-duration:1s;
  219. -webkit-transition-duration:1s;
  220. -o-transition-duration:1s;
  221. }
  222.  
  223. .links a:hover{
  224. border:4px dashed {color:bg};
  225. text-decoration:underline;
  226. background-color:{color:linkhoverbg};
  227. border-color:{color:bg};
  228. color:{color:bg};
  229. -moz-transition-duration:.3s;
  230. -webkit-transition-duration:.3s;
  231. -o-transition-duration:.3s;
  232. }
  233.  
  234.  
  235. .text {
  236. position:fixed;
  237. border-style:none none none none;
  238. padding:8px;
  239. font-size:8.3px;
  240. text-align:justify;
  241. opacity:1;
  242. word-spacing:2px;
  243. width:130px;
  244. line-height:200%;
  245. margin-top:40px;
  246. margin-left:0px;
  247. font-style:italic;
  248. text-transform:lowercase;
  249. color:{color:text}
  250. border:#adadad;
  251. }
  252.  
  253. .text:hover {
  254. position:fixed;
  255. font-size:8px;
  256. text-align:justify;
  257. font-style:none;
  258. text-transform:lowercase;
  259. opacity:1;
  260. word-spacing:2px;
  261. line-height:200%;
  262. color:{color:text}
  263. }
  264.  
  265. .text a:hover {
  266. font-size:10px;
  267. text-decoration:underline;
  268. color:{color:hover};
  269. }
  270.  
  271. .text a{
  272. color:{color:description link};
  273. }
  274.  
  275.  
  276. .pagi {
  277. font-size:8px;
  278. text-transform:uppercase;
  279. letter-spacing:3px;
  280. font-style:normal;
  281. text-align:center;
  282. }
  283.  
  284. .pagi a {
  285. color:{color:link};
  286. }
  287.  
  288. #stuffcontainer {
  289. float:left;
  290. padding-bottom:10px;
  291. margin-left:200px;
  292. margin-top:0px;
  293. text-align:right;
  294. background-color:{color:bg};
  295. color:{color:text};
  296. margin-bottom: 35px;
  297. }
  298.  
  299.  
  300. #stuff {
  301. width:500px;
  302. margin-top:100px;
  303. text-align:justify;
  304. font-size:11px;
  305. line-height:90%;
  306. letter-spacing:0x;
  307. color:{color:text};
  308. }
  309.  
  310.  
  311. .caption {
  312. border-style:double none none none;
  313. color:{color:text};
  314. width:500px;
  315. text-align:justify;
  316. line-height:120%;
  317. }
  318.  
  319. .ask {
  320. padding:10px;
  321. text-align:left;
  322. color:{color:text};
  323. background-color:{color:infobg};
  324. border:1px solid {color:border};
  325. }
  326.  
  327. .ans {
  328. text-align:center;
  329. padding:10px;
  330. color:{color:text};
  331. }
  332.  
  333. .audio {
  334. width:500px;
  335. padding-bottom:10px;
  336. background-color:{color:infobg};
  337. }
  338.  
  339. .albumart {
  340. float:left;
  341. padding:0px 10px 10px 0px;
  342. }
  343.  
  344. .albumart img {
  345. width:45px;
  346. height:45px;
  347. }
  348.  
  349. .playercontainer {
  350. text-align:left;
  351. padding:10px;
  352. background-color:#ffffff;
  353. width:480px;
  354. }
  355.  
  356. .audioinfo {
  357. padding:10px;
  358. color:{color:text};
  359. }
  360.  
  361. #postinfo {
  362. width:490px;
  363. padding:5px;
  364. padding-top:5px;
  365. font-size:8px;
  366. color:{color:link};
  367. text-transform:lowercase;
  368. font-style:normal;
  369. letter-spacing:2px;
  370. text-align:right;
  371. border-style:double none none none;
  372. -moz-transition-duration:0.5s;
  373. -webkit-transition-duration:0.5s;
  374. -o-transition-duration:0.5s;
  375. }
  376.  
  377. #postinfo a {
  378. color:{color:link};
  379. text-align:right;
  380. letter-spacing:1px;
  381. font-style:normal;
  382. }
  383.  
  384. #postinfo a:hover {
  385. color:{color:hover};
  386. }
  387.  
  388. .note {
  389. text-transform:lowercase;
  390. font-style:normal;
  391. letter-spacing:0px;
  392. font-size: 9px;
  393. text-align:right;
  394. line-height:90%;
  395. margin-left:-40px;
  396. }
  397.  
  398. .note li {
  399. list-style-type:none;
  400. border-bottom:1px solid {color:border};
  401. padding:10px 25px 10px 25px;
  402. text-align:right;
  403. margin:0px;
  404. -moz-transition-duration:0.5s;
  405. -webkit-transition-duration:0.5s;
  406. -o-transition-duration:0.5s;
  407. }
  408.  
  409. .tags {
  410. font-style:normal;
  411. width:500px;
  412. text-transform:lowercase;
  413. font-style:normal;
  414. color:{color:link};
  415. letter-spacing:2px;
  416. line-height:120%;
  417. font-size:8px;
  418. text-align:right;
  419. padding:2px;
  420. -moz-transition-duration:0.5s;
  421. -webkit-transition-duration:0.5s;
  422. -o-transition-duration:0.5s;
  423. }
  424.  
  425. .tags a {
  426. color:{color:tags};
  427. letter-spacing:1px;
  428. padding:1px;
  429. }
  430.  
  431. .tags a:hover {
  432. color:{color:link};
  433. }
  434.  
  435. ul.chat, .chat ol, .chat li {
  436. list-style:none;
  437. margin:0px;
  438. padding:2px;
  439. }
  440.  
  441. .label {
  442. text-decoration:underline;
  443. font-weight:700;
  444. background-color:{color:infobg};
  445. margin-right:5px;
  446. }
  447.  
  448.  
  449. #credit {
  450. position:fixed;
  451. font-size:8px;
  452. font-weight:normal;
  453. line-height:150%;
  454. letter-spacing:2px;
  455. right:-80px;
  456. bottom:30px;
  457.  
  458. text-transform:uppercase;
  459. text-align:center;
  460. -moz-transition-duration:0.5s;
  461. -webkit-transition-duration:0.5s;
  462. -o-transition-duration:0.5s;
  463. }
  464.  
  465. #credit a {
  466. padding:3px;
  467. color:{color:link};
  468. border: 1px solid {color:border};
  469. background-color:white;
  470. -moz-transition-duration:0.5s;
  471. -webkit-transition-duration:0.5s;
  472. -o-transition-duration:0.5s;
  473. }
  474.  
  475. #credit:hover {
  476. right:5px;
  477. color:{color:link}
  478. -moz-transition-duration:0.5s;
  479. -webkit-transition-duration:0.5s;
  480. -o-transition-duration:0.5s;
  481. }
  482.  
  483.  
  484. {CustomCSS}
  485.  
  486.  
  487. </style></head>
  488.  
  489. <body>
  490. <div id="theme">
  491. <div id="bite">
  492. <div id="sidebar">
  493. <img src="{image:sidebar}">
  494. <div class="death">
  495. <div class="links">
  496. {block:IfLinkA}
  497. <a href="{text:linkA url}">{text:linkA}</a>
  498. {/block:IfLinkA}
  499. {block:IfLinkB}
  500. <a href="{text:linkB url}">{text:linkB}</a>
  501. {/block:IfLinkB}
  502. {block:IfLinkC}
  503. <a href="{text:linkC url}">{text:linkC}</a>
  504. {/block:IfLinkC}
  505. {block:IfLinkD}
  506. <a href="{text:linkD url}">{text:linkD}</a>
  507. {/block:IfLinkD}
  508. </div></div>
  509. <div class="text">
  510. {Description}
  511. {block:Pagination}
  512. <div class="pagi">
  513. {block:PreviousPage}
  514. <a href="{PreviousPage}">←</a>
  515. {/block:PreviousPage}
  516. {block:NextPage}
  517. <a href="{NextPage}">→</a>
  518. {/block:NextPage}
  519. </div>
  520. {/block:Pagination}
  521. </div></div>
  522.  
  523.  
  524.  
  525. <div id="stuffcontainer">
  526.  
  527. {block:Posts}
  528.  
  529. <div id="stuff">
  530.  
  531. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  532.  
  533. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  534.  
  535. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  536. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  537.  
  538. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  539.  
  540. {block:Photoset}<center>{Photoset-500}</center>
  541. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  542.  
  543. {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}
  544.  
  545. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  546.  
  547. {block:Answer}<div class="ask">
  548. <big><big>❝ <em>{Question}</em> ❞</big></big><p>
  549. - <em>{Asker}</em>
  550. </div>
  551. <div class="ans">{Answer}</div>{/block:answer}
  552.  
  553. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  554. <div class="audioinfo">{block:TrackName}<b>title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>artist:</b> {Artist}<br />{/block:Artist}
  555. {/block:ExternalAudio}<b>played:</b> {PlayCount} times</div>
  556. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  557. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  558.  
  559. {block:Date}<div id="postinfo">{MonthNumberWithZero}/{DayOfMonthWithZero} | <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  560. {block:ContentSource} | <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  561. {block:HasTags}
  562. <div class="tags">
  563. {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}</div>
  564. {/block:HasTags}
  565. <div class="note">
  566. {block:PostNotes}{PostNotes}{/block:PostNotes}
  567. </div>
  568. </div>
  569. {/block:Posts}
  570.  
  571.  
  572. </div>
  573.  
  574. </div>
  575. </div>
  576. </div>
  577.  
  578.  
  579. <div id="credit"><a href="http://loullipops.tumblr.com/">❥LT&nbsp;<b>loullipops</b> </a></div>
  580.  
  581. <p>
  582.  
  583.  
  584. </body>
  585. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement