parispier

Theme29: They Call Her Love

Jul 11th, 2013
1,068
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.94 KB | None | 0 0
  1. <!---- theme made by nialljhoren ---->
  2. <!---- do not use as base code, remove credit, copy, redistribute, or claim as your own --->
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <script>
  12. window.onload = function () {
  13. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  14. document.addEventListener( 'click', function ( event ) {
  15. var myLike = event.target;
  16. if( myLike.className.indexOf( 'mfy-like' ) > -1 ) {
  17. var frame = document.getElementById( 'my-like-frame' ),
  18. liked = ( myLike.className == 'my-liked' ),
  19. command = liked ? 'unlike' : 'like',
  20. reblog = myLike.getAttribute( 'data-reblog' ),
  21. id = myLike.getAttribute( 'data-id' ),
  22. oauth = reblog.slice( -8 );
  23. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  24. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  25. };
  26. }, false );
  27. };
  28. </script>
  29.  
  30. <meta name="color:background" content="#ffffff"/>
  31. <meta name="color:text" content="#555454" />
  32. <meta name="color:link" content="#8d8c8d" />
  33. <meta name="color:linkhovercolor" content="#c48e8e" />
  34. <meta name="color:navlinkhovercolor" content="#c48e8e" />
  35. <meta name="color:scrollbar" content="#1d1c1c"/>
  36.  
  37. <meta name="text:title1" content="this is a title" />
  38.  
  39. <meta name="text:Link1" content="/" />
  40. <meta name="text:Link1 Title" content="link 1" />
  41. <meta name="text:Link2" content="/" />
  42. <meta name="text:Link2 Title" content="link 2" />
  43. <meta name="text:Link3" content="/" />
  44. <meta name="text:Link3 Title" content="link 3" />
  45. <meta name="text:Link4" content="/" />
  46. <meta name="text:Link4 Title" content="link 4" />
  47. <meta name="text:Link5" content="/" />
  48. <meta name="text:Link5 Title" content="link 5" />
  49.  
  50. <meta name="image:sidebar" content=""/>
  51. <meta name="image:sidebar2" content=""/>
  52. <meta name="image:sidebar3" content=""/>
  53.  
  54. <meta name="if:PostBorder" content="1"/>
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar {width:7px; height:6px;}
  59.  
  60. ::-webkit-scrollbar-track {; border-right:3px solid #fff; border-left:3px solid #fff; background-color:{color:scrollbar};}
  61.  
  62. ::-webkit-scrollbar-thumb {border:1px solid #fff; background-color:{color:scrollbar};}
  63.  
  64. body {
  65. margin:0px;
  66. font-size:10px;
  67. line-height:100%;
  68. font-family:times new roman;
  69. color:{color:text};
  70. background:{color:background};
  71. }
  72.  
  73. a {
  74. text-decoration:none;
  75. outline:none;
  76. -moz-outline-style:none;
  77. color:{color:link};
  78. -webkit-transition: all 0.5s ease-in-out;
  79. -moz-transition: all 0.5s ease-in-out;
  80. -o-transition: all 0.5s ease-in-out;
  81. }
  82.  
  83. a:hover {
  84. color:{color:linkhovercolor};
  85. -webkit-transition: all 0.5s ease-in-out;
  86. -moz-transition: all 0.5s ease-in-out;
  87. -o-transition: all 0.5s ease-in-out;
  88. }
  89.  
  90. img {
  91. border:none;
  92. }
  93.  
  94. blockquote {
  95. padding-left:5px;
  96. border-left:2px solid;
  97. }
  98.  
  99. blockquote blockquote {
  100. padding-left:5px;
  101. border-left:2px solid;
  102. }
  103.  
  104. h1 {
  105. font-size:17px;
  106. font-family:times new roman;
  107. text-transform:lowercase;
  108. font-style:italic;
  109. font-weight:100;
  110. padding-bottom:2px;
  111. }
  112.  
  113. #entries {
  114. width:500px;
  115. margin-left:400px;
  116. margin-top:150px;
  117. {block:IfPostBorder}
  118. margin-left:390px;
  119. padding-right:30px;
  120. border-right:10px solid #1a1919;
  121. border-left:10px solid #1a1919;
  122. border-bottom:10px solid #1a1919;
  123. {/block:IfPostBorder}
  124. }
  125.  
  126. #post {
  127. width:500px;
  128. padding-right:20px;
  129. padding-left:15px;
  130. padding-top:15px;
  131. padding-bottom:25px;
  132. margin-bottom:-15px;
  133. margin-top:18px;
  134. }
  135.  
  136. #sidebar {
  137. position:fixed;
  138. margin-left:390px;
  139. margin-top:-150px;
  140. height:150px;
  141. width:550px;
  142. background-color:#1a1919;
  143. }
  144.  
  145. #sidebar:hover #title {
  146. opacity:0;
  147. -moz-transform: scaleY(-1);
  148. -o-transform: scaleY(-1);
  149. -webkit-transform: scaleY(-1);
  150. transform: scaleY(-1);
  151. filter: FlipV;
  152. -ms-filter: “FlipV”;
  153. -webkit-transition: all 0.5s ease-in-out;
  154. -moz-transition: all 0.5s ease-in-out;
  155. -o-transition: all 0.5s ease-in-out;
  156. }
  157.  
  158. #sidebar:hover #links {
  159. opacity:1;
  160. height:auto;
  161. -webkit-transition: all 0.8s ease-in-out;
  162. -moz-transition: all 0.8s ease-in-out;
  163. -o-transition: all 0.8s ease-in-out;
  164. }
  165.  
  166. #sidebarimage img {
  167. z-index:1;
  168. position:fixed;
  169. width:144px;
  170. height:84px;
  171. margin-left:13px;
  172. margin-top:48px;
  173. opacity:1;
  174. border:3px solid #fff;
  175. -webkit-transition: all 0.5s ease-in-out;
  176. -moz-transition: all 0.5s ease-in-out;
  177. -o-transition: all 0.5s ease-in-out;
  178. }
  179.  
  180. #sidebarimage2 img {
  181. z-index:1;
  182. position:fixed;
  183. width:144px;
  184. height:84px;
  185. margin-left:199px;
  186. margin-top:48px;
  187. opacity:1;
  188. border:3px solid #fff;
  189. -webkit-transition: all 0.5s ease-in-out;
  190. -moz-transition: all 0.5s ease-in-out;
  191. -o-transition: all 0.5s ease-in-out;
  192. }
  193.  
  194. #sidebarimage3 img {
  195. z-index:1;
  196. position:fixed;
  197. width:144px;
  198. height:84px;
  199. margin-left:385px;
  200. margin-top:48px;
  201. opacity:1;
  202. border:3px solid #fff;
  203. -webkit-transition: all 0.5s ease-in-out;
  204. -moz-transition: all 0.5s ease-in-out;
  205. -o-transition: all 0.5s ease-in-out;
  206. }
  207.  
  208. #sidebar:hover #sidebarimage img {
  209. margin-left:199px;
  210. opacity:0;
  211. -webkit-transition: all 0.5s ease-in-out;
  212. -moz-transition: all 0.5s ease-in-out;
  213. -o-transition: all 0.5s ease-in-out;
  214. }
  215.  
  216. #sidebar:hover #sidebarimage2 img {
  217. opacity:0;
  218. -webkit-transition: all 0.5s ease-in-out;
  219. -moz-transition: all 0.5s ease-in-out;
  220. -o-transition: all 0.5s ease-in-out;
  221. }
  222.  
  223. #sidebar:hover #sidebarimage3 img {
  224. margin-left:199px;
  225. opacity:0;
  226. -webkit-transition: all 0.5s ease-in-out;
  227. -moz-transition: all 0.5s ease-in-out;
  228. -o-transition: all 0.5s ease-in-out;
  229. }
  230.  
  231. #title {
  232. position:fixed;
  233. text-transform:uppercase;
  234. margin-top:15px;
  235. width:550px;
  236. background-color:#fff;
  237. font-size:9px;
  238. text-align:center;
  239. padding:6px;
  240. letter-spacing:2px;
  241. -webkit-transition: all 0.5s ease-in-out;
  242. -moz-transition: all 0.5s ease-in-out;
  243. -o-transition: all 0.5s ease-in-out;
  244. }
  245.  
  246. #sidebar:hover #description {
  247. opacity:1;
  248. -webkit-transition: all 0.8s ease-in-out;
  249. -moz-transition: all 0.8s ease-in-out;
  250. -o-transition: all 0.8s ease-in-out;
  251. }
  252.  
  253. #description {
  254. z-index:5;
  255. width:486px;
  256. height:53px;
  257. font-family:times new;
  258. font-size:10px;
  259. position:fixed;
  260. padding:4px 8px 4px 8px;
  261. margin-top:56px;
  262. margin-left:23px;
  263. line-height:170%;
  264. text-align:center;
  265. letter-spacing:1px;
  266. overflow:auto;
  267. background-color:#fff;
  268. opacity:0;
  269. -webkit-transition: all 0.5s ease-in-out;
  270. -moz-transition: all 0.5s ease-in-out;
  271. -o-transition: all 0.5s ease-in-out;
  272. }
  273.  
  274. #links {
  275. font-family:times new;
  276. z-index:5;
  277. text-transform:uppercase;
  278. position:fixed;
  279. text-align:center;
  280. width:550px;
  281. margin-left:0px;
  282. margin-top:15px;
  283. font-size:8px;
  284. background-color:#fff;
  285. letter-spacing:-1px;
  286. height:auto;
  287. opacity:0;
  288. -webkit-transition: all 0.5s ease-in-out;
  289. -moz-transition: all 0.5s ease-in-out;
  290. -o-transition: all 0.5s ease-in-out;
  291. }
  292.  
  293. #links a {
  294. display:inline-block;
  295. padding:6px;
  296. color:#747373;
  297. }
  298.  
  299. #links a:hover {
  300. color:#fff;
  301. background-color:#1a1919;
  302. margin-left:20px;
  303. margin-right:20px;
  304. -webkit-transition: all 0.3s ease-in-out;
  305. -moz-transition: all 0.3s ease-in-out;
  306. -o-transition: all 0.3s ease-in-out;
  307. }
  308.  
  309. #pagination {
  310. position:fixed;
  311. z-index:10;
  312. width:500px;
  313. font-size:7px;
  314. margin-top:130px;
  315. margin-left:27px;
  316. letter-spacing:5px;
  317. text-align:center;
  318. opacity:0;
  319. -webkit-transition: all 0.5s ease-in-out;
  320. -moz-transition: all 0.5s ease-in-out;
  321. -o-transition: all 0.5s ease-in-out;
  322. }
  323.  
  324. #pagination a {
  325. color:#fff;
  326. }
  327.  
  328. #pagination a:hover {
  329. color:{color:navlinkhovercolor};
  330. }
  331.  
  332. #sidebar:hover #pagination {
  333. opacity:1;
  334. -webkit-transition: all 0.5s ease-in-out;
  335. -moz-transition: all 0.5s ease-in-out;
  336. -o-transition: all 0.5s ease-in-out;
  337. }
  338.  
  339. #heyo {
  340. position:fixed;
  341. text-align:center;
  342. bottom:2px;
  343. right:6px;
  344. text-transform:uppercase;
  345. font-size:7.5px;
  346. display:block;
  347. background-color:#fff;
  348. letter-spacing:1px;
  349. }
  350.  
  351. #heyo a{
  352. color:#b3b2b1;
  353. border: 1px solid #e4e3e2;
  354. padding: 2px 4px 5px 4px;
  355. background-color:#fff;
  356. -moz-transition-duration:0.3s;
  357. -webkit-transition-duration:0.3s;
  358. -o-transition-duration:0.3s;
  359. }
  360.  
  361. #heyo a:hover{
  362. color:#fff;
  363. background-color:#1a1919;
  364. border: 1px solid #000;
  365. -moz-transition-duration:0.3s;
  366. -webkit-transition-duration:0.3s;
  367. -o-transition-duration:0.3s;
  368. }
  369.  
  370. i, em{color:{color:italic}; font-style:italic;}
  371. b, strong{color:{color:bold}; font-style:bold; font-weight:900;}
  372.  
  373. .chat {
  374. border-bottom:1px solid #d5d5d5;
  375. padding:5px;
  376. margin-bottom:-3px;
  377. }
  378.  
  379. .quote {
  380. font-size:15px;
  381. font-style:italic;
  382. line-height:120%;
  383. }
  384.  
  385. .quotesource {
  386. font-size:10px;
  387. text-align:right;
  388. margin-bottom:5px;
  389. }
  390.  
  391. .notes {
  392. list-style:decimal-leading-zero;
  393. padding-bottom:3.5px;
  394. padding-top:3.5px;
  395. margin-left:0px;
  396. text-transform:uppercase;
  397. font-family:trebuchet ms;
  398. font-size:8px;
  399. }
  400.  
  401. .notes img {
  402. width:12px;
  403. height:12px;
  404. margin-top:4px;
  405. }
  406.  
  407. #info {
  408. text-align:left;
  409. margin-top:2px;
  410. font-family:trebuchet ms;
  411. letter-spacing:0px;
  412. font-size:7px;
  413. text-transform:uppercase;
  414. padding-right:3px;
  415. border-top:1px solid #d5d5d5;
  416. border-bottom:1px solid #d5d5d5;
  417. border-right:1px solid #d5d5d5;
  418. }
  419.  
  420. .postblocks {
  421. padding:3px 4px 2px 3px;
  422. font-family:trebuchet ms;
  423. letter-spacing:0px;
  424. font-size:7px;
  425. text-transform:uppercase;
  426. background-color:#222121;
  427. color:#fff;
  428. display:inline-block;
  429. }
  430.  
  431. #tags {
  432. padding-top:2px;
  433. margin-top:0px;
  434. text-transform:uppercase;
  435. font-family:trebuchet ms;
  436. font-size:7px;
  437. letter-spacing:0px;
  438. display:block;
  439. }
  440.  
  441. #tags a{
  442. display:inline-block;
  443. }
  444.  
  445. #question{
  446. font-size:9px;
  447. background-color:#ffffff;
  448. padding:8px 3px 3px 2px;
  449. text-align:right;
  450. border-bottom:1px solid #cecccc;
  451. }
  452.  
  453. .info {
  454. text-align:left;
  455. margin-top:2px;
  456. font-family:trebuchet ms;
  457. letter-spacing:0px;
  458. font-size:7px;
  459. text-transform:uppercase;
  460. padding-right:3px;
  461. border-top:1px solid #d5d5d5;
  462. border-bottom:1px solid #d5d5d5;
  463. border-right:1px solid #d5d5d5;
  464. }
  465.  
  466. #audioinfo {
  467. font-size:8px;
  468. letter-spacing:1px;
  469. padding-bottom:2px;
  470. }
  471.  
  472. .audioplayer {
  473. overflow:hidden;
  474. display:block;
  475. float:left;
  476. margin-top:7px;
  477. margin-left:7px;
  478. width:27px;
  479. height:27px;
  480. opacity:.5;
  481. }
  482.  
  483. .audioplayercontainer {
  484. width:70px;
  485. height:70px;
  486. position:absolute;
  487. }
  488.  
  489. {CustomCSS}</style></head><body>
  490.  
  491. <div id="sidebar">
  492.  
  493. <div id="title">{text:title1}</div>
  494.  
  495. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  496. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  497. <div id="sidebarimage3"><img src="{image:sidebar3}"></div>
  498.  
  499. <div id="links">
  500. <a href="{text:Link1}">{text:Link1 Title}</a>
  501. <a href="{text:Link2}">{text:Link2 Title}</a>
  502. <a href="{text:Link3}">{text:Link3 Title}</a>
  503. <a href="{text:Link4}">{text:Link4 Title}</a>
  504. <a href="{text:Link5}">{text:Link5 Title}</a>
  505. </div>
  506.  
  507. <div id="description">{Description}</div>
  508.  
  509. <div id="pagination">{block:Pagination}
  510. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  511. {block:JumpPagination length="10"}
  512. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  513. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  514. {/block:JumpPagination}
  515. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  516. {/block:Pagination}</div></div>
  517.  
  518. <div id="entries">{block:Posts}<div id="post">
  519.  
  520. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  521.  
  522. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  523.  
  524. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  525.  
  526. {block:Quote}<div class="quote">{Quote}</div>{block:Source} <div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  527.  
  528. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  529.  
  530. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div class="chat">{block:Label}{Label}{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  531.  
  532. {block:Audio}
  533. {block:AlbumArt}<img src="{AlbumArtURL}" width="40px" height="40px" align="left" />{/block:AlbumArt}
  534. <div class="audioplayercontainer"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  535.  
  536. <div id="audioinfo">
  537. &nbsp;{block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}<br>
  538. &nbsp;{block:Artist}<b>Artist: </b>{Artist}{/block:Artist}<br>
  539. &nbsp;{block:Album}<b>Album:</b> {Album}{/block:Album}<br>
  540. &nbsp;<b>Plays:</b> {PlayCount}</div>
  541. {block:Caption}{Caption}{/block:Caption}
  542. {/block:Audio}
  543.  
  544. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  545.  
  546. {block:Answer}
  547. <a href="{AskerURL}"></a> <div id="question"><i><big><big><big><big><big>{Asker}</big></big></big></big></big></i><br>{Question}</div> <p>
  548. {Answer}
  549. {/block:Answer}
  550.  
  551. <div id="info">
  552. {block:Date}<div class="postblocks">{TimeAgo}{/block:Date}</div><a href="{Permalink}" style=padding-left:2px;>
  553. {NoteCountWithLabel}</a> <small>+</small> <a href="{ReblogURL}" target="_blank">reblog</a>
  554. <div style="float:right; padding-top:3px;">
  555. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom} -
  556. {block:ContentSource}<a href="{SourceURL}">© {SourceLink}</a>{/block:ContentSource}
  557. </div></div>
  558.  
  559. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div>
  560.  
  561. {/block:Posts}
  562.  
  563. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  564. {/block:Posts} </div></div>
  565.  
  566. <!--do not remove-->
  567. <div id="heyo"><a href="http://nialljhoren.tumblr.com">NJH</a></div>
  568.  
  569. </div></div>
  570.  
  571. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment