Advertisement
loullipops

THEME 17~ CANNIBAL by loullipops

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